Skip to content

Commit 8e21941

Browse files
test changes
1 parent 81a958a commit 8e21941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/approved-label.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Add "approved" label when approved
11-
uses: actions-ecosystem/action-add-labels@v1
11+
if: github.event.review.state == 'commented'
12+
uses: pullreminders/label-when-approved-action@master
1213
env:
1314
APPROVALS: "1"
1415
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)