Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1seNH3-006Qou-VQ for pgsql-hackers@arkaria.postgresql.org; Wed, 14 Aug 2024 23:19:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1seNH2-00DU4p-Lh for pgsql-hackers@arkaria.postgresql.org; Wed, 14 Aug 2024 23:19:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1seNH2-00DU4h-Bg for pgsql-hackers@lists.postgresql.org; Wed, 14 Aug 2024 23:19:24 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1seNGz-004ltv-Pl for pgsql-hackers@lists.postgresql.org; Wed, 14 Aug 2024 23:19:23 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 47ENJK1C341050; Wed, 14 Aug 2024 19:19:20 -0400 From: Tom Lane To: Jelte Fennema-Nio cc: PostgreSQL Hackers Subject: Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest In-reply-to: References: Comments: In-reply-to Jelte Fennema-Nio message dated "Thu, 15 Aug 2024 00:40:29 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <341048.1723677560.1@sss.pgh.pa.us> Date: Wed, 14 Aug 2024 19:19:20 -0400 Message-ID: <341049.1723677560@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jelte Fennema-Nio writes: > I'd like to send an automatic mail to a thread whenever it gets added > to a commitfest. Since this would impact everyone that's subscribed to > the mailinglist I'd like some feedback on this. This mail would > include: > 1. A very short blurb like: "This thread was added to the commitfest > with ID 1234" > 2. A link to the commitfest entry > 3. A link to the cfbot CI runs > 4. A link to the diff on GitHub > 5. Any other suggestions? +1 for the basic idea. An awful lot of people send such mails manually already, so this'd replace that effort in a more predictable way. Not sure about your 3 & 4 points though, especially if that'd mean some delay in sending the mail. For one thing, wouldn't those links be stale as soon as the initial patch got replaced? Those links seem like they ought to live in the commitfest entry. regards, tom lane