fix(Github Trigger Node): Remove content_reference event (#5830)

removed content_reference event (doesn't exist anymore)
This commit is contained in:
Marcus 2023-04-12 16:06:49 +02:00 committed by GitHub
parent 5227ccd75a
commit d288a918f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',