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 @@ -56,7 +56,6 @@ impl Generator {
5656 self . fcps ( String :: from ( "T-libs-api" ) ) ?;
5757
5858 GithubQuery :: new ( "Nominated" )
59- . labels ( & [ "T-libs-api" , "I-nominated" ] )
6059 . labels ( & [ "I-libs-api-nominated" ] )
6160 . repo ( "rust-lang/libs-team" )
6261 . repo ( "rust-lang/rust" )
@@ -140,7 +139,6 @@ impl Generator {
140139 . write ( & mut self ) ?;
141140
142141 GithubQuery :: new ( "Nominated" )
143- . labels ( & [ "T-libs" , "I-nominated" ] )
144142 . labels ( & [ "I-libs-nominated" ] )
145143 . repo ( "rust-lang/rust" )
146144 . repo ( "rust-lang/rfcs" )
@@ -166,7 +164,6 @@ impl Generator {
166164 . labels ( & [ "T-libs-api" , "regression-from-stable-to-beta" ] )
167165 . labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
168166 . labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
169- . exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
170167 . exclude_labels ( & [ "I-libs-api-nominated" ] )
171168 . repo ( "rust-lang/rust" )
172169 . repo ( "rust-lang/rfcs" )
You can’t perform that action at this time.
0 commit comments