Skip to content

Commit 8a3be1e

Browse files
Merge branch 'master' into remove_cin_vector_corss
2 parents 2eb04c1 + b5d818b commit 8a3be1e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/approved-label.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +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: pullreminders/label-when-approved-action@master
10-
env:
11-
APPROVALS: "1"
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
ADD_LABEL: "approved"
14-
REMOVE_LABEL: ""
8+
- name: Add "approved" label when approved
9+
uses: realstealthninja/label-when-approved@main
10+
with:
11+
approvals: 1
12+
secret: ${{ secrets.GITHUB_TOKEN }}
13+
label: "approved"

0 commit comments

Comments
 (0)