chore(.github): heal develop divergence + drop self fr-gate caller - #86
Merged
Conversation
promote: closure-router fix, CODEOWNERS, and actionlint to main
promote: FR gate fail-closed (#71) to main
promote: board-automation hardening + advance caller to main
promote: advance-deploy-env caller to main
promote: branch-create/delete guard to main (unblocks #1274 staging)
promote: On-dev collapsed model to main (RESTORES automation — merge now)
…iority field (D5, promotes #84)
promote(customer-priority-bump): apply 'priority' label instead of Priority field (D5)
…o env ladder to FR on (RFC-0008)
Contributor
Author
|
👋 Heads-up — Code review queue is at 38 / 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.) |
LukasWodka
added a commit
that referenced
this pull request
Jul 26, 2026
chore(.github): drop self fr-gate caller on main (promote #86)
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.
Summary
Two-in-one housekeeping for the now docs-treated
.github:developwas 1-ahead / 8-behindmain(squash-merge artifact). This branch is cut frommain, so merging it intodevelop(as a merge commit) brings develop up to main's history.fr-gate-caller.yml—.githubhas no deployable environment to functional-review on, so its self-gate was always red on its own main promotions. The reusablefr-gate.yml(called by every other repo) is untouched.Follow-up PR promotes the caller removal develop→main.
Part of #1273 / RFC-0008 (.github docs-treatment).
Note
Low Risk
Workflow-only changes: simpler labeling for customer issues and removal of a redundant gate on the
.githubrepo, with no application runtime impact.Overview
Customer-flagged issues no longer set the kanban Priority single-select via GraphQL. When
from:customeris applied, the reusablecustomer-priority-bumpworkflow now runsgh issue editto add thepriorityissue label (D5), matching the board’s move away from a Priority project field.Removes
.github/workflows/fr-gate-caller.yml, so this meta-repo no longer runs the FR gate on its own PRs. The shared reusablefr-gate.ymlused by other repositories is unchanged.Reviewed by Cursor Bugbot for commit 9850115. Bugbot is set up for automated code reviews on this repo. Configure here.