Update check enforcer yaml permissions and name (#3944)

This commit is contained in:
Ben Broderick Phillips 2022-09-19 19:23:50 -04:00 committed by GitHub
parent 52f9437adb
commit 237c03a9d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
name: GitHub Event Handler
# NOTE: currently azure-sdk-actions only hosts check enforcer code.
# If further functionality is added, this name should be updated to reflect
# the more generic behavior
name: Check Enforcer
on:
check_suite:
@ -6,8 +9,14 @@ on:
issue_comment:
types: [created]
permissions: {}
jobs:
event-handler:
permissions:
statuses: write # to set status (azure/azure-sdk-actions)
pull-requests: read # to read pull requests (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
steps: