Skip to content

Commit a5e9fd7

Browse files
Merge pull request swapnilsparsh#985 from nerdy-nakul/patch-1
Update auto-label.yml
2 parents 40c3c31 + 232c465 commit a5e9fd7

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)