Skip to content

Commit

Permalink
Add publishStatusCommentOnAbort to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Mar 20, 2022
1 parent c83e73a commit 4af6274
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -436,7 +450,7 @@ Config:

Publish a status comment to the source pull request if some backports failed

Default: `true`
Default: `false`

Config:

Expand Down

0 comments on commit 4af6274

Please sign in to comment.