Skip to content

Commit 4bd9e3e

Browse files
committed
Mention rollup- early
1 parent df7c786 commit 4bd9e3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

performing-a-rollup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ be pushed to master. As PR volume increases this can scale poorly, especially gi
1212
the 2hr30min current CI duration for Rust.
1313

1414
Enter rollups - low risk changes (often doc fixes or other non-functional changes)
15-
are marked with the `rollup` command to bors (e.g. `@bors r+ rollup` to approve a
16-
PR and mark as a rollup or `@bors rollup` to mark a previously approved PR).
15+
are marked with the `rollup` command to bors (`@bors r+ rollup` to approve a PR
16+
and mark as a rollup, `@bors rollup` to mark a previously approved PR, `@bors rollup-`
17+
to unmark as a rollup).
1718
'Performing a Rollup' then means collecting these changes into one PR and merging
1819
them all at once.
1920

0 commit comments

Comments
 (0)