Skip to content

describe the stability-fix-approved workflow #1767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions dev-guide/using-stability-fix-approved.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Stability Fix Approved Workflow
The `stability-fix-approved` label exists to denote that a PR increases stability in a repository that would otherwise have changes locked down; allowing the PR to merge.
Application of this label is restricted to [openshift-team-leads](https://github.com/orgs/openshift/teams/openshift-team-leads) and [openshift-staff-engineers](https://github.com/orgs/openshift/teams/openshift-staff-engineers).

## Locking Repos Down
When it is determined by the architects that a team's repo(s) should be locked down from additional changes due to ongoing regressions, the label must be added to the respective `tide` merge queries.
This is a simple, manual process that involves creating a PR in `openshift/release`. This [example](https://github.com/openshift/release/pull/62947/files) shows how to require the label on **all** branches of the `openshift/cluster-api` repo.
Once the PR is merged, no changes will be able to be merged in the respective repo(s) without the `stability-fix-approved` label present.

## Unblocking a PR
[openshift-team-leads](https://github.com/orgs/openshift/teams/openshift-team-leads) and [openshift-staff-engineers](https://github.com/orgs/openshift/teams/openshift-staff-engineers)
can add the `stability-fix-approved` label to **any** PR by simply commenting `/label stability-fix-approved` on the PR. At that point, that PR will no longer be blocked and will follow the standard review and merge process.