docs: Update --emoji-reactions Documentation (#5327)

Signed-off-by: Leonid Podolinskiy <lpodolinskiy@gmail.com>
This commit is contained in:
Leonid Podolinskiy
2025-02-16 16:31:50 +02:00
committed by GitHub
parent 4eaac92e67
commit ca7bf2774f

View File

@@ -492,14 +492,23 @@ 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
Each VCS provider supports a different list of emojis:
* [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)
* [Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops#emoji)
:::
### `--enable-diff-markdown-format`
```bash