Skip to content

Commit 31b8f9c

Browse files
chore(repo): Remove unnecessary checkout in labeler (#8528)
Co-authored-by: Jacek Radko <jacek@clerk.dev>
1 parent 63447a3 commit 31b8f9c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,4 @@ jobs:
1111
pull-requests: write
1212
runs-on: ${{ vars.RUNNER_NORMAL || 'ubuntu-latest' }}
1313
steps:
14-
- name: Checkout Repo
15-
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 1
18-
fetch-tags: false
19-
filter: "blob:none"
20-
show-progress: false
2114
- uses: actions/labeler@v6

0 commit comments

Comments
 (0)