Sfoglia il codice sorgente

Merge pull request #847 from spastorino/list-all-beta-regressions

List all beta regressions
Mark Rousskov 4 anni fa
parent
commit
775a631978
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 2 2
      src/agenda.rs
  2. 4 4
      templates/prioritization_agenda.tt

+ 2 - 2
src/agenda.rs

@@ -440,10 +440,10 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
     });
 
     queries.push(QueryMap {
-        name: "beta_regressions_unassigned_p_high",
+        name: "beta_regressions_p_high",
         query: github::Query {
             kind: github::QueryKind::List,
-            filters: vec![("state", "open"), ("no", "assignee")],
+            filters: vec![("state", "open")],
             include_labels: vec!["regression-from-stable-to-beta", "P-high"],
             exclude_labels: vec!["T-infra", "T-libs", "T-release", "T-rustdoc", "T-core"],
         },

+ 4 - 4
templates/prioritization_agenda.tt

@@ -88,12 +88,12 @@ tags: weekly, rustc
 [T-rustdoc](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3AP-critical+label%3AT-rustdoc)
 {{-issues::render(issues=p_critical_t_rustdoc, empty="No `P-critical` issues for `T-rustdoc` this time.")}}
 
-### Unassigned P-high regressions
+### P-high regressions
 
-[Beta regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-beta+P-high+no%3Aassignee)
-{{-issues::render(issues=beta_regressions_unassigned_p_high, empty="No unassigned `P-high` beta regressions this time.")}}
+[P-high beta regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-beta+label%3AP-high)
+{{-issues::render(issues=beta_regressions_p_high, empty="No `P-high` beta regressions this time.")}}
 
-[Nightly regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-nightly+P-high+no%3Aassignee)
+[Unassigned P-high nightly regressions](https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3Aregression-from-stable-to-nightly+label%3AP-high+no%3Aassignee)
 {{-issues::render(issues=nightly_regressions_unassigned_p_high, empty="No unassigned `P-high` nightly regressions this time.")}}
 
 ## Performance logs