diff --git a/README.md b/README.md index 598b601..50ec2b5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Deploys are tracked per channel. This means that different channels can run diff Deploy aborted with reason announcement +**Note: If you are currently waiting on the queue, you can use `abort` to remove yourself from it without impacting the current lock.** + ### Deploy status in channel topic In addition to announcing deploys in channel you may find it useful to have a small sign in the channel topic. This way you can quickly check diff --git a/bot/response_builder.go b/bot/response_builder.go index e560447..ff787d6 100644 --- a/bot/response_builder.go +++ b/bot/response_builder.go @@ -18,7 +18,7 @@ const ( /deploy — announce deploy of in channel /deploy status — show deploy status in channel /deploy done — finish deploy -/deploy abort [] — abort current deploy, optionally providing a reason +/deploy abort [] — abort current deploy, optionally providing a reason, or remove yourself from queue /deploy history — get a link to history of deploys in this channel` errorMessage = "`%s` returned an error %s" noRunningDeploysMessage = "No one is deploying at the moment"