diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 8fde8b8509718b3a45eeadec7145d657374bd663..ab821491e99919135f2e4762ee03372cf4c5130b 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -71,12 +71,22 @@ Warning: GitHub currently has a bug where automerge won't work if a GitHub Organ ## automergeComment -PR comment to add to trigger automerge. Used only if automergeType=pr-comment. +PR comment to add to trigger automerge. Used only if `automergeType="pr-comment"`. | name | value | | ---- | ------ | | type | string | +Example use: + +```json +{ + "automerge": enabled, + "automergeType": "pr-comment", + "automergeComment": "@bors: r+" +} +``` + ## automergeType Type of automerge approach to use.