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