You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/developer/guide-changes.md
+1-23
Original file line number
Diff line number
Diff line change
@@ -487,16 +487,7 @@ In very rare cases, it may be necessary to merge a PR whose tests are failing.
487
487
This situation typically only occurs with chicken-and-egg CI configuration
488
488
issues, where PR builds are broken until a fix can be merged to `main`.
489
489
490
-
To perform a "god mode" merge, you can temporarily lift the branch restrictions
491
-
on the `main` branch. Navigate to the [branch protection rules for the `main`
492
-
branch][branch-protection] and uncheck the "Include administrators" box. Do
493
-
*not* delete the rules or uncheck any other boxes, as it is much harder to
494
-
reverse those changes.
495
-
496
-
Your PR will be mergeable after you uncheck the "Include administrators" box,
497
-
though you will have to click through several warning screens. Once the PR is
498
-
merged, be sure to re-enable the "Include administrators" setting to prevent
499
-
accidents.
490
+
Only a few people have sufficient access, inquire in Slack if this situation arises.
500
491
501
492
## Reviewing changes
502
493
@@ -936,19 +927,6 @@ submit a PR to fix it!
936
927
* Accept PRs that improve the overall health of the codebase, even if they
937
928
are not perfect.
938
929
939
-
## Common Issues
940
-
941
-
### Stuck CLA check
942
-
943
-
Taken from the [cla-assistant `README.md`](https://github.com/cla-assistant/cla-assistant/blob/main/COMMON_ISSUES.md#cla-assistant-status-or-comment-not-updated-1).
944
-
945
-
Sometimes it happens that while you signed the CLA the status doesn't get updated.
946
-
Might be a technical issue or some other problem. Most temporary issues can be solved by manually triggering a new check with navigating to
0 commit comments