]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: remove `if: github.event.issue.pull_request` from `labeler.yml` 26338/head
authorJan Macku <jamacku@redhat.com>
Tue, 7 Feb 2023 14:40:47 +0000 (15:40 +0100)
committerJan Macku <jamacku@redhat.com>
Tue, 7 Feb 2023 15:00:49 +0000 (16:00 +0100)
commitde95bb2a98de9de3b18365122165ac4ac425fcbd
tree7f386fe52ffde43452d946c070a915c3175dfa33
parentd709b92ef14e3e8c5c831c296cfbe1e6fc5202de
ci: remove `if: github.event.issue.pull_request` from `labeler.yml`

`github.event.issue.pull_request` is an object, not a boolean.
This is the root cause of why the step that is supposed to remove labels
is always skipped. Having this condition in place is not necessary since
the workflow is run on the `pull_request_target` event.
.github/workflows/labeler.yml