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+`.
19
19
This indicates that they approve the PR.
20
20
21
21
People 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
23
23
` @username ` . This is commonly done after rebasing.
24
24
25
25
Finally, in some cases, PRs can be "delegated" by writing `@bors
26
26
delegate+` or ` @bors delegate=username`. This will allow the PR author
27
27
to approve the PR by issuing ` @bors ` commands like the ones above
28
28
(but this privilege is limited to the single PR).
29
29
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
+
30
36
## Expectations for r+
31
37
32
38
bors privileges are binary: the bot doesn't know which code you are
You can’t perform that action at this time.
0 commit comments