File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,16 @@ pub fn agenda<'a>() -> Box<Step<'a>> {
308
308
} ,
309
309
} ) ;
310
310
311
+ queries. push ( QueryMap {
312
+ name : "fcp_finished" ,
313
+ query : github:: Query {
314
+ kind : github:: QueryKind :: List ,
315
+ filters : vec ! [ ( "state" , "open" ) ] ,
316
+ include_labels : vec ! [ "finished-final-comment-period" , "disposition-merge" ] ,
317
+ exclude_labels : vec ! [ ] ,
318
+ } ,
319
+ } ) ;
320
+
311
321
actions. push ( Query {
312
322
repo : "rust-lang/rust" ,
313
323
queries,
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ tags: weekly, rustc
24
24
{{-issues::render(issues=in_fcp_forge, indent=" ", empty="No FCP requests on forge repo this time.")}}
25
25
- Accepted MCPs
26
26
{{-issues::render(issues=mcp_accepted, indent=" ", empty="No new accepted proposals this time.")}}
27
+ - Finalized FCPs
28
+ {{-issues::render(issues=fcp_finished, indent=" ", empty="No new finished FCP this time.")}}
27
29
28
30
### WG checkins
29
31
You can’t perform that action at this time.
0 commit comments