ci: split tracker-policy into separate issue and PR workflows #417
Reference in New Issue
Block a user
Delete Branch "fix-tracker-policy-split"
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?
Closes #416
Gitea Actions reports skipped jobs as a non-success status, so
label-issue(skipped on PR events viaif) was blocking PR merges.Fix: replace the single
tracker-policy.ymlwith two dedicated files:tracker-policy-issues.yml— triggers only onissueseventstracker-policy-pr.yml— triggers only onpull_requesteventsAfter merge, update the branch-protection required status context from
tracker-policy / check-prtotracker-policy-pr / check-pr