File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tools/agenda-generator/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ impl Generator {
43
43
44
44
GithubQuery :: new ( "Nominated" )
45
45
. labels ( & [ "T-libs-api" , "I-nominated" ] )
46
- . labels ( & [ "T-libs-api" , " I-libs-api-nominated"] )
46
+ . labels ( & [ "I-libs-api-nominated" ] )
47
47
. repo ( "rust-lang/libs-team" )
48
48
. repo ( "rust-lang/rust" )
49
49
. repo ( "rust-lang/rfcs" )
@@ -128,7 +128,7 @@ impl Generator {
128
128
129
129
GithubQuery :: new ( "Nominated" )
130
130
. labels ( & [ "T-libs" , "I-nominated" ] )
131
- . labels ( & [ "T-libs" , " I-libs-nominated"] )
131
+ . labels ( & [ "I-libs-nominated" ] )
132
132
. repo ( "rust-lang/rust" )
133
133
. repo ( "rust-lang/rfcs" )
134
134
. repo ( "rust-lang/libs-team" )
@@ -154,7 +154,7 @@ impl Generator {
154
154
. labels ( & [ "T-libs" , "regression-from-stable-to-nightly" ] )
155
155
. labels ( & [ "T-libs-api" , "regression-from-stable-to-nightly" ] )
156
156
. exclude_labels ( & [ "T-libs-api" , "I-nominated" ] )
157
- . exclude_labels ( & [ "T-libs-api" , " I-libs-api-nominated"] )
157
+ . exclude_labels ( & [ "I-libs-api-nominated" ] )
158
158
. repo ( "rust-lang/rust" )
159
159
. repo ( "rust-lang/rfcs" )
160
160
. write ( & mut self ) ?;
You can’t perform that action at this time.
0 commit comments