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 68549c9 commit 6019303Copy full SHA for 6019303
tools/agenda-generator/src/generator.rs
@@ -122,12 +122,8 @@ impl Generator {
122
GithubQuery::new("Backports")
123
.labels(&["T-libs", "stable-nominated"])
124
.labels(&["T-libs-api", "stable-nominated"])
125
- .labels(&["T-libs", "stable-accepted"])
126
- .labels(&["T-libs-api", "stable-accepted"])
127
.labels(&["T-libs", "beta-nominated"])
128
.labels(&["T-libs-api", "beta-nominated"])
129
- .labels(&["T-libs", "beta-accepted"])
130
- .labels(&["T-libs-api", "beta-accepted"])
131
.state(State::Any)
132
.repo("rust-lang/rust")
133
.repo("rust-lang/rfcs")
0 commit comments