Skip to content

Commit d9d261d

Browse files
committed
remove branch field for ones where it's not relevant
1 parent 2cb4593 commit d9d261d

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

apps/sim/triggers/github/pr_closed.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubPRClosedTrigger: TriggerConfig = {
121121
type: 'string',
122122
description: 'GitHub event type from X-GitHub-Event header (e.g., pull_request)',
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, synchronize, reopened, edited, etc.)',

apps/sim/triggers/github/pr_comment.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubPRCommentTrigger: 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/pr_merged.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ export const githubPRMergedTrigger: TriggerConfig = {
120120
type: 'string',
121121
description: 'GitHub event type from X-GitHub-Event header (e.g., pull_request)',
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: 'Action performed (opened, closed, synchronize, reopened, edited, etc.)',

apps/sim/triggers/github/pr_opened.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ export const githubPROpenedTrigger: TriggerConfig = {
120120
type: 'string',
121121
description: 'GitHub event type from X-GitHub-Event header (e.g., pull_request)',
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: 'Action performed (opened, closed, synchronize, reopened, edited, etc.)',

apps/sim/triggers/github/pr_reviewed.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ export const githubPRReviewedTrigger: TriggerConfig = {
121121
type: 'string',
122122
description: 'GitHub event type from X-GitHub-Event header (e.g., pull_request_review)',
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 (submitted, edited, dismissed)',

0 commit comments

Comments
 (0)