Skip to content

Commit 5a3e515

Browse files
authored
Merge pull request #226 from joshtriplett/no-more-i-nominated
The I-nominated label no longer exists; stop looking for it
2 parents 7e62874 + c505e3b commit 5a3e515

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
@@ -56,7 +56,6 @@ impl Generator {
5656
self.fcps(String::from("T-libs-api"))?;
5757

5858
GithubQuery::new("Nominated")
59-
.labels(&["T-libs-api", "I-nominated"])
6059
.labels(&["I-libs-api-nominated"])
6160
.repo("rust-lang/libs-team")
6261
.repo("rust-lang/rust")
@@ -140,7 +139,6 @@ impl Generator {
140139
.write(&mut self)?;
141140

142141
GithubQuery::new("Nominated")
143-
.labels(&["T-libs", "I-nominated"])
144142
.labels(&["I-libs-nominated"])
145143
.repo("rust-lang/rust")
146144
.repo("rust-lang/rfcs")
@@ -166,7 +164,6 @@ impl Generator {
166164
.labels(&["T-libs-api", "regression-from-stable-to-beta"])
167165
.labels(&["T-libs", "regression-from-stable-to-nightly"])
168166
.labels(&["T-libs-api", "regression-from-stable-to-nightly"])
169-
.exclude_labels(&["T-libs-api", "I-nominated"])
170167
.exclude_labels(&["I-libs-api-nominated"])
171168
.repo("rust-lang/rust")
172169
.repo("rust-lang/rfcs")

0 commit comments

Comments
 (0)