regressions.tt 2.1 KB

123456789101112131415161718192021222324252627282930
  1. {% import "_issues_with_meta.tt" as issues %}
  2. ## Regressions
  3. 1. [Beta regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
  4. - Prioritize.
  5. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  6. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  7. ### Issues
  8. {{-issues::render(issues=regressions_stable_to_beta, empty="There are no stable to beta regressions this time.")}}
  9. 2. [Nightly regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
  10. - Prioritize.
  11. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  12. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  13. ### Issues
  14. {{-issues::render(issues=regressions_stable_to_nightly, empty="There are no stable to nightly regressions this time.")}}
  15. 3. [Stable regressions without P-label](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-stable+-label%3AP-critical+-label%3AP-high+-label%3AP-medium+-label%3AP-low+-label%3AT-infra+-label%3AT-libs+-label%3AT-release+-label%3AT-rustdoc)
  16. - Prioritize (once we have this under control).
  17. - Ping appropriate people and/or [ICE-breakers](https://rustc-dev-guide.rust-lang.org/ice-breaker/about.html#tagging-an-issue-for-an-ice-breaker-group).
  18. - Assign if possible; if it remains unassigned, add it to agenda so we can assign during the meeting.
  19. ### Issues
  20. {{-issues::render(issues=regressions_stable_to_stable, empty="There are no stable to stable regressions this time.")}}