Skip to content

Commit c4847d1

Browse files
authored
Merge pull request #1503 from jyn514/labels
Don't add S-waiting-on-review label when perf finishes
2 parents dafd543 + c3a96e5 commit c4847d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github/comparison_summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@ for rollup, we strongly recommend not doing so since this PR may lead to changes
300300
compiler perf.{next_steps}
301301
302302
@bors rollup=never
303-
@rustbot label: +S-waiting-on-review -S-waiting-on-perf {sign}perf-regression",
303+
@rustbot label: -S-waiting-on-perf {sign}perf-regression",
304304
)
305305
}

0 commit comments

Comments
 (0)