Skip to content

Commit 81a958a

Browse files
test changes
1 parent 0925f4e commit 81a958a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/approved-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on: pull_request_review
22
permissions:
3-
pull_request: write
3+
pull-requests: write
44
name: Add "approved" label when approved
55
jobs:
66
add_label:
77
name: Add "approved" label when approved
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Add "approved" label when approved
11-
uses: pullreminders/label-when-approved-action@master
11+
uses: actions-ecosystem/action-add-labels@v1
1212
env:
1313
APPROVALS: "1"
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)