From ca7bf2774f91d7b42faaf70facd313840fc37986 Mon Sep 17 00:00:00 2001 From: Leonid Podolinskiy Date: Sun, 16 Feb 2025 16:31:50 +0200 Subject: [PATCH] docs: Update --emoji-reactions Documentation (#5327) Signed-off-by: Leonid Podolinskiy --- runatlantis.io/docs/server-configuration.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/runatlantis.io/docs/server-configuration.md b/runatlantis.io/docs/server-configuration.md index 352696cb4..9e0a907cf 100644 --- a/runatlantis.io/docs/server-configuration.md +++ b/runatlantis.io/docs/server-configuration.md @@ -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