ci: add advance-deploy-env caller to .github (re-land — tickets stuck at FR on dev)#78
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 was referenced Jul 26, 2026
Merged
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.
Re-lands the advance-deploy-env caller for .github. It was meant to be in #76 but the commit was orphaned (pushed after #76 merged), so .github's kanban items still don't advance to Prod when code ships to main.
.github hosts the reusable but had no push-triggered caller of its own — the only repo missing one. This adds it. After merge, promote to main so it runs on future .github promotions.
Refs the 'why are shipped tickets stuck at FR on dev' thread.
Note
Low Risk
CI-only addition that reuses an existing org workflow on branch pushes; no application, auth, or data-path changes.
Overview
Adds
advance-deploy-env-caller.yml, which runs on pushes todevelop,staging,master, andmainand invokes the existing reusableadvance-deploy-env.ymlwith inherited secrets.The
.githubrepo already hosted that reusable workflow but was the only repo without a push-triggered caller, so kanban items tied to this repo did not advance with deploys (e.g. tickets stuck at FR on dev while promotions alone reached Prod). This aligns.githubwith the other repos so merges to main can auto-advance contained tickets to Prod.Reviewed by Cursor Bugbot for commit 742009a. Bugbot is set up for automated code reviews on this repo. Configure here.