Skip to content

Commit 5891e94

Browse files
review changes
1 parent c4ccffc commit 5891e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/approved-label.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
on: pull_request_review
2+
permissions:
3+
pull_request: write
24
name: Add "approved" label when approved
35
jobs:
46
add_label:
@@ -11,6 +13,4 @@ jobs:
1113
APPROVALS: "1"
1214
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1315
ADD_LABEL: "approved"
14-
REMOVE_LABEL: ""
15-
permissions:
16-
pull_request: write
16+
REMOVE_LABEL: ""

0 commit comments

Comments
 (0)