promote: advance-deploy-env caller to main - #79
Merged
Merged
Conversation
.github hosts the reusable advance-deploy-env.yml (workflow_call only) but had no push-triggered caller of its own — the only repo without one — so its kanban items never advanced when code shipped: feature PRs stranded at 'FR on dev' while the promotion PR alone reached Prod. (This was meant to land in #76 but the commit was orphaned — pushed after #76 had already merged. Re-landing cleanly here.) Adds the same push-triggered caller the other 14 repos have.
Contributor
Author
|
👋 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.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes the advance-deploy-env caller (#78) to
main, so.github's own pushes to main run it and its kanban tickets auto-advance to Prod on ship (they were stranding atFR on dev).Also carries any other develop commits ahead of main. Merge with a merge commit.
Note
Low Risk
CI-only change that wires an existing reusable workflow on push; no application or auth logic.
Overview
Adds
advance-deploy-env-caller.yml, which runs on pushes todevelop,staging,master, andmainand invokes the reusabletracebloc/.github/.github/workflows/advance-deploy-env.yml@mainwith inherited secrets.Because this repo only hosted the reusable workflow (
workflow_call) and had no push trigger, kanban items for work here did not advance when code shipped through develop → main; tickets could stay at FR on dev while promotion alone reached Prod. This mirrors the other repos so merges to main auto-advance contained tickets to Prod.Reviewed by Cursor Bugbot for commit 718efba. Bugbot is set up for automated code reviews on this repo. Configure here.