We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c74016 + 277dca3 commit 53b43e0Copy full SHA for 53b43e0
1 file changed
.github/workflows/org-metrics.yml
@@ -1,11 +1,14 @@
1
name: Metrics
2
+
3
on:
- schedule: [{cron: "0 2 * * 3"}]
4
+ schedule:
5
+ - cron: "0 9 * * *"
6
workflow_dispatch:
7
8
jobs:
9
github-metrics:
10
runs-on: ubuntu-latest
- environment:
11
+ environment:
12
name: production
13
permissions:
14
contents: write
@@ -14,10 +17,10 @@ jobs:
17
- uses: lowlighter/metrics@latest
15
18
with:
16
19
token: ${{ secrets.METRICS_TOKEN }}
- user: puppetlabs
20
+ user: OpenVoxProject
21
filename: profile/github-metrics.svg
22
output_action: pull-request-merge
23
plugin_languages: yes
24
plugin_followup: yes
25
plugin_rss: yes
- plugin_rss_source: https://dev.to/feed/tag/puppet
26
+ plugin_rss_source: https://dev.to/feed/tag/voxpupuli
0 commit comments