Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: github emu mention on hiding prev comments #5221

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ based on the organization or user that triggered the webhook.
ATLANTIS_GH_USER="myuser"
```

GitHub username of API user.
GitHub username of API user. This user is also used by the flag `--hide-user-plan-comments` and will need to be updated if migrating to github EMU.

### `--gh-webhook-secret`

Expand Down Expand Up @@ -844,6 +844,7 @@ based on the organization or user that triggered the webhook.

Hide previous plan comments to declutter PRs. This is only supported in
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.
For github, ensure the `--gh-user` is set appropriately or comments will not be hidden.

### `--hide-unchanged-plan-comments`

Expand Down
Loading