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: Update --emoji-reactions Documentation #5327

Merged
merged 7 commits into from
Feb 16, 2025
Merged
Changes from 2 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
10 changes: 8 additions & 2 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,20 @@ and set `--autoplan-modules` to `false`.
### `--emoji-reaction`

```bash
atlantis server --emoji-reaction thumbsup
atlantis server --emoji-reaction eyes
# or
ATLANTIS_EMOJI_REACTION=thumbsup
ATLANTIS_EMOJI_REACTION=eyes
```

The emoji reaction to use for marking processed comments. Currently supported on Azure DevOps, GitHub and GitLab. If not specified, Atlantis will not use an emoji reaction.
Defaults to "" (empty string).

::: warning NOTE
Git provider API may be limiting the list of allowed emojis you can use
[Github](https://docs.github.com/en/rest/reactions/reactions?apiVersion=2022-11-28#about-reactions)
[Gitlab](https://gitlab.com/gitlab-org/gitlab/-/blob/master/fixtures/emojis/digests.json)
Len4i marked this conversation as resolved.
Show resolved Hide resolved
:::

### `--enable-diff-markdown-format`

```bash
Expand Down