remove branch field for ones where it's not relevant

This commit is contained in:
Vikhyath Mondreti
2026-01-13 17:46:05 -08:00
parent 2cb4593d81
commit d9d261de1d
5 changed files with 0 additions and 20 deletions

View File

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

View File

@@ -121,10 +121,6 @@ export const githubPRCommentTrigger: 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

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

View File

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

View File

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