We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c776440 commit 962f296Copy full SHA for 962f296
1 file changed
.github/workflows/pr.yml
@@ -0,0 +1,14 @@
1
+on: pull_request_review
2
+name: Label approved pull requests
3
+jobs:
4
+ labelWhenApproved:
5
+ name: Label when approved
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Label when approved
9
+ uses: pullreminders/label-when-approved-action@master
10
+ env:
11
+ APPROVALS: "1"
12
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
+ ADD_LABEL: "approved"
14
+
0 commit comments