diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 30603a40e..72989a642 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -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: >