Skip to content

Commit 232c465

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/auto-label.yml

Lines changed: 4 additions & 2 deletions
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/auto-label@1.2
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
- name: Apply labels
14+
uses: banyan/auto-label@1.2
1315
env:
1416
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)