Skip to content

Commit 103ab56

Browse files
committed
ci(github-actions): checkout only .github/labeler.yml when running labeler
1 parent 4b4e282 commit 103ab56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/label_pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
sparse-checkout: |
15+
.github/labeler.yaml
16+
sparse-checkout-cone-mode: false
1317
- uses: actions/labeler@v5
18+
with:
19+
configuration-path: .github/labeler.yaml

0 commit comments

Comments
 (0)