js.org icon indicating copy to clipboard operation
js.org copied to clipboard

Automatically comment on PR template CI failure

Open MattIPv4 opened this issue 6 months ago • 1 comments

As a follow-up to #9782 (#9449), it'd be great to extend the workflow such that when the workflow fails, it leaves a comment on the PR explaining to the user what failed in their PR template, and what information they need to add to it (in the correct format). We should make sure that subsequent runs update the existing comment, rather than repeatedly posting new comments.

MattIPv4 avatar May 16 '25 13:05 MattIPv4

The splitting and execution sequence of the checks may be a somewhat critical point. The tests are executed in their predefined order and only start when a previous one has run successfully. This would lead to deferred error messages. From a requesters point of view, it would probably be best if there was only a single validation step that comments all the discrepancies at once.

indus avatar May 16 '25 17:05 indus

Hey, I would like to work on this issue. Please assign me.

raman976 avatar Jul 27 '25 13:07 raman976