Skip to content

Commit

Permalink
Update automerging.md (#4281)
Browse files Browse the repository at this point in the history
Co-authored-by: PePe Amengual <[email protected]>
  • Loading branch information
dimisjim and jamengual authored Feb 26, 2024
1 parent d432b0b commit 0c99a3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion runatlantis.io/docs/automerging.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Automerging can be enabled either by:
If automerge is enabled, you can disable it for a single `atlantis apply`
command with the `--auto-merge-disabled` option.

## All Plans Must Succeed
## Requirements

### All Plans Must Succeed
When automerge is enabled, **all plans** in a pull request **must succeed** before
**any** plans can be applied.

Expand All @@ -43,5 +45,10 @@ to be saved.
Once I fix the issue in `dir2`, I can push a new commit which will trigger an
autoplan. Then I will be able to apply both plans.
### All Plans must be applied
If multiple projects/dirs/workspaces are configured to be planned automatically,
then they should all be applied before Atlantis automatically merges the PR.
## Permissions
The Atlantis VCS user must have the ability to merge pull requests.

0 comments on commit 0c99a3d

Please sign in to comment.