Skip to content

Commit 1dd4aa6

Browse files
committed
chore(repo): Remove unnecessary checkout in labeler
1 parent c5fd14c commit 1dd4aa6

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)