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
●PackageCondition
input
GitHubRepositoryRefTarget.actionsWorkflows
● [ActionsWorkflow!]!
non-null object
Workflows on GitHub Actions detected in the commit
Member of
GitHubRepositoryRef
object