Skip to content

Commit c505e3b

Browse files
committed
The I-nominated label no longer exists; stop looking for it
1 parent 87d399c commit c505e3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ impl Generator {
5858
self.fcps(String::from("T-libs-api"))?;
5959

6060
GithubQuery::new("Nominated")
61-
.labels(&["T-libs-api", "I-nominated"])
6261
.labels(&["I-libs-api-nominated"])
6362
.repo("rust-lang/libs-team")
6463
.repo("rust-lang/rust")
@@ -143,7 +142,6 @@ impl Generator {
143142
.write(&mut self)?;
144143

145144
GithubQuery::new("Nominated")
146-
.labels(&["T-libs", "I-nominated"])
147145
.labels(&["I-libs-nominated"])
148146
.repo("rust-lang/rust")
149147
.repo("rust-lang/rfcs")
@@ -169,7 +167,6 @@ impl Generator {
169167
.labels(&["T-libs-api", "regression-from-stable-to-beta"])
170168
.labels(&["T-libs", "regression-from-stable-to-nightly"])
171169
.labels(&["T-libs-api", "regression-from-stable-to-nightly"])
172-
.exclude_labels(&["T-libs-api", "I-nominated"])
173170
.exclude_labels(&["I-libs-api-nominated"])
174171
.repo("rust-lang/rust")
175172
.repo("rust-lang/rfcs")

0 commit comments

Comments
 (0)