1 parent 98f499b commit c63dcfbCopy full SHA for c63dcfb
1 file changed
.github/workflows/taydeo-approval.yml
@@ -4,7 +4,7 @@
4
5
name: "Approval"
6
7
-on:
+on:
8
pull_request_review:
9
types:
10
- submitted
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
if: github.event.review.user.login == 'taydeo' && github.event.review.state == 'approved'
19
steps:
20
- - uses: actions-ecosystem/action-add-labels@v1
21
- with:
22
- labels: "Status: Approved"
+ - uses: actions-ecosystem/action-add-labels@v1
+ with:
+ github_token: ${{ secrets.BOT_TOKEN }}
23
+ labels: "Status: Approved"
0 commit comments