Class GitHubEventsConfig (2.0.2)

GitHubEventsConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.

Attributes

NameDescription
installation_id int
The installationID that emits the GitHub event.
owner str
Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud- builders is "googlecloudplatform".
name str
Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud- builders is "cloud-builders".
pull_request .cloudbuild.PullRequestFilter
filter to match changes in pull requests.
push .cloudbuild.PushFilter
filter to match changes in refs like branches, tags.