Skip to content

Commit

Permalink
Merge pull request #342 from Homebrew/sync-triage-config
Browse files Browse the repository at this point in the history
Synchronize triage configuration
  • Loading branch information
MikeMcQuaid authored Jul 9, 2021
2 parents 91e2e05 + 39cb03c commit 2707780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- cron: "0 0 * * *"
issue_comment:

concurrency:
group: triage-issues
cancel-in-progress: ${{ github.event_name != 'issue_comment' }}

jobs:
stale:
if: >
Expand Down

0 comments on commit 2707780

Please sign in to comment.