Set Priority = P1 and Status = Backlog on auto-created PR tracking issues - #1297
Conversation
…sues Ensures new tracking issues surface at the correct priority and never land on the board without a status.
Code ReviewNo correctness, security, or workflow issues found. The change is limited to the
Both new/changed calls reuse the existing One thing I could not verify from the diff: the field ID |
Summary
auto-create-pr-tracking-issues.yml(both the Admin Support and Publishing Pipeline jobs) now get Priority = P1 instead of P2.Changes
.github/workflows/auto-create-pr-tracking-issues.yml: replaced thePriority = P2(5280356b) field mutation withPriority = P1(c2ae6a84) in both jobs; added aStatus = Backlog(f75ad846) field mutation in both jobs.Testing
pull_request: review_requestedevents) — verified field/option IDs against the live project schema viagh api graphqlagainstnetwrix/projects/2before editing.actionlintnot run in this environment; no syntax changes beyond twosetFieldcall edits, following the existingsetFieldhelper pattern already used elsewhere in the file.