From d1b05c2c64400f07fe7db121d153481d1e70cff8 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 9 Nov 2022 16:21:20 -0500 Subject: [PATCH] Updating check enforcer permissions to enable writing comments (#4103) --- .github/workflows/event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/event.yml b/.github/workflows/event.yml index 76c184c71..1efb7a7e9 100644 --- a/.github/workflows/event.yml +++ b/.github/workflows/event.yml @@ -15,7 +15,7 @@ jobs: event-handler: permissions: statuses: write # to set status (azure/azure-sdk-actions) - pull-requests: read # to read pull requests (azure/azure-sdk-actions) + pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions) checks: read # to read check status (azure/azure-sdk-actions) name: Handle ${{ github.event_name }} ${{ github.event.action }} event runs-on: ubuntu-latest