mirror of
https://github.com/PacketParker/PacketParker.git
synced 2025-04-18 21:24:48 -05:00
Update main.yml
This commit is contained in:
parent
d544cf95ce
commit
ec71b03734
26
.github/workflows/main.yml
vendored
26
.github/workflows/main.yml
vendored
@ -1,15 +1,31 @@
|
|||||||
|
# Visit https://github.com/lowlighter/metrics#-documentation for full reference
|
||||||
name: Metrics
|
name: Metrics
|
||||||
on:
|
on:
|
||||||
# Schedule daily updates
|
|
||||||
schedule: [{cron: "0 0 * * *"}]
|
schedule: [{cron: "0 0 * * *"}]
|
||||||
# Run workflow when pushing on master/main
|
workflow_dispatch:
|
||||||
push: {branches: ["master", "main"]}
|
push: {branches: ["master", "main"]}
|
||||||
jobs:
|
jobs:
|
||||||
github-metrics:
|
github-metrics:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
|
||||||
name: production
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: packetparker/metrics@master
|
- uses: packetparker/metrics@maswer
|
||||||
|
with:
|
||||||
|
# Options
|
||||||
|
user: PacketParker
|
||||||
|
template: classic
|
||||||
|
base: header, activity, community, repositories, metadata
|
||||||
|
config_timezone: Atlantic/Reykjavik
|
||||||
|
plugin_languages: yes
|
||||||
|
plugin_languages_analysis_timeout: 15
|
||||||
|
plugin_languages_analysis_timeout_repositories: 7.5
|
||||||
|
plugin_languages_categories: markup, programming
|
||||||
|
plugin_languages_colors: github
|
||||||
|
plugin_languages_limit: 8
|
||||||
|
plugin_languages_recent_categories: markup, programming
|
||||||
|
plugin_languages_recent_days: 14
|
||||||
|
plugin_languages_recent_load: 300
|
||||||
|
plugin_languages_sections: most-used
|
||||||
|
plugin_languages_threshold: 0%
|
||||||
|
plugin_traffic: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user