Create button in the checks view to retrigger the job
Created from: https://github.com/packit/packit-service/issues/847
GitHub allows us to create a custom button in the checks interface. Let's create one for neutral and successful runs so people can retrigger them. When a job fails, Github adds this button by default.
This issue has been marked as stale because it hasn't seen any activity for the last 60 days.
Stale issues are closed after 14 days, unless the label is removed by a maintainer or someone comments on it.
This is done in order to ensure that open issues are still relevant.
Thank you for your contribution! :unicorn: :rocket: :robot:
(Note: issues labeled with pinned or EPIC are never marked as stale.)
related #1645
scheduled for Q1 per Petr's response in #1645
Does it make sense to do this for pending statuses as well? It could improve the UX when the jobs get stuck.
yup, makes perfect sense
Still relevant. Could help with non-pr jobs on GitHub as well...
Just want to confirm: The button would be available for running jobs as well, right?
That was the intention as mentioned here. But as I am looking into the docs, I am afraid this is not possible :/ :
The button appears after the check run completes.
In that case for pending statuses we should consider other solutions (e.g. as you asked about in chat /packit retest-running or similar).