[3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#109348)

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

Change the permission from `read` to `write`.
(cherry picked from commit 44c8699196)

Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-09-13 03:36:03 -07:00 committed by GitHub
parent 9b8205447f
commit aee0077e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: