promote(customer-priority-bump): apply 'priority' label instead of Priority field (D5) - #85
Conversation
…iority field (D5, promotes #84)
|
bugbot run |
|
👋 Heads-up — Code review queue is at 39 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 9c1103e. Configure here.
|
skip-fr-gate — written reason (RFC-0008 D27): legitimate release-mechanics promotion. This copies the already-reviewed #84 (customer-priority-bump label fix — merged to develop, Bugbot-clean) verbatim onto |
Summary
Promotes #84 to main so the live reusable workflow stops writing the soon-to-be-deleted Priority project field.
customer-priority-bump.ymlruns from@main(that's what the per-repo callers reference), so the field-writing version was still the one executing in production. This copies develop's label-based version (gh issue edit --add-label priority) onto main verbatim.Prerequisite for deleting the Priority project field (part of #1273 — field cleanup, D4/D5/D12: one priority source = the
prioritylabel).Test plan
from:customeradds theprioritylabel instead of touching the (deleted) field.Part of #1273.
Note
Low Risk
Narrow CI automation change aligned with board cleanup; no app auth or data paths, though mis-timed merge could briefly conflict with deleting the Priority field.
Overview
Promotes the D5 behavior to
mainfor the reusablecustomer-priority-bumpworkflow so production stops updating the deprecated Priority project field.When
from:customeris applied, the workflow now runsgh issue edit --add-label priorityinstead of GraphQL against Project V2 (field lookup, retry loop for project item registration, andupdateProjectV2ItemFieldValue). Unused workflow env vars tied to the old path (ORG,PROJECT_NUMBER,PRIORITY_NAME) are removed;workflow_callinputs liketarget-priorityremain but are no longer used by the step.Reviewed by Cursor Bugbot for commit 9c1103e. Bugbot is set up for automated code reviews on this repo. Configure here.