Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest
Date: 2024-08-14 23:19:20
Message-ID: 341049.1723677560@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-08-14 23:30:23 Re: [18] Fix a few issues with the collation cache
Previous Message Jeff Davis 2024-08-14 23:00:39 Re: Remaining dependency on setlocale()