From: Dan Fandrich Date: Thu, 21 Sep 2023 08:17:32 +0000 (-0700) Subject: github/labeler: give the sync-labels config item a default value X-Git-Tag: curl-8_4_0~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2b0534e767b67bb44128042c0f509826acd8124;p=thirdparty%2Fcurl.git 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 --- diff --git a/.github/labeler.yml b/.github/labeler.yml index c19101b72f..a8d0aaa586 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -157,6 +157,7 @@ documentation: - 'LICENSES/**' - 'README' - 'RELEASE-NOTES' + - AllGlobsToAllFiles: # some negative matches - '!**/CMakeLists.txt' - '!docs/examples/**' diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 4c478c6076..931ef9a5f7 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -24,3 +24,4 @@ jobs: - uses: actions/labeler@v5.0.0-beta.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: false