From f73bc2ad91b5af2ced97549af32723cef53783ad Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:24:33 +0200 Subject: [PATCH] Update cfg.production.toml Remove the `S-waiting-on-bors` label on successful merge --- cfg.production.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.production.toml b/cfg.production.toml index dd97473..76774f1 100644 --- a/cfg.production.toml +++ b/cfg.production.toml @@ -80,6 +80,7 @@ unless = ['S-blocked', 'S-waiting-on-crater', 'S-waiting-on-team', 'S-waiting-on [repo.rust.labels.succeed] add = ['merged-by-bors'] +remove = ['S-waiting-on-bors'] [repo.rust.labels.rollup_made] add = ['rollup']