Commit 88ec076
authored
Mirror
* triagebot: use the `S-waiting-on-{author,review}` label sets
And configure triagebot review status label flipping.
Instead of
`pr-{not-reviewed,waiting-on-author,follow-up-review-pending}`, for two
reasons:
1. Consistency with `rust-lang/rust`. The `S-*` status labels are the
ones that `rust-lang/rust` uses.
2. I don't think the `not-reviewed` vs `follow-up-review-pending`
distinction makes a lot of difference in practice. However, we can
still keep the `pr-follow-up-review-pending` label, since that is
previously manually applied anyway.
* triagebot: allow users to relabel `S-*` and `C-*` labels
Through `@rustbot label`.
* triagebot: enable `review-changes-since` functionality
Basically, a web-rendered version of `range-diff` to make review after
force-pushes easier.
* triagebot: enable `shortcut` functionality
This allows PR reviewers and authors to easily use:
```
@rustbot ready # S-{waiting-on-author,blocked} -> S-waiting-on-review
@rustbot author # S-{waiting-on-review,blocked} -> S-waiting-on-author
@rustbot blocked # S-waiting-on-{author,review} -> S-blocked
```rust-lang/rust review labels, enable triagebot shortcuts and review-changes-since functionality (#6773)1 parent 7b2cf02 commit 88ec076
1 file changed
Lines changed: 37 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
22 | 57 | | |
23 | 58 | | |
24 | 59 | | |
| |||
0 commit comments