Skip to content

Commit c1810d3

Browse files
committed
Document the waiting-on-perf tag
1 parent e23a9ba commit c1810d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

triage-procedure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ title: Triage Procedure
1616
- [S-waiting-on-bors] - Currently approved, waiting to merge.
1717
- [S-waiting-on-crater] - Waiting to see what the impact the PR will have on the ecosystem
1818
- [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
1920
- [S-blocked] - Waiting for another PR to be merged or for discussion to be resolved
2021
- [S-blocked-closed] - Closed because resolving the block is expected to take a long time
2122
- [S-inactive-closed] - Closed due to inactivity.
@@ -26,6 +27,7 @@ title: Triage Procedure
2627
[S-waiting-on-bors]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bors+sort%3Aupdated-asc
2728
[S-waiting-on-crater]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-crater+sort%3Aupdated-asc
2829
[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
2931
[S-blocked]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-blocked+sort%3Aupdated-asc
3032
[S-blocked-closed]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-blocked-closed+sort%3Aupdated-asc
3133
[S-inactive-closed]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive-closed+sort%3Aupdated-asc

0 commit comments

Comments
 (0)