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 031c201 commit 994ab1aCopy full SHA for 994ab1a
.github/workflows/approved-label.yml
@@ -5,9 +5,9 @@ jobs:
5
name: Add "approved" label when approved
6
runs-on: ubuntu-latest
7
steps:
8
- - name: Add "approved" label when approved
9
- uses: realstealthninja/label-when-approved@0.4.2
10
- with:
11
- requiredApproves: 1
12
- secret: ${{ secrets.GITHUB_TOKEN }}
13
- label: "approved"
+ - name: Add "approved" label when approved
+ uses: realstealthninja/label-when-approved@latest
+ with:
+ approvals: 1
+ secret: ${{ secrets.GITHUB_TOKEN }}
+ label: "approved"
0 commit comments