From 4ce5b5c9d7f2f8199bf360109dbdc75a817ac6ab Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 11 Apr 2022 15:52:56 +0200 Subject: [PATCH] GH Action - Fix the labeler about existing labels https://github.com/actions/labeler/issues/112#issuecomment-1000491676 --- .github/labeler.yml | 3 +++ .github/workflows/labeler.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 07490ea432..19ab1aaa59 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,5 +19,8 @@ #"run cypress": # - any: ['tests/end2end/**/*'] +"QGIS Server": + - any: ['lizmap/modules/lizmap/lib/Request/**/*'] + "tests": - any: ['tests/**/*'] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c579972bef..5c197e3a50 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -18,3 +18,4 @@ jobs: - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: ''