diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 4da009f8b2..c7bde9931c 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -4,11 +4,11 @@ on: issues: types: ["labeled"] schedule: - # Run pull request triage every 5 minutes. Ideally, this would be on + # Run pull request triage once an hour. Ideally, this would be on # "labeled" types of pull request events, but that doesn't work if the pull # request is from another fork. For example, see # https://github.com/actions/labeler/issues/12 - - cron: '*/5 * * * *' + - cron: '42 * * * *' concurrency: group: issue-triage