mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(Github Trigger Node): Remove content_reference event (#5830)
removed content_reference event (doesn't exist anymore)
This commit is contained in:
parent
5227ccd75a
commit
d288a918f1
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue