Skip to content

Commit cca3939

Browse files
committed
lang team agenda: add S-waiting-on-team + T-lang to agenda
1 parent cf641cf commit cca3939

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/agenda.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,15 @@ pub fn lang<'a>() -> Box<dyn Action + Send + Sync> {
517517
exclude_labels: vec![],
518518
}),
519519
},
520+
QueryMap {
521+
name: "waiting_on_lang_team",
522+
kind: QueryKind::List,
523+
query: Arc::new(github::Query {
524+
filters: vec![("state", "open")],
525+
include_labels: vec!["S-waiting-on-team", "T-lang"],
526+
exclude_labels: vec![],
527+
}),
528+
},
520529
QueryMap {
521530
name: "proposed_fcp",
522531
kind: QueryKind::List,

templates/lang_agenda.tt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ tags: triage-meeting
4444

4545
{{-issues_heading::render(issues=rfcs_waiting_to_be_merged)}}
4646

47+
## `S-waiting-on-team`
48+
49+
{{-issues_heading::render(issues=waiting_on_lang_team)}}
50+
4751
## Proposed FCPs
4852

4953
**Check your boxes!**

0 commit comments

Comments
 (0)