From 39cb03c7e198678b41aeff2572fd35ce3f78ffcf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:27:59 +0000 Subject: [PATCH] triage-issues.yml: update to match main configuration --- .github/workflows/triage-issues.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: >