メインコンテンツまでスキップ

GitHubRepositoryInstallationEventHeadCommit

No description

type GitHubRepositoryInstallationEventHeadCommit {
id: String!
packages(
condition: PackageCondition
): [DetailedPackage!]
actionsWorkflows: [ActionsWorkflow!]!
}

Fields

GitHubRepositoryInstallationEventHeadCommit.id ● String! non-null scalar

The SHA of the commit.

GitHubRepositoryInstallationEventHeadCommit.packages ● [DetailedPackage!] list object

Packages detected in the commit

GitHubRepositoryInstallationEventHeadCommit.packages.condition ● PackageCondition input

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

Workflows on GitHub Actions detected in the commit

Member of

GitHubRepositoryInstallationEvent object