We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6588ba9 commit e9a5e2fCopy full SHA for e9a5e2f
tools/agenda-generator/src/generator.rs
@@ -142,6 +142,7 @@ impl Generator {
142
.labels(&["T-libs-api", "regression-from-stable-to-beta"])
143
.labels(&["T-libs", "regression-from-stable-to-nightly"])
144
.labels(&["T-libs-api", "regression-from-stable-to-nightly"])
145
+ .exclude_labels(&["T-libs-api", "I-nominated"])
146
.repo("rust-lang/rust")
147
.repo("rust-lang/rfcs")
148
.write(&mut self)?;
0 commit comments