From: Frantisek Sumsal Date: Tue, 2 Jan 2024 11:18:52 +0000 (+0100) Subject: ci: use a boolean value for the boolean field X-Git-Tag: v256-rc1~1350^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17b056a340ce489ba747b797de8b270af30d66c4;p=thirdparty%2Fsystemd.git ci: use a boolean value for the boolean field The issue[0] behind this workaround has been resolved[1], so we can set it to a proper boolean field. [0] https://github.com/systemd/systemd/issues/18671 [1] https://github.com/actions/labeler/pull/480 --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3425e68dac1..e7397728298 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -27,7 +27,7 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml - sync-labels: "" # This is a workaround for issue 18671 + sync-labels: false - name: Set or remove labels based on systemd development workflow uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea