mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
github/labeler: give the sync-labels config item a default value
This shouldn't be necessary and is likely a bug with this beta version
of the labeller.
Also, fix the negative matches for the documentation label.
Follow-up to dd12b452a
Closes #11907
This commit is contained in:
parent
32dcda98e7
commit
b2b0534e76
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@ -157,6 +157,7 @@ documentation:
|
|||||||
- 'LICENSES/**'
|
- 'LICENSES/**'
|
||||||
- 'README'
|
- 'README'
|
||||||
- 'RELEASE-NOTES'
|
- 'RELEASE-NOTES'
|
||||||
|
- AllGlobsToAllFiles:
|
||||||
# some negative matches
|
# some negative matches
|
||||||
- '!**/CMakeLists.txt'
|
- '!**/CMakeLists.txt'
|
||||||
- '!docs/examples/**'
|
- '!docs/examples/**'
|
||||||
|
1
.github/workflows/label.yml
vendored
1
.github/workflows/label.yml
vendored
@ -24,3 +24,4 @@ jobs:
|
|||||||
- uses: actions/labeler@v5.0.0-beta.1
|
- uses: actions/labeler@v5.0.0-beta.1
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
sync-labels: false
|
||||||
|
Loading…
Reference in New Issue
Block a user