mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Github Trigger Node): Remove content_reference event (#5830)
removed content_reference event (doesn't exist anymore)
This commit is contained in:
@@ -214,12 +214,6 @@ export class GithubTrigger implements INodeType {
|
||||
value: 'commit_comment',
|
||||
description: 'Triggered when a commit comment is created',
|
||||
},
|
||||
{
|
||||
name: 'Content Reference',
|
||||
value: 'content_reference',
|
||||
description:
|
||||
'Triggered when the body or comment of an issue or pull request includes a URL that matches a configured content reference domain. Only GitHub Apps can receive this event.',
|
||||
},
|
||||
{
|
||||
name: 'Create',
|
||||
value: 'create',
|
||||
|
||||
Reference in New Issue
Block a user