We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4e282 commit 103ab56Copy full SHA for 103ab56
1 file changed
.github/workflows/label_pr.yml
@@ -10,4 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
+ with:
14
+ sparse-checkout: |
15
+ .github/labeler.yaml
16
+ sparse-checkout-cone-mode: false
17
- uses: actions/labeler@v5
18
19
+ configuration-path: .github/labeler.yaml
0 commit comments