Skip to content

Instantly share code, notes, and snippets.

@dlorenc
Last active December 6, 2019 16:15
Show Gist options
  • Save dlorenc/5d5266b2a63793cf456c0d742e3957fe to your computer and use it in GitHub Desktop.
Save dlorenc/5d5266b2a63793cf456c0d742e3957fe to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: TriggerBinding
metadata:
name: chatbot-binding
spec:
params:
- name: prurl
value: $(body.issue.html_url)
- name: repourl
value: $(body.repository.html_url)
- name: comment
value: $(body.comment.body)
- name: author_association
value: $(body.issue.author_association)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment