We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a958a commit 8e21941Copy full SHA for 8e21941
.github/workflows/approved-label.yml
@@ -8,7 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Add "approved" label when approved
11
- uses: actions-ecosystem/action-add-labels@v1
+ if: github.event.review.state == 'commented'
12
+ uses: pullreminders/label-when-approved-action@master
13
env:
14
APPROVALS: "1"
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments