Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faffaab

Browse files
committed
fix labeller [skip ci]
1 parent f0c4c41 commit faffaab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
- any-glob-to-any-file:
8181
# Also files in lib/**, but we can't be sure those are only documentation.
8282
- 'doc/api/**'
83-
- all-globs-all-files:
83+
- all-globs-to-all-files:
8484
- '!doc/api/next_api_changes/**'
8585

8686
"Documentation: build":

.github/workflows/labeler.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
pull-requests: write
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v3
14+
with:
15+
sparse-checkout: |
16+
.github
1317
- uses: actions/labeler@v5
1418
with:
19+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1520
sync-labels: true
21+
configuration-path: .github/labeler.yml
22+
dot: true

0 commit comments

Comments
 (0)