File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tools/agenda-generator/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ impl Generator {
58
58
self . fcps ( String :: from ( "T-libs-api" ) ) ?;
59
59
60
60
GithubQuery :: new ( "Nominated" )
61
- . labels ( & [ "T-libs-api" , "I-nominated" ] )
62
61
. labels ( & [ "I-libs-api-nominated" ] )
63
62
. repo ( "rust-lang/libs-team" )
64
63
. repo ( "rust-lang/rust" )
@@ -143,7 +142,6 @@ impl Generator {
143
142
. write ( & mut self ) ?;
144
143
145
144
GithubQuery :: new ( "Nominated" )
146
- . labels ( & [ "T-libs" , "I-nominated" ] )
147
145
. labels ( & [ "I-libs-nominated" ] )
148
146
. repo ( "rust-lang/rust" )
149
147
. repo ( "rust-lang/rfcs" )
@@ -169,7 +167,6 @@ impl Generator {
169
167
. labels ( & [ "T-libs-api" , "regression-from-stable-to-beta" ] )
170
168
. labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
171
169
. labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
172
- . exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
173
170
. exclude_labels ( & [ "I-libs-api-nominated" ] )
174
171
. repo ( "rust-lang/rust" )
175
172
. repo ( "rust-lang/rfcs" )
You can’t perform that action at this time.
0 commit comments