Skip to content

Commit a24f9b8

Browse files
committed
Add permissions to PR Labeler workflow for enhanced access control
1 parent 6f38778 commit a24f9b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: PR Labeler
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
pull_request:
47
types: [opened]

0 commit comments

Comments
 (0)