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 {
5858 self . fcps ( String :: from ( "T-libs-api" ) ) ?;
5959
6060 GithubQuery :: new ( "Nominated" )
61- . labels ( & [ "T-libs-api" , "I-nominated" ] )
6261 . labels ( & [ "I-libs-api-nominated" ] )
6362 . repo ( "rust-lang/libs-team" )
6463 . repo ( "rust-lang/rust" )
@@ -143,7 +142,6 @@ impl Generator {
143142 . write ( & mut self ) ?;
144143
145144 GithubQuery :: new ( "Nominated" )
146- . labels ( & [ "T-libs" , "I-nominated" ] )
147145 . labels ( & [ "I-libs-nominated" ] )
148146 . repo ( "rust-lang/rust" )
149147 . repo ( "rust-lang/rfcs" )
@@ -169,7 +167,6 @@ impl Generator {
169167 . labels ( & [ "T-libs-api" , "regression-from-stable-to-beta" ] )
170168 . labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
171169 . labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
172- . exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
173170 . exclude_labels ( & [ "I-libs-api-nominated" ] )
174171 . repo ( "rust-lang/rust" )
175172 . repo ( "rust-lang/rfcs" )
You can’t perform that action at this time.
0 commit comments