diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 99ab40756a..708c4559aa 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -10,6 +10,10 @@ on: # https://github.com/actions/labeler/issues/12 - cron: '*/5 * * * *' +concurrency: + group: issue-triage + cancel-in-progress: true + jobs: triage: runs-on: ubuntu-latest