Skip to content

Commit a892113

Browse files
committed
Update Triage Procedure from deletion of S-blocked-closed and S-inactive-closed
S-blocked and S-blocked-closed were merged into S-blocked, and S-inactive and S-inactive-closed were merged into S-inactive. See the WG-triage meeting log for details on this change [1]. [1]: https://zulip-archive.rust-lang.org/242269treleasetriage/01551Meeting10032021.html#229694397
1 parent 3da8336 commit a892113

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/release/triage-procedure.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
- [S-blocked] - Waiting for another PR to be merged or for discussion to be
2424
resolved
2525
- [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
2926
- [S-experimental] - An experimental PR that shouldn't be triaged.
3027
[S-waiting-on-author] used to be used for this, but [S-experimental]
3128
communicates that the PR is an experiment to test out some changes.
@@ -45,10 +42,8 @@ not need a review yet.)
4542
[s-waiting-on-perf]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-waiting-on-perf+sort%3Aupdated-asc
4643
[s-blocked]: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+label%3AS-blocked+sort%3Aupdated-asc
4744
[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
5045
[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
5247
[crater]: https://github.com/rust-lang-nursery/crater
5348
[bors]: https://github.com/rust-lang/homu
5449

0 commit comments

Comments
 (0)