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 @@ -526,6 +526,15 @@ pub fn lang<'a>() -> Box<dyn Action + Send + Sync> {
526
526
exclude_labels: vec![ ] ,
527
527
} ) ,
528
528
} ,
529
+ QueryMap {
530
+ name: "waiting_on_lang_team" ,
531
+ kind: QueryKind :: List ,
532
+ query: Arc :: new( github:: Query {
533
+ filters: vec![ ( "state" , "open" ) ] ,
534
+ include_labels: vec![ "S-waiting-on-team" , "T-lang" ] ,
535
+ exclude_labels: vec![ ] ,
536
+ } ) ,
537
+ } ,
529
538
QueryMap {
530
539
name: "proposed_fcp" ,
531
540
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