]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github/labeler: give the sync-labels config item a default value
authorDan Fandrich <dan@coneharvesters.com>
Thu, 21 Sep 2023 08:17:32 +0000 (01:17 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 21 Sep 2023 08:23:41 +0000 (01:23 -0700)
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

.github/labeler.yml
.github/workflows/label.yml

index c19101b72f760a12f71cd3b9da1d6edaef4875fa..a8d0aaa58641ac3a1da118a726328529bd0cd664 100644 (file)
@@ -157,6 +157,7 @@ documentation:
       - 'LICENSES/**'
       - 'README'
       - 'RELEASE-NOTES'
+    - AllGlobsToAllFiles:
         # some negative matches
       - '!**/CMakeLists.txt'
       - '!docs/examples/**'
index 4c478c607647475b13a6ee380a6a21c91d611ad4..931ef9a5f72b393d51c0911ad66314068cfe36fd 100644 (file)
@@ -24,3 +24,4 @@ jobs:
     - uses: actions/labeler@v5.0.0-beta.1
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
+        sync-labels: false