Updating check enforcer permissions to enable writing comments (#4103)
This commit is contained in:
parent
13213977b3
commit
d1b05c2c64
2
.github/workflows/event.yml
vendored
2
.github/workflows/event.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user