Commit 5b0495ea by Torkel Ödegaard Committed by GitHub

Github: run metrics collector workflow every 10min (#28153)

parent 7d5712ca
#
# When triggered by the cron job it will also collect metrics for:
# * number of issues without label
# * number of issues with "needs more info"
# * number of issues with "needs investigation"
# * number of issues with label type/bug
# * number of open issues in current milestone
#
# https://github.com/grafana/grafana-github-actions/blob/main/metrics-collector/index.ts
#
name: Collect metrics when issue is closed
on:
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