Skip to content

Commit

Permalink
ci(github-actions): checkout only .github/labeler.yml when running la…
Browse files Browse the repository at this point in the history
…beler
  • Loading branch information
Lee-W committed Dec 19, 2023
1 parent 4b4e282 commit 103ab56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/labeler.yaml
sparse-checkout-cone-mode: false
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml

0 comments on commit 103ab56

Please sign in to comment.