From 17b056a340ce489ba747b797de8b270af30d66c4 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Tue, 2 Jan 2024 12:18:52 +0100 Subject: [PATCH] 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 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3425e68dac1c6..e7397728298ee 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