From 606d2af2da946c9ddf15e737d77d9b193b7725bc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 3 Apr 2021 14:40:33 -0400 Subject: feat(panettone): Send emails when issues are closed Send notification emails to the same group of users who receive notifications on issue comments when issues are marked as closed. This also takes the opportunity to generalize issue notification emails a bit, and lay the groundwork for (but not implement) explicit issue subscriber lists. Change-Id: Ie2572ed3ad0207d415b4c362438f772925e7a2c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2807 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: tazjin --- web/panettone/src/packages.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/panettone/src/packages.lisp') diff --git a/web/panettone/src/packages.lisp b/web/panettone/src/packages.lisp index dfee8e81f7..3e6aa4a05f 100644 --- a/web/panettone/src/packages.lisp +++ b/web/panettone/src/packages.lisp @@ -48,7 +48,7 @@ :issue-events :issue-comments :num-comments :create-issue-comment - :issue-commenter-dns)) + :issue-commenter-dns :issue-subscribers)) (defpackage panettone.email (:nicknames :email) -- cgit 1.4.1