Object GitHub::Status

Represents a commit status.

Fields

commit: Commit

The commit this status is attached to.

context(name: String!): StatusContext

Looks up an individual status context by context name.

Args

name: String!

The context name.

contexts: [StatusContext!]!

The individual status contexts for this commit.

id: ID!

state: StatusState!

The combined commit status.

Uses

Commit.status

Node