GitHubEventsConfig Object
The repository in format owner/repo e.g. MarkEdmondson1234/googleCloudRunner
Whether to trigger on push or pull GitHub events
Regex of branches to match
If a push request, regexes matching what tags to build. If not NULL
then argument branch
will be ignored
If a pull request, whether to require comments before builds are triggered.
GitHubEventsConfig object
The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
Other BuildTrigger functions:
BuildTrigger()
,
cr_buildtrigger_copy()
,
cr_buildtrigger_delete()
,
cr_buildtrigger_edit()
,
cr_buildtrigger_get()
,
cr_buildtrigger_list()
,
cr_buildtrigger_pubsub()
,
cr_buildtrigger_repo()
,
cr_buildtrigger_run()
,
cr_buildtrigger_webhook()
,
cr_buildtrigger()