File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tools/agenda-generator/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ impl Generator {
4242
4343 GithubQuery :: new ( "Nominated" )
4444 . labels ( & [ "T-libs-api" , "I-nominated" ] )
45+ . labels ( & [ "T-libs-api" , "I-libs-api-nominated" ] )
4546 . repo ( "rust-lang/libs-team" )
4647 . repo ( "rust-lang/rust" )
4748 . repo ( "rust-lang/rfcs" )
@@ -88,10 +89,8 @@ impl Generator {
8889
8990## Agenda
9091
92+ - [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
9193- Triage
92- - [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
93- - Critical Issues
94- - MCPs
9594- Anything else?
9695
9796## Triage
@@ -128,6 +127,7 @@ impl Generator {
128127
129128 GithubQuery :: new ( "Nominated" )
130129 . labels ( & [ "T-libs" , "I-nominated" ] )
130+ . labels ( & [ "T-libs" , "I-libs-nominated" ] )
131131 . repo ( "rust-lang/rust" )
132132 . repo ( "rust-lang/rfcs" )
133133 . repo ( "rust-lang/libs-team" )
@@ -143,6 +143,7 @@ impl Generator {
143143 . labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
144144 . labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
145145 . exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
146+ . exclude_labels ( & [ "T-libs-api" , "I-libs-api-nominated" ] )
146147 . repo ( "rust-lang/rust" )
147148 . repo ( "rust-lang/rfcs" )
148149 . write ( & mut self ) ?;
You can’t perform that action at this time.
0 commit comments