ci: tracker-policy workflow triggers label-issue on PR events #415

Closed
opened 2026-07-18 14:39:40 -04:00 by didericis-claude · 0 comments
Collaborator

When a pull_request event fires, the combined tracker-policy.yml workflow skips label-issue via an if condition, 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.yml and tracker-policy-pr.yml) so label-issue never appears in PR runs at all.

When a `pull_request` event fires, the combined `tracker-policy.yml` workflow skips `label-issue` via an `if` condition, 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.yml` and `tracker-policy-pr.yml`) so `label-issue` never appears in PR runs at all.
gitea-actions bot added the Status/Needs Triage label 2026-07-18 14:39:46 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#415