Skip to content

Commit 2c0a897

Browse files
authored
List issues to add team labels when there's no team (#440)
1 parent 9f4cb0d commit 2c0a897

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/compiler/prioritization/procedure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ High level overview:
6161

6262
Add `T-compiler` and `libs-impl` labels to corresponding issues that are missing these labels.
6363

64-
- [All unprioritized I-prioritize](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize)
65-
- [All stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted)
66-
- [All beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted)
67-
- [All I-nominated](https://github.com/rust-lang/rust/labels/I-nominated)
68-
- [All PR's waiting on team](https://github.com/rust-lang/rust/labels/S-waiting-on-team)
64+
- [No team assigned unprioritized I-prioritize](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+label%3AI-prioritize+-label%3AT-compiler+-label%3Alibs-impl+-label%3AT-lang+-labs%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
65+
- [No team assigned stable nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted++-label%3AT-compiler+-label%3Alibs-impl+-label%3AT-lang+-labs%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
66+
- [No team assigned beta nominations](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted++-label%3AT-compiler+-label%3Alibs-impl+-label%3AT-lang+-labs%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
67+
- [No team assigned I-nominated](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-nominated++-label%3AT-compiler+-label%3Alibs-impl+-label%3AT-lang+-labs%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
68+
- [No team assigned PR's waiting on team](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AS-waiting-on-team++-label%3AT-compiler+-label%3Alibs-impl+-label%3AT-lang+-labs%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
6969

7070
#### Assign priority to unprioritized issues with "I-prioritize" label
7171

0 commit comments

Comments
 (0)