Skip to content
Snippets Groups Projects
Commit 15c89c4d authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: add automergeComment example

parent dc779c5b
No related branches found
Tags 35.124.0
No related merge requests found
...@@ -71,12 +71,22 @@ Warning: GitHub currently has a bug where automerge won't work if a GitHub Organ ...@@ -71,12 +71,22 @@ Warning: GitHub currently has a bug where automerge won't work if a GitHub Organ
## automergeComment ## 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 | | name | value |
| ---- | ------ | | ---- | ------ |
| type | string | | type | string |
Example use:
```json
{
"automerge": enabled,
"automergeType": "pr-comment",
"automergeComment": "@bors: r+"
}
```
## automergeType ## automergeType
Type of automerge approach to use. Type of automerge approach to use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment