Skip to content

Commit 6019303

Browse files
committed
only search for beta-nominated
1 parent 68549c9 commit 6019303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,8 @@ impl Generator {
122122
GithubQuery::new("Backports")
123123
.labels(&["T-libs", "stable-nominated"])
124124
.labels(&["T-libs-api", "stable-nominated"])
125-
.labels(&["T-libs", "stable-accepted"])
126-
.labels(&["T-libs-api", "stable-accepted"])
127125
.labels(&["T-libs", "beta-nominated"])
128126
.labels(&["T-libs-api", "beta-nominated"])
129-
.labels(&["T-libs", "beta-accepted"])
130-
.labels(&["T-libs-api", "beta-accepted"])
131127
.state(State::Any)
132128
.repo("rust-lang/rust")
133129
.repo("rust-lang/rfcs")

0 commit comments

Comments
 (0)