Feature Request
Describe the problem that led to you needing this feature
During a PR I can observe the progress of CI very well, but once it's merged there's more CI triggered that I cannot similarly observe since there is no PR number attached to it or valid URL I could give. I want to observe the merge runs as well since they may be very long running and fail due to flaky dependencies. A quick targeted restart would save the day, but first I need to be able to observe it.
Describe the solution you'd like
While it would be lovely to detect the effects of a PR merge from the PR number or URL and follow those CI pipelines automatically, it's probably less surprising and easier to implement if instead it was supported to provide the URL of a running actions run instead. This would be a generic solution that would allow tracking any arbitrary run with a URL such as: https://github.com/kanidm/kanidm_ppa_automation/actions/runs/25850359207
Describe alternatives you've considered
I could follow along on the web, but that comes with it's own set of problems and sometimes GH just forgets to refresh the page.
Additional context
N/A
Feature Request
Describe the problem that led to you needing this feature
During a PR I can observe the progress of CI very well, but once it's merged there's more CI triggered that I cannot similarly observe since there is no PR number attached to it or valid URL I could give. I want to observe the merge runs as well since they may be very long running and fail due to flaky dependencies. A quick targeted restart would save the day, but first I need to be able to observe it.
Describe the solution you'd like
While it would be lovely to detect the effects of a PR merge from the PR number or URL and follow those CI pipelines automatically, it's probably less surprising and easier to implement if instead it was supported to provide the URL of a running actions run instead. This would be a generic solution that would allow tracking any arbitrary run with a URL such as:
https://github.com/kanidm/kanidm_ppa_automation/actions/runs/25850359207Describe alternatives you've considered
I could follow along on the web, but that comes with it's own set of problems and sometimes GH just forgets to refresh the page.
Additional context
N/A