Skip to content

Commit 6a2b379

Browse files
committed
Add t- prefix to S-waiting-on-{team} labels
1 parent 196d56c commit 6a2b379

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/release/triage-procedure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
Also used for work-in-progress PRs, sometimes the PR will also be marked as
1414
draft in GitHub.
1515
- [S-waiting-on-review] - Review is incomplete
16-
- [S-waiting-on-lang] - Waiting for T-lang feedback.
17-
- [S-waiting-on-compiler] - Waiting for T-compiler feedback.
18-
- [S-waiting-on-libs-api] - Waiting for T-libs-api feedback.
16+
- [S-waiting-on-t-lang] - Waiting for T-lang feedback.
17+
- [S-waiting-on-t-compiler] - Waiting for T-compiler feedback.
18+
- [S-waiting-on-t-libs-api] - Waiting for T-libs-api feedback.
1919
- [S-waiting-on-bors] - Currently approved, waiting to merge. Managed by [bors].
2020
- [S-waiting-on-crater] - Waiting to see what the impact the PR will have on the
2121
ecosystem
@@ -37,9 +37,9 @@ not need a review yet.)
3737

3838
[s-waiting-on-author]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+draft%3Afalse+is%3Apr+sort%3Aupdated-asc+label%3AS-waiting-on-author+-label%3AI-nominated+-label%3Aneeds-fcp
3939
[s-waiting-on-review]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+draft%3Afalse+is%3Apr+sort%3Aupdated-asc+label%3AS-waiting-on-review+-label%3AI-nominated+-label%3Aneeds-fcp
40-
[s-waiting-on-lang]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-lang+sort%3Aupdated-asc
41-
[s-waiting-on-compiler]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-compiler+sort%3Aupdated-asc
42-
[s-waiting-on-libs-api]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-libs-api+sort%3Aupdated-asc
40+
[s-waiting-on-t-lang]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-t-lang+sort%3Aupdated-asc
41+
[s-waiting-on-t-compiler]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-t-compiler+sort%3Aupdated-asc
42+
[s-waiting-on-t-libs-api]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-t-libs-api+sort%3Aupdated-asc
4343
[s-waiting-on-bors]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bors+sort%3Aupdated-asc
4444
[s-waiting-on-crater]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-crater+sort%3Aupdated-asc
4545
[s-waiting-on-bikeshed]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bikeshed+sort%3Aupdated-asc

0 commit comments

Comments
 (0)