Skip to content

Commit ec58fc5

Browse files
committed
Don't require T-libs[-api] label for I-libs[-api]-nominated items.
1 parent 705c7f6 commit ec58fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl Generator {
4343

4444
GithubQuery::new("Nominated")
4545
.labels(&["T-libs-api", "I-nominated"])
46-
.labels(&["T-libs-api", "I-libs-api-nominated"])
46+
.labels(&["I-libs-api-nominated"])
4747
.repo("rust-lang/libs-team")
4848
.repo("rust-lang/rust")
4949
.repo("rust-lang/rfcs")
@@ -128,7 +128,7 @@ impl Generator {
128128

129129
GithubQuery::new("Nominated")
130130
.labels(&["T-libs", "I-nominated"])
131-
.labels(&["T-libs", "I-libs-nominated"])
131+
.labels(&["I-libs-nominated"])
132132
.repo("rust-lang/rust")
133133
.repo("rust-lang/rfcs")
134134
.repo("rust-lang/libs-team")
@@ -154,7 +154,7 @@ impl Generator {
154154
.labels(&["T-libs", "regression-from-stable-to-nightly"])
155155
.labels(&["T-libs-api", "regression-from-stable-to-nightly"])
156156
.exclude_labels(&["T-libs-api", "I-nominated"])
157-
.exclude_labels(&["T-libs-api", "I-libs-api-nominated"])
157+
.exclude_labels(&["I-libs-api-nominated"])
158158
.repo("rust-lang/rust")
159159
.repo("rust-lang/rfcs")
160160
.write(&mut self)?;

0 commit comments

Comments
 (0)