Last active
December 6, 2019 16:15
-
-
Save dlorenc/5d5266b2a63793cf456c0d742e3957fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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