Update workflow permissions in require-pr-label Action (#109342)

Change the permission from `read` to `write`.
This commit is contained in:
Mariatta 2023-09-12 12:03:55 -07:00 committed by GitHub
parent b86ce91bfe
commit 44c8699196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ on:
types: [opened, reopened, labeled, unlabeled, synchronize]
permissions:
issues: read
pull-requests: read
issues: write
pull-requests: write
jobs:
label: