We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0925f4e commit 81a958aCopy full SHA for 81a958a
.github/workflows/approved-label.yml
@@ -1,14 +1,14 @@
1
on: pull_request_review
2
permissions:
3
- pull_request: write
+ pull-requests: write
4
name: Add "approved" label when approved
5
jobs:
6
add_label:
7
8
runs-on: ubuntu-latest
9
steps:
10
- name: Add "approved" label when approved
11
- uses: pullreminders/label-when-approved-action@master
+ uses: actions-ecosystem/action-add-labels@v1
12
env:
13
APPROVALS: "1"
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments