Skip to content

Commit 73794d0

Browse files
authored
Merge pull request #2195 from Urgau/waiting-on-team-refactor
Update `S-waiting-on-team` refs to new `S-waiting-on-{team}` labels
2 parents 5e11c7b + 7da99ff commit 73794d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/agenda.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pub fn prioritization<'a>() -> Box<dyn Action> {
241241
kind: QueryKind::List,
242242
query: Arc::new(github::Query {
243243
filters: vec![("state", "open")],
244-
include_labels: vec!["S-waiting-on-team", "T-compiler"],
244+
include_labels: vec!["S-waiting-on-t-compiler"],
245245
exclude_labels: vec![],
246246
}),
247247
},
@@ -558,7 +558,7 @@ pub fn lang<'a>() -> Box<dyn Action + Send + Sync> {
558558
kind: QueryKind::List,
559559
query: Arc::new(github::Query {
560560
filters: vec![("state", "open")],
561-
include_labels: vec!["S-waiting-on-team", "T-lang"],
561+
include_labels: vec!["S-waiting-on-t-lang"],
562562
exclude_labels: vec![],
563563
}),
564564
},

templates/lang_agenda.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Edit the schedule here: https://github.com/orgs/rust-lang/projects/31/views/7.
4646

4747
{{-issues_heading::render(issues=rfcs_waiting_to_be_merged)}}
4848

49-
## `S-waiting-on-team`
49+
## `S-waiting-on-t-lang`
5050

5151
{{-issues_heading::render(issues=waiting_on_lang_team)}}
5252

templates/prioritization_agenda.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ note_id: xxx
5151
{{-issues::render(issues=beta_nominated_t_types, backport_branch=":beta:", empty="No beta nominations for `T-types` this time.")}}
5252
{{-issues::render(issues=stable_nominated_t_types, backport_branch=":stable:", empty="No stable nominations for `T-types` this time.")}}
5353

54-
## PRs S-waiting-on-team
54+
## PRs S-waiting-on-t-compiler
5555

56-
[T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler)
56+
[T-compiler](https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-t-compiler)
5757
{{-issues::render(issues=prs_waiting_on_team_t_compiler, empty="No PRs waiting on `T-compiler` this time.")}}
5858
- [Issues in progress or waiting on other teams](https://hackmd.io/XYr1BrOWSiqCrl8RCWXRaQ)
5959

0 commit comments

Comments
 (0)