Rollup merge of #150996 - bors-merged-label, r=jieyouxu
Remove `S-waiting-on-bors` after a PR is merged I just noticed that we have 50k+ PRs marked as waiting on bors, even though they have been merged, lol.
This commit is contained in:
commit
db4c095147
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ try_failed = [
|
|||
"-S-waiting-on-crater"
|
||||
]
|
||||
auto_build_succeeded = [
|
||||
"+merged-by-bors"
|
||||
"+merged-by-bors",
|
||||
"-S-waiting-on-bors"
|
||||
]
|
||||
auto_build_failed = [
|
||||
"+S-waiting-on-review",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue