Skip to content

Commit

Permalink
feat(docs): Update docs for --hide-prev-plan-comments and `UnDiverg…
Browse files Browse the repository at this point in the history
…ed` (runatlantis#4105)

* Update runatlantis.io/docs/server-configuration.md

* runatlantis.io/docs/command-requirements.md

* Update server-configuration.md
  • Loading branch information
keidarcy authored and ijames-gc committed Feb 13, 2024
1 parent 8a444b0 commit 8314158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/command-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ At this time, the Azure DevOps client only supports merging using the default 'n

### UnDiverged
Prevent applies if there are any changes on the base branch since the most recent plan.
Applies to `merge` checkout strategy only.
Applies to `merge` checkout strategy only which you need to set via `--checkout-strategy` flag.

#### Usage
You can set the `undiverged` requirement by:
Expand Down
4 changes: 2 additions & 2 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ and set `--autoplan-modules` to `false`.
```bash
atlantis server --fail-on-pre-workflow-hook-error
# or
ATLANTIS_FAIL_ON_PRE_WORKFLOW_HOOK_ERROR=true
ATLANTIS_FAIL_ON_PRE_WORKFLOW_HOOK_ERROR=true
```

Fail and do not run the requested Atlantis command if any of the pre workflow hooks error.
Expand Down Expand Up @@ -648,7 +648,7 @@ and set `--autoplan-modules` to `false`.
ATLANTIS_HIDE_PREV_PLAN_COMMENTS=true
```
Hide previous plan comments to declutter PRs. This is only supported in
GitHub and GitLab currently. This is not enabled by default.
GitHub and GitLab currently. This is not enabled by default. When using Github App, you need to set `--gh-app-slug` to enable this feature.

### `--hide-unchanged-plan-comments`
```bash
Expand Down

0 comments on commit 8314158

Please sign in to comment.