Skip to content

Commit

Permalink
ci: use a boolean value for the boolean field
Browse files Browse the repository at this point in the history
The issue[0] behind this workaround has been resolved[1], so we can set it
to a proper boolean field.

[0] systemd#18671
[1] actions/labeler#480
  • Loading branch information
mrc0mmand committed Jan 2, 2024
1 parent 80a4a2c commit 324dfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Expand Up @@ -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
Expand Down

0 comments on commit 324dfb8

Please sign in to comment.