From: Jameer Pathan Date: Fri, 19 Feb 2021 05:28:20 +0000 (+0530) Subject: GH Actions: Fix labeler bot X-Git-Tag: v248-rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f48ab3fa76e2185a4437b5f7bae45ca389b1ca;p=thirdparty%2Fsystemd.git GH Actions: Fix labeler bot --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eecf3d9d68a..76d67a3a5c0 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,3 +10,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml + sync-labels: "" # This is a workaround for issue 18671