Skip to main content

GitHubPullRequestBase

No description

type GitHubPullRequestBase {
ref: String!
SHA: String!
ownerLogin: String!
ownerId: Int!
repositoryId: Int!
packages(
condition: PackageCondition
): [DetailedPackage!]!
actionsWorkflows: [ActionsWorkflow!]!
}

Fields

GitHubPullRequestBase.ref ● String! non-null scalar

Identifies the base Ref associated with the pull request.

GitHubPullRequestBase.SHA ● String! non-null scalar

Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted.

GitHubPullRequestBase.ownerLogin ● String! non-null scalar

The owner of the repository associated with this pull request's base Ref.

GitHubPullRequestBase.ownerId ● Int! non-null scalar

The owner of the repository associated with this pull request's base Ref.

GitHubPullRequestBase.repositoryId ● Int! non-null scalar

The ID of the repository associated with this pull request's base Ref.

GitHubPullRequestBase.packages ● [DetailedPackage!]! non-null object

Packages detected in the base ref; available only after scanning completed

GitHubPullRequestBase.packages.condition ● PackageCondition input

GitHubPullRequestBase.actionsWorkflows ● [ActionsWorkflow!]! non-null object

Workflows on GitHub Actions detected in the base ref; available only after scanning completed

Member of

GitHubPullRequest object