Skip to content

Commit 1ee09e0

Browse files
committed
Put backports higher up in the agenda.
1 parent ca0d60b commit 1ee09e0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ impl Generator {
108108
.repo("rust-lang/rfcs")
109109
.write(&mut self)?;
110110

111+
GithubQuery::new("Backports")
112+
.labels(&["T-libs", "stable-nominated"])
113+
.labels(&["T-libs-api", "stable-nominated"])
114+
.labels(&["T-libs", "beta-nominated"])
115+
.labels(&["T-libs-api", "beta-nominated"])
116+
.exclude_labels(&["beta-accepted"])
117+
.state(State::Any)
118+
.repo("rust-lang/rust")
119+
.repo("rust-lang/rfcs")
120+
.write(&mut self)?;
121+
111122
GithubQuery::new("Prioritization Requested")
112123
.labels(&["T-libs", "I-prioritize"])
113124
.labels(&["T-libs-api", "I-prioritize"])
@@ -122,17 +133,6 @@ impl Generator {
122133
.repo("rust-lang/libs-team")
123134
.write(&mut self)?;
124135

125-
GithubQuery::new("Backports")
126-
.labels(&["T-libs", "stable-nominated"])
127-
.labels(&["T-libs-api", "stable-nominated"])
128-
.labels(&["T-libs", "beta-nominated"])
129-
.labels(&["T-libs-api", "beta-nominated"])
130-
.exclude_labels(&["beta-accepted"])
131-
.state(State::Any)
132-
.repo("rust-lang/rust")
133-
.repo("rust-lang/rfcs")
134-
.write(&mut self)?;
135-
136136
GithubQuery::new("Regressions")
137137
.labels(&["T-libs", "regression-untriaged"])
138138
.labels(&["T-libs-api", "regression-untriaged"])

0 commit comments

Comments
 (0)