Skip to content

Commit df20d10

Browse files
committed
remove branch from unrelated ops
1 parent d9d261d commit df20d10

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

apps/sim/triggers/github/issue_closed.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubIssueClosedTrigger: TriggerConfig = {
121121
description:
122122
'GitHub event type from X-GitHub-Event header (e.g., issues, pull_request, push)',
123123
},
124-
branch: {
125-
type: 'string',
126-
description: 'Branch name derived from ref (empty for non-branch events)',
127-
},
128124
action: {
129125
type: 'string',
130126
description: 'Action performed (opened, closed, reopened, edited, etc.)',

apps/sim/triggers/github/issue_comment.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubIssueCommentTrigger: TriggerConfig = {
121121
type: 'string',
122122
description: 'GitHub event type from X-GitHub-Event header (e.g., issue_comment)',
123123
},
124-
branch: {
125-
type: 'string',
126-
description: 'Branch name derived from ref (empty for non-branch events)',
127-
},
128124
action: {
129125
type: 'string',
130126
description: 'Action performed (created, edited, deleted)',

apps/sim/triggers/github/issue_opened.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ export const githubIssueOpenedTrigger: TriggerConfig = {
142142
description:
143143
'GitHub event type from X-GitHub-Event header (e.g., issues, pull_request, push)',
144144
},
145-
branch: {
146-
type: 'string',
147-
description: 'Branch name derived from ref (empty for non-branch events)',
148-
},
149145
action: {
150146
type: 'string',
151147
description: 'Action performed (opened, closed, reopened, edited, etc.)',

apps/sim/triggers/github/release_published.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ export const githubReleasePublishedTrigger: TriggerConfig = {
120120
type: 'string',
121121
description: 'GitHub event type from X-GitHub-Event header (e.g., release)',
122122
},
123-
branch: {
124-
type: 'string',
125-
description: 'Branch name derived from ref (empty for non-branch events)',
126-
},
127123
action: {
128124
type: 'string',
129125
description:

apps/sim/triggers/github/workflow_run.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubWorkflowRunTrigger: TriggerConfig = {
121121
type: 'string',
122122
description: 'GitHub event type from X-GitHub-Event header (e.g., workflow_run)',
123123
},
124-
branch: {
125-
type: 'string',
126-
description: 'Branch name derived from ref (empty for non-branch events)',
127-
},
128124
action: {
129125
type: 'string',
130126
description: 'Action performed (requested, in_progress, completed)',

0 commit comments

Comments
 (0)