CommitStatus¶
-
class
github.CommitStatus.CommitStatus¶ This class represents CommitStatuses.The reference can be found here https://docs.github.com/en/rest/reference/repos#statuses
-
created_at¶ Type: datetime.datetime
-
creator¶ Type: github.NamedUser.NamedUser
-
description¶ Type: string
-
id¶ Type: integer
-
state¶ Type: string
-
context¶ Type: string
-
target_url¶ Type: string
-
updated_at¶ Type: datetime.datetime
-
url¶ Type: string
-