We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c4c41 commit faffaabCopy full SHA for faffaab
.github/labeler.yml
@@ -80,7 +80,7 @@
80
- any-glob-to-any-file:
81
# Also files in lib/**, but we can't be sure those are only documentation.
82
- 'doc/api/**'
83
- - all-globs-all-files:
+ - all-globs-to-all-files:
84
- '!doc/api/next_api_changes/**'
85
86
"Documentation: build":
.github/workflows/labeler.yml
@@ -10,6 +10,13 @@ jobs:
10
pull-requests: write
11
runs-on: ubuntu-latest
12
steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ sparse-checkout: |
16
+ .github
17
- uses: actions/labeler@v5
18
with:
19
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
20
sync-labels: true
21
+ configuration-path: .github/labeler.yml
22
+ dot: true
0 commit comments