Skip to content

Commit 994ab1a

Browse files
ci: update approved-label to latest
1 parent 031c201 commit 994ab1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/approved-label.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
name: Add "approved" label when approved
66
runs-on: ubuntu-latest
77
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"
8+
- name: Add "approved" label when approved
9+
uses: realstealthninja/label-when-approved@latest
10+
with:
11+
approvals: 1
12+
secret: ${{ secrets.GITHUB_TOKEN }}
13+
label: "approved"

0 commit comments

Comments
 (0)