File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 23
23
- [ S-blocked] - Waiting for another PR to be merged or for discussion to be
24
24
resolved
25
25
- [ S-inactive] - Hasn't had activity in a while
26
- - [ S-blocked-closed] - Closed because resolving the block is expected to take a
27
- long time
28
- - [ S-inactive-closed] - Closed due to inactivity
29
26
- [ S-experimental] - An experimental PR that shouldn't be triaged.
30
27
[ S-waiting-on-author] used to be used for this, but [ S-experimental]
31
28
communicates that the PR is an experiment to test out some changes.
@@ -45,10 +42,8 @@ not need a review yet.)
45
42
[ s-waiting-on-perf ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-perf+sort%3Aupdated-asc
46
43
[ s-blocked ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-blocked+sort%3Aupdated-asc
47
44
[ s-inactive ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-inactive+sort%3Aupdated-asc
48
- [ s-blocked-closed ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-blocked-closed+sort%3Aupdated-asc
49
- [ s-inactive-closed ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive-closed+sort%3Aupdated-asc
50
45
[ s-experimental ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-experimental+sort%3Aupdated-asc
51
- [ no-status-tags ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+-label%3AS-waiting-on-author+-label%3AS-waiting-on-review+-label%3AS-waiting-on-team+-label%3AS-waiting-on-bors+-label%3AS-waiting-on-crater+-label%3AS-waiting-on-bikeshed+-label%3AS-waiting-on-perf+-label%3AS-blocked+-label%3AS-inactive+-label%3AS-blocked-closed+-label%3AS-inactive-closed+-label%3AS- waiting-on-fcp+-label%3AS-experimental
46
+ [ no-status-tags ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+-label%3AS-waiting-on-author+-label%3AS-waiting-on-review+-label%3AS-waiting-on-team+-label%3AS-waiting-on-bors+-label%3AS-waiting-on-crater+-label%3AS-waiting-on-bikeshed+-label%3AS-waiting-on-perf+-label%3AS-blocked+-label%3AS-inactive+-label%3AS-waiting-on-fcp+-label%3AS-experimental
52
47
[ crater ] : https://github.com/rust-lang-nursery/crater
53
48
[ bors ] : https://github.com/rust-lang/homu
54
49
You can’t perform that action at this time.
0 commit comments