Name and Version
all
What is the problem this feature will solve?
If I have a failed job reported back into the comment of /deploy-review slash command, and re-run this failed job, I won't get any update in the comment, e.g., that this time the attempt was successful.
E.g., if I re-run deploy-review, e2e-test will also be triggered, but the comment will not be updated.
What is the feature you are proposing to solve the problem?
Always run a monitor job to reflect the status, disregarding partial re-runs and attempt counts.
Currently, no good solution yet: https://github.com/orgs/community/discussions/121211
What alternatives have you considered?
Re-run all jobs

Name and Version
all
What is the problem this feature will solve?
If I have a failed job reported back into the comment of
/deploy-reviewslash command, and re-run this failed job, I won't get any update in the comment, e.g., that this time the attempt was successful.E.g., if I re-run
deploy-review,e2e-testwill also be triggered, but the comment will not be updated.What is the feature you are proposing to solve the problem?
Always run a
monitorjob to reflect the status, disregarding partial re-runs and attempt counts.Currently, no good solution yet: https://github.com/orgs/community/discussions/121211
What alternatives have you considered?
Re-run all jobs