MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / rerun_failed_jobs

Method rerun_failed_jobs

github/WorkflowRun.py:341–346  ·  view source on GitHub ↗

:calls: `POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs `_

(self)

Source from the content-addressed store, hash-verified

339 return status == 201
340
341 def rerun_failed_jobs(self) -> bool:
342 """
343 :calls: `POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs <https://docs.github.com/en/rest/reference/actions#workflow-runs>`_
344 """
345 status, _, _ = self._requester.requestJson("POST", f"{self.url}/rerun-failed-jobs")
346 return status == 201
347
348 def timing(self) -> TimingData:
349 """

Callers 1

Calls 1

requestJsonMethod · 0.80

Tested by 1