-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add RerunFailedJobsByID and RerunJobByID #2345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2345 +/- ##
=======================================
Coverage 98.04% 98.05%
=======================================
Files 118 118
Lines 10458 10474 +16
=======================================
+ Hits 10254 10270 +16
Misses 140 140
Partials 64 64
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @guo-chris !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
Thanks @gmlewis! Do you know when this will get released after it's approved? |
We are about due for another release during the second week of May. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for making these changes
Thank you, @plcwww ! |
@guo-chris - this is now included in this release: https://github.com/google/go-github/releases/tag/v44.1.0 |
Fixes #2344
Add support to rerun all failed jobs or a single job from a workflow run
https://docs.github.com/en/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run
https://docs.github.com/en/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run