Skip to content

Commit 44c8699

Browse files
authored
Update workflow permissions in require-pr-label Action (#109342)
Change the permission from `read` to `write`.
1 parent b86ce91 commit 44c8699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/require-pr-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
types: [opened, reopened, labeled, unlabeled, synchronize]
66

77
permissions:
8-
issues: read
9-
pull-requests: read
8+
issues: write
9+
pull-requests: write
1010

1111
jobs:
1212
label:

0 commit comments

Comments
 (0)