We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550ca35 commit 755b31dCopy full SHA for 755b31d
src/compiler/reviews.md
@@ -43,7 +43,9 @@ not it should be part of a [rollup] with one of the following:
43
- `rollup=maybe`: This is the **default** if you do not specify a rollup
44
status. Use this if you don't have much confidence that it won't break
45
tests. This can be used if you aren't sure if it should be one of the other
46
- categories.
+ categories. Since this is the default, there is usually no need to
47
+ explicitly specify this, unless you are un-marking the rollup level from a
48
+ previous command.
49
- `rollup=iffy`: Use this for mildly risky PRs (more risky than "maybe").
50
Example scenarios:
51
- The PR is large and non-additive (note: adding 2000 lines of completely
0 commit comments