mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ 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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user