File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ title: Triage Procedure
16
16
- [ S-waiting-on-bors] - Currently approved, waiting to merge.
17
17
- [ S-waiting-on-crater] - Waiting to see what the impact the PR will have on the ecosystem
18
18
- [ S-waiting-on-bikeshed] - Waiting on the consensus over a minor detail
19
+ - [ S-waiting-on-perf] - Waiting on the results of a perf run
19
20
- [ S-blocked] - Waiting for another PR to be merged or for discussion to be resolved
20
21
- [ S-blocked-closed] - Closed because resolving the block is expected to take a long time
21
22
- [ S-inactive-closed] - Closed due to inactivity.
@@ -26,6 +27,7 @@ title: Triage Procedure
26
27
[ S-waiting-on-bors ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bors+sort%3Aupdated-asc
27
28
[ S-waiting-on-crater ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-crater+sort%3Aupdated-asc
28
29
[ S-waiting-on-bikeshed ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bikeshed+sort%3Aupdated-asc
30
+ [ S-waiting-on-perf ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-perf+sort%3Aupdated-asc
29
31
[ S-blocked ] : https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-blocked+sort%3Aupdated-asc
30
32
[ S-blocked-closed ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-blocked-closed+sort%3Aupdated-asc
31
33
[ S-inactive-closed ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive-closed+sort%3Aupdated-asc
You can’t perform that action at this time.
0 commit comments