From b6f0574e4b869516beed59c2447aca9165d6ac03 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Sep 2021 01:48:33 +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 9d880da211..ce49864ebb 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -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' }}