chore(.github): drop self fr-gate caller on main (promote #86) - #87
Merged
Conversation
…d (D5) (#84) D5 replaced the Priority single-select field with a binary 'priority' label. This reusable still set the (now-removed) Priority field, so it would fail once the field is deleted. Rewrite it to 'gh issue edit --add-label priority' — the label is visible on the issue and filterable everywhere. Prerequisite for deleting the Priority project field: this must be on main first, or the workflow errors on the missing field.
…o env ladder to FR on (RFC-0008)
chore(.github): heal develop divergence + drop self fr-gate caller
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.) |
LukasWodka
added a commit
that referenced
this pull request
Jul 28, 2026
A push routinely carries commits that already shipped further down the pipeline: a staging->develop back-merge re-pushes Prod PRs to develop, and a develop==main fast-forward does the same. advance-deploy-env blindly set every PR in the push to the branch's column, un-shipping those cards (seen live: .github #87/#88/#89/#92 stranded at On dev after yesterday's ff, #95 demoted from Prod today; engine#540's back-merge would demote its whole staging history next). Now the per-PR query also reads the current Status and the update is skipped unless the target rank is strictly higher. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Promotes the
fr-gate-caller.ymlremoval from #86 up tomain, and convergesmain/developafter the divergence heal.After this,
.githubno longer runs its own FR-gate on promotions to its main (it has no deployable environment to functional-review on — RFC-0008 docs-treatment). The reusablefr-gate.ymlthat every other repo calls is untouched.Net content diff = the single
fr-gate-caller.ymldeletion.Part of #1273 / RFC-0008.
Note
Low Risk
CI-only change removing a workflow file; no application, auth, or data paths affected.
Overview
Removes the per-repo workflow
fr-gate-caller.ymlthat invoked the reusabletracebloc/.githubFR-gate on pull requests targetingstaging,main, ormaster.This repo will no longer run its own functional-review gate on promotions to
main/staging(aligned with RFC-0008: no deployable environment here). The shared reusable workflowfr-gate.ymlis unchanged and remains available for other repositories that still call it.Reviewed by Cursor Bugbot for commit 408c33e. Bugbot is set up for automated code reviews on this repo. Configure here.