Skip to content

Commit 701ab87

Browse files
committed
Fix: Add permission to approved-label workflow
1 parent 3aafade commit 701ab87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/approved-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
ADD_LABEL: "approved"
1414
REMOVE_LABEL: ""
15+
permissions:
16+
pull_request: write

0 commit comments

Comments
 (0)