File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -517,6 +517,15 @@ pub fn lang<'a>() -> Box<dyn Action + Send + Sync> {
517
517
exclude_labels: vec![ ] ,
518
518
} ) ,
519
519
} ,
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
+ } ,
520
529
QueryMap {
521
530
name: "proposed_fcp" ,
522
531
kind: QueryKind :: List ,
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ tags: triage-meeting
44
44
45
45
{{-issues_heading::render(issues=rfcs_waiting_to_be_merged)}}
46
46
47
+ ## `S-waiting-on-team`
48
+
49
+ {{-issues_heading::render(issues=waiting_on_lang_team)}}
50
+
47
51
## Proposed FCPs
48
52
49
53
**Check your boxes!**
You can’t perform that action at this time.
0 commit comments