CheckSuite¶
-
class
github.CheckSuite.
CheckSuite
¶ This class represents check suites.
The reference can be found here https://docs.github.com/en/rest/reference/checks#check-suites
-
property
after
¶ - Type
string
-
property
app
¶
-
property
before
¶ - Type
string
-
property
check_runs_url
¶ - Type
string
-
property
conclusion
¶ - Type
string
-
property
created_at
¶ - Type
datetime.datetime
-
property
head_branch
¶ - Type
string
-
property
head_commit
¶
-
property
head_sha
¶ - Type
string
-
property
id
¶ - Type
int
-
property
latest_check_runs_count
¶ - Type
int
-
property
pull_requests
¶ - Type
list of
github.PullRequest.PullRequest
-
property
repository
¶
-
property
status
¶ - Type
string
-
property
updated_at
¶ - Type
datetime.datetime
-
property
url
¶ - Type
string
-
rerequest
() → bool¶ - Calls
POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest
- Return type
bool
-
get_check_runs
(check_name: Opt[str] = NotSet, status: Opt[str] = NotSet, filter: Opt[str] = NotSet) → PaginatedList[CheckRun]¶
-
property