You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
I have set --emoji-reaction="" on the cli and emoji-reaction: "" in the config, but Atlantis 0.27.2 still does emoji reactions on github enterprise.
Reproduction Steps
Set the options described above
Comment atlantis plan on a PR
See that it reacts anyway
Logs
The New Issue instruction said to use atlantis plan --debug, but atlantis replies to this saying Error: unknown flag: --debug. I tried with --verbose, which is valid, but the logs looked too sensitive to post. In any case, the words "react" or "emoji" don't appear in them...
I don't believe this is a bug but intentional. As you can see in cmd/server.go at line 853, flag emoji-reaction='' actually does not disable emojis but set to the default (eyes emoji).
I believe that we should have a disable-emoji-reaction flag. Something like ... -config=/etc/atlantis.yml --repo-config=/etc/repos.yml --disable-emoji-reaction
If anyone thinks this is a good feature I would like to develop it.
Community Note
Overview of the Issue
I have set
--emoji-reaction=""
on the cli andemoji-reaction: ""
in the config, but Atlantis 0.27.2 still does emoji reactions on github enterprise.Reproduction Steps
atlantis plan
on a PRLogs
The New Issue instruction said to use
atlantis plan --debug
, but atlantis replies to this sayingError: unknown flag: --debug
. I tried with--verbose
, which is valid, but the logs looked too sensitive to post. In any case, the words "react" or "emoji" don't appear in them...The server-side logs show items like:
Environment details
-config=/etc/atlantis.yml --repo-config=/etc/repos.yml --emoji-reaction=
Atlantis server-side config file:
Repo
atlantis.yaml
file:This is an example:
Additional Context
I've seen it mentioned that disabling it is only meant to work for
nick plan/apply
style comments (no @). I'm using that form.The text was updated successfully, but these errors were encountered: