remove branch from unrelated ops

This commit is contained in:
Vikhyath Mondreti
2026-01-13 17:47:32 -08:00
parent d9d261de1d
commit df20d1035b
5 changed files with 0 additions and 20 deletions

View File

@@ -121,10 +121,6 @@ export const githubIssueClosedTrigger: TriggerConfig = {
description:
'GitHub event type from X-GitHub-Event header (e.g., issues, pull_request, push)',
},
branch: {
type: 'string',
description: 'Branch name derived from ref (empty for non-branch events)',
},
action: {
type: 'string',
description: 'Action performed (opened, closed, reopened, edited, etc.)',

View File

@@ -121,10 +121,6 @@ export const githubIssueCommentTrigger: TriggerConfig = {
type: 'string',
description: 'GitHub event type from X-GitHub-Event header (e.g., issue_comment)',
},
branch: {
type: 'string',
description: 'Branch name derived from ref (empty for non-branch events)',
},
action: {
type: 'string',
description: 'Action performed (created, edited, deleted)',

View File

@@ -142,10 +142,6 @@ export const githubIssueOpenedTrigger: TriggerConfig = {
description:
'GitHub event type from X-GitHub-Event header (e.g., issues, pull_request, push)',
},
branch: {
type: 'string',
description: 'Branch name derived from ref (empty for non-branch events)',
},
action: {
type: 'string',
description: 'Action performed (opened, closed, reopened, edited, etc.)',

View File

@@ -120,10 +120,6 @@ export const githubReleasePublishedTrigger: TriggerConfig = {
type: 'string',
description: 'GitHub event type from X-GitHub-Event header (e.g., release)',
},
branch: {
type: 'string',
description: 'Branch name derived from ref (empty for non-branch events)',
},
action: {
type: 'string',
description:

View File

@@ -121,10 +121,6 @@ export const githubWorkflowRunTrigger: TriggerConfig = {
type: 'string',
description: 'GitHub event type from X-GitHub-Event header (e.g., workflow_run)',
},
branch: {
type: 'string',
description: 'Branch name derived from ref (empty for non-branch events)',
},
action: {
type: 'string',
description: 'Action performed (requested, in_progress, completed)',