This commit is contained in:
Torkel Ödegaard 2020-10-09 20:53:54 +02:00
parent 934e2a626f
commit 68e925c9c7

View File

@ -8,12 +8,12 @@
# #
# https://github.com/grafana/grafana-github-actions/blob/main/metrics-collector/index.ts # 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: on:
schedule:
- cron: "*/10 * * * *"
issues: issues:
types: [opened, closed] types: [opened, closed]
schedule:
- cron: "*/10 * * * *" # Every 10 minutes
jobs: jobs:
main: main: