Skip to content

Commit 755b31d

Browse files
committed
Clarify rollup=maybe default.
1 parent 550ca35 commit 755b31d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compiler/reviews.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ not it should be part of a [rollup] with one of the following:
4343
- `rollup=maybe`: This is the **default** if you do not specify a rollup
4444
status. Use this if you don't have much confidence that it won't break
4545
tests. This can be used if you aren't sure if it should be one of the other
46-
categories.
46+
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.
4749
- `rollup=iffy`: Use this for mildly risky PRs (more risky than "maybe").
4850
Example scenarios:
4951
- The PR is large and non-additive (note: adding 2000 lines of completely

0 commit comments

Comments
 (0)