Add query check_suite_id integer to Workflow.get_runs (#2466)

This commit is contained in:
Trim21
2023-05-23 16:07:21 +02:00
committed by GitHub
parent 03a2f69667
commit a4854519c6
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -122,3 +122,5 @@ class _NotSetType:
class _ValuedAttribute:
def __init__(self, value: Any) -> None: ...
NotSet: _NotSetType