mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add parameters to Repository.get_workflow_runs (#2408)
This commit is contained in:
@@ -477,6 +477,8 @@ class Repository(CompletableGithubObject):
|
||||
branch: Union[Branch, _NotSetType] = ...,
|
||||
event: Union[str, _NotSetType] = ...,
|
||||
status: Union[str, _NotSetType] = ...,
|
||||
exclude_pull_requests: Union[bool, _NotSetType] = ...,
|
||||
head_sha: Union[str, _NotSetType] = ...,
|
||||
) -> PaginatedList[WorkflowRun]: ...
|
||||
def update_check_suites_preferences(
|
||||
self, auto_trigger_checks: List[Dict[str, Union[bool, int]]]
|
||||
|
||||
Reference in New Issue
Block a user