Skip to content

Commit 8316091

Browse files
run actions/checkout before actions/labeler
1 parent 0678f74 commit 8316091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v3
910
- uses: actions/labeler@v4
1011
with:
1112
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)