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

Disable email #3118

Merged
merged 6 commits into from
Mar 1, 2023
Merged

Disable email #3118

merged 6 commits into from
Mar 1, 2023

Conversation

Macroz
Copy link
Collaborator

@Macroz Macroz commented Feb 10, 2023

Close #3117
Close #3116

Adds two ways of disabling emails. One for handlers completely, one per email type.

Checklist for author

Remove items that aren't applicable, check items that are done.

Reviewability

  • Link to issue

Backwards compatibility

  • Config is backwards compatible

Documentation

  • Update changelog if necessary

Testing

  • Complex logic is unit tested
  • Valuable features are integration / browser / acceptance tested automatically

Copy link
Collaborator

@aatkin aatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! One thing to notice is that email API (sending handler/reviewer reminders) is not suppressed by this change. Maybe this could be reflected in the changelog message, or be included as a change in API. Now changelog states that all handler emails can be disabled, which is technically not the case.

@Macroz
Copy link
Collaborator Author

Macroz commented Feb 16, 2023

LGTM! One thing to notice is that email API (sending handler/reviewer reminders) is not suppressed by this change. Maybe this could be reflected in the changelog message, or be included as a change in API. Now changelog states that all handler emails can be disabled, which is technically not the case.

I'll improve the text. Reminder mails are not sent unless configured, so they can be disabled with their own config. I think it could make sense to keep the reminders while having other emails disabled still so the current combination is perhaps good.

@Macroz Macroz merged commit 26652d9 into master Mar 1, 2023
@Macroz Macroz deleted the disable-email branch March 1, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants