mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
remove branch from unrelated ops
This commit is contained in:
@@ -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.)',
|
||||
|
||||
@@ -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)',
|
||||
|
||||
@@ -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.)',
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user