Skip to content

Emails whenever a release gets yanked or unyanked #13829

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

Closed
wants to merge 2 commits into from

Conversation

xBalbinus
Copy link
Contributor

Addresses a part of #13234

Comment on lines +1029 to +1036
@_email("send_release_yanked_email")
def send_release_yanked_email(request, user, project_name, release_version):
return {"username": user.username, "project_name": project_name, "version": release_version}


@_email("send_release_yanked_email")
def send_release_unyanked_email(request, user, project_name, release_version):
return {"username": user.username, "project_name": project_name, "version": release_version}
Copy link
Member

Choose a reason for hiding this comment

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

@xBalbinus did you forget to check in the corresponding email templates?

@xBalbinus xBalbinus closed this Jun 1, 2023
@xBalbinus
Copy link
Contributor Author

This is apparently already a feature as seen in the above ^ comment; closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants