Merge pull request #12067 from Homebrew/sync-triage-config

Synchronize triage configuration
This commit is contained in:
Rylan Polster 2021-09-15 22:17:27 -04:00 committed by GitHub
commit 2dd3934fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ on:
- cron: "0 0 * * *"
issue_comment:
permissions:
issues: write
pull-requests: write
concurrency:
group: triage-issues
cancel-in-progress: ${{ github.event_name != 'issue_comment' }}