-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: do not react with emoji if "EmojiReaction" flag is empty #4378
feat: do not react with emoji if "EmojiReaction" flag is empty #4378
Conversation
…/CaioAugustoo/atlantis into feat/disable-emoji-reaction-flag
…le-emoji-reaction"
Hi, @CaioAugustoo, why do we not make The whole idea about my comment is that the flag should always be disabled by default. |
@jamengual, Done! I made some changes. Let me know if it makes sense for you! |
…/CaioAugustoo/atlantis into feat/disable-emoji-reaction-flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work @CaioAugustoo
Thank you @jamengual! |
…ble-emoji-reaction-flag
not quite sure why e2e tests run on the merge commit |
Thanks @CaioAugustoo for your first contribution to atlantis! 💯 |
…lantis#4378) Co-authored-by: caio.rocha <[email protected]> Co-authored-by: PePe Amengual <[email protected]> Co-authored-by: Rui Chen <[email protected]>
what
why
According to #3360: "setting the emoji-reaction property to an empty string should disable comment reactions. This is not working, and the default eyes emoji continues to be used."
Also, as @jamengual mentioned: "It sounds weird to me that we will add another config flag to disable the emojis, I think this logic needs to be fixed. it should be disabled by default like all the other flags"
This PR makes "EmojiReaction" flag default value to an empty string. In case "EmojiReaction" flag is empty no comment will be reacted.
tests
make test
make build
references
emoji-reaction
to an Empty String does not Disable Comment Reactions #3457