diff --git a/docs/configuration.md b/docs/configuration.md index 6d4a6e64..f45341dd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -418,6 +418,20 @@ Config: } ``` +#### `publishStatusCommentOnAbort` + +Publish a status comment to the source pull request if the backport was aborted + +Default: `False` + +Config: + +```json +{ + "publishStatusCommentOnSuccess": false +} +``` + #### `publishStatusCommentOnSuccess` Publish a status comment to the source pull request if all backports succeeded @@ -436,7 +450,7 @@ Config: Publish a status comment to the source pull request if some backports failed -Default: `true` +Default: `false` Config: