Add GitHub PR reviews (#1346)

* Adds operations to get and create PR reviews

* Improvements to #709

*  Fix commit field description

Co-authored-by: Johannes Kettmann <jkettmann@gmx.net>
This commit is contained in:
Ricardo Espinoza
2021-01-20 02:33:17 -05:00
committed by GitHub
parent 28d54ed439
commit 3b49764fb8
5 changed files with 388 additions and 9 deletions

View File

@@ -19,14 +19,14 @@ export class GithubTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Github Trigger',
name: 'githubTrigger',
icon: 'file:github.png',
icon: 'file:github.svg',
group: ['trigger'],
version: 1,
subtitle: '={{$parameter["owner"] + "/" + $parameter["repository"] + ": " + $parameter["events"].join(", ")}}',
description: 'Starts the workflow when a Github events occurs.',
defaults: {
name: 'Github Trigger',
color: '#885577',
color: '#000000',
},
inputs: [],
outputs: ['main'],