diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-01-02 12:18:52 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-01-02 12:42:03 +0100 |
commit | 17b056a340ce489ba747b797de8b270af30d66c4 (patch) | |
tree | d5c33445437e1f9f72cf4665fd53b66d73e337dd /.github/workflows/labeler.yml | |
parent | ci: migrate labeler configuration to the new format (diff) | |
download | systemd-17b056a340ce489ba747b797de8b270af30d66c4.tar.xz systemd-17b056a340ce489ba747b797de8b270af30d66c4.zip |
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
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3425e68dac..e739772829 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 |