This notifier uses GitHub Webhooks to create issues against your GitHub repo.
This notifier runs as a container via Google Cloud Run and responds to events that Cloud Build publishes via its Pub/Sub topic.
For detailed instructions on setting up this notifier, see Configuring GitHub Issue notifications.
This notifier expects the following fields in the delivery
map to be set:
githubRepo
: The name of the repo to create an issue against (e.g.youruser/yourrepo
)githubToken
: ThesecretRef: <github-token>
map that references the GitHub Issue token resource path in thesecrets
section.
This notifier also takes a custom template
that can either be set inline, or as a uri, as a
JSON object specifying at minimum the customisable title
and body
(in Markdown) of the issue. See GitHub's REST documentation for more body parameters. See TODO for more on templates.