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 {
56
56
self . fcps ( String :: from ( "T-libs-api" ) ) ?;
57
57
58
58
GithubQuery :: new ( "Nominated" )
59
- . labels ( & [ "T-libs-api" , "I-nominated" ] )
60
59
. labels ( & [ "I-libs-api-nominated" ] )
61
60
. repo ( "rust-lang/libs-team" )
62
61
. repo ( "rust-lang/rust" )
@@ -140,7 +139,6 @@ impl Generator {
140
139
. write ( & mut self ) ?;
141
140
142
141
GithubQuery :: new ( "Nominated" )
143
- . labels ( & [ "T-libs" , "I-nominated" ] )
144
142
. labels ( & [ "I-libs-nominated" ] )
145
143
. repo ( "rust-lang/rust" )
146
144
. repo ( "rust-lang/rfcs" )
@@ -166,7 +164,6 @@ impl Generator {
166
164
. labels ( & [ "T-libs-api" , "regression-from-stable-to-beta" ] )
167
165
. labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
168
166
. labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
169
- . exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
170
167
. exclude_labels ( & [ "I-libs-api-nominated" ] )
171
168
. repo ( "rust-lang/rust" )
172
169
. repo ( "rust-lang/rfcs" )
You can’t perform that action at this time.
0 commit comments