File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,20 @@ contributor](./membership.md) will leave a comment like `@bors r+`.
1919This indicates that they approve the PR.
2020
2121People with bors privileges may also leave a ` @bors r=username `
22- command. This indicates that the PR was already apporved by
22+ command. This indicates that the PR was already approved by
2323` @username ` . This is commonly done after rebasing.
2424
2525Finally, in some cases, PRs can be "delegated" by writing `@bors
2626delegate+` or ` @bors delegate=username`. This will allow the PR author
2727to approve the PR by issuing ` @bors ` commands like the ones above
2828(but this privilege is limited to the single PR).
2929
30+ ## High priority issues
31+
32+ When merging high priority issues (` P-critical ` and ` P-high ` ) it's
33+ recommended to avoid rollups and bump a bit the priority of the PR in
34+ the homu queue by issuing ` @bors r+ rollup=never p=1 ` .
35+
3036## Expectations for r+
3137
3238bors privileges are binary: the bot doesn't know which code you are
You can’t perform that action at this time.
0 commit comments