GitHubRepositoryRefTarget
No description
type GitHubRepositoryRefTarget {
id: String!
packages(
condition: PackageCondition
): [DetailedPackage!]
actionsWorkflows: [ActionsWorkflow!]!
}
Fields
GitHubRepositoryRefTarget.id ● String! non-null scalar
The SHA of the commit.
GitHubRepositoryRefTarget.packages ● [DetailedPackage!] list object
Packages detected in the commit
GitHubRepositoryRefTarget.packages.condition●PackageConditioninput
GitHubRepositoryRefTarget.actionsWorkflows ● [ActionsWorkflow!]! non-null object
Workflows on GitHub Actions detected in the commit
Member of
GitHubRepositoryRef object