ci: tracker-policy workflow triggers label-issue on PR events #415
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a
pull_requestevent fires, the combinedtracker-policy.ymlworkflow skipslabel-issuevia anifcondition, but Gitea Actions reports the skipped job as a non-success status. This blocks PRs from merging even though the logic is correct.Fix: split into two dedicated workflows (
tracker-policy-issues.ymlandtracker-policy-pr.yml) solabel-issuenever appears in PR runs at all.