Skip to content
Snippets Groups Projects
Commit 80db1644 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

WIP: add more slack messages

parent 626eedcb
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ class SlackAdapter(AdapterBase):
messages = {
MESSAGES.UPDATE_LEAD: 'The lead of "{submission.title}" has been updated form { old.lead } to {submission.lead} by {user}',
MESSAGES.COMMENT: 'A new comment has been posted on "{submission.title}"',
MESSAGES.REVIEWERS_UPDATED: '{user} has updated the reviewers on {submission.title}',
}
def __init__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment