Commit 68e925c9 by Torkel Ödegaard

Updated

parent 934e2a62
......@@ -8,12 +8,12 @@
#
# https://github.com/grafana/grafana-github-actions/blob/main/metrics-collector/index.ts
#
name: Collect metrics when issue is closed
name: Github issue metrics collection
on:
schedule:
- cron: "*/10 * * * *"
issues:
types: [opened, closed]
schedule:
- cron: "*/10 * * * *" # Every 10 minutes
jobs:
main:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment