mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Update pr-guide with staleness requirement (#104576)
This commit is contained in:
parent
edab50b38e
commit
21cde6987f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Anyone with write access can merge a pull request manually when the following co
|
|||
* The PR has been approved by at least one reviewer and any other objections are addressed.
|
||||
* You can request another review from the original reviewer.
|
||||
* The PR successfully builds and passes all tests in the Continuous Integration (CI) system. In case of failures, refer to the [analyzing build failures](failure-analysis.md) doc.
|
||||
* The CI results are no more than 1 week old.
|
||||
|
||||
Typically, PRs are merged as one commit (squash merges). It creates a simpler history than a Merge Commit. "Special circumstances" are rare, and typically mean that there are a series of cleanly separated changes that will be too hard to understand if squashed together, or for some reason we want to preserve the ability to disect them.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue