Skip to content

Commit ba9ad9d

Browse files
authored
Merge pull request #756 from oskgo/patch-1
Add `S-waiting-on-ACP` to PR triage docs
2 parents cfd431b + f05d950 commit ba9ad9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/release/triage-procedure.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
ecosystem
2121
- [S-waiting-on-bikeshed] - Waiting on the consensus over a minor detail
2222
- [S-waiting-on-perf] - Waiting on the results of a perf run
23+
- [S-waiting-on-ACP] - Waiting on API change proposal (ACP)
2324
- [S-blocked] - Waiting for another PR to be merged or for discussion to be
2425
resolved
2526
- [S-inactive] - Hasn't had activity in a while
@@ -40,10 +41,11 @@ not need a review yet.)
4041
[s-waiting-on-crater]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-crater+sort%3Aupdated-asc
4142
[s-waiting-on-bikeshed]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-bikeshed+sort%3Aupdated-asc
4243
[s-waiting-on-perf]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-perf+sort%3Aupdated-asc
44+
[s-waiting-on-acp]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-ACP+sort%3Aupdated-asc
4345
[s-blocked]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-blocked+sort%3Aupdated-asc
4446
[s-inactive]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-inactive+sort%3Aupdated-asc
4547
[s-experimental]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-experimental+sort%3Aupdated-asc
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
48+
[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-waiting-on-ACP+-label%3AS-experimental
4749
[crater]: https://github.com/rust-lang-nursery/crater
4850
[bors]: https://github.com/rust-lang/homu
4951

0 commit comments

Comments
 (0)