Skip to content

Commit 53b43e0

Browse files
authored
Merge pull request #8 from OpenVoxProject/update_metrics
update metric settings to generate org metrics svg image
2 parents 6c74016 + 277dca3 commit 53b43e0

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/org-metrics.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Metrics
2+
23
on:
3-
schedule: [{cron: "0 2 * * 3"}]
4+
schedule:
5+
- cron: "0 9 * * *"
46
workflow_dispatch:
7+
58
jobs:
69
github-metrics:
710
runs-on: ubuntu-latest
8-
environment:
11+
environment:
912
name: production
1013
permissions:
1114
contents: write
@@ -14,10 +17,10 @@ jobs:
1417
- uses: lowlighter/metrics@latest
1518
with:
1619
token: ${{ secrets.METRICS_TOKEN }}
17-
user: puppetlabs
20+
user: OpenVoxProject
1821
filename: profile/github-metrics.svg
1922
output_action: pull-request-merge
2023
plugin_languages: yes
2124
plugin_followup: yes
2225
plugin_rss: yes
23-
plugin_rss_source: https://dev.to/feed/tag/puppet
26+
plugin_rss_source: https://dev.to/feed/tag/voxpupuli

0 commit comments

Comments
 (0)