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 {
42
42
43
43
GithubQuery :: new ( "Nominated" )
44
44
. labels ( & [ "T-libs-api" , "I-nominated" ] )
45
+ . labels ( & [ "T-libs-api" , "I-libs-api-nominated" ] )
45
46
. repo ( "rust-lang/libs-team" )
46
47
. repo ( "rust-lang/rust" )
47
48
. repo ( "rust-lang/rfcs" )
@@ -88,10 +89,8 @@ impl Generator {
88
89
89
90
## Agenda
90
91
92
+ - [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
91
93
- Triage
92
- - [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
93
- - Critical Issues
94
- - MCPs
95
94
- Anything else?
96
95
97
96
## Triage
@@ -128,6 +127,7 @@ impl Generator {
128
127
129
128
GithubQuery :: new ( "Nominated" )
130
129
. labels ( & [ "T-libs" , "I-nominated" ] )
130
+ . labels ( & [ "T-libs" , "I-libs-nominated" ] )
131
131
. repo ( "rust-lang/rust" )
132
132
. repo ( "rust-lang/rfcs" )
133
133
. repo ( "rust-lang/libs-team" )
@@ -143,6 +143,7 @@ impl Generator {
143
143
. labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
144
144
. labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
145
145
. exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
146
+ . exclude_labels ( & [ "T-libs-api" , "I-libs-api-nominated" ] )
146
147
. repo ( "rust-lang/rust" )
147
148
. repo ( "rust-lang/rfcs" )
148
149
. write ( & mut self ) ?;
You can’t perform that action at this time.
0 commit comments