Skip to content

Commit

Permalink
github/labeler: give the sync-labels config item a default value
Browse files Browse the repository at this point in the history
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 dd12b45
Closes curl#11907
  • Loading branch information
dfandrich committed Sep 21, 2023
1 parent 32dcda9 commit b2b0534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ documentation:
- 'LICENSES/**'
- 'README'
- 'RELEASE-NOTES'
- AllGlobsToAllFiles:
# some negative matches
- '!**/CMakeLists.txt'
- '!docs/examples/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false

0 comments on commit b2b0534

Please sign in to comment.