Skip to content

Commit 232c465

Browse files
authored
Update auto-label.yml
1 parent 40c3c31 commit 232c465

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/auto-label.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
name: Auto Label
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: banyan/[email protected]
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
- name: Apply labels
14+
uses: banyan/[email protected]
1315
env:
1416
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)