Skip to content

Commit

Permalink
Adding merge_commit_sha to WebhookMergeRequestEventSchema (#3600)
Browse files Browse the repository at this point in the history
Adding `merge_commit_sha` attribute to the WebhookMergeRequestEventSchema interface to match the actual payload that is being sent
  • Loading branch information
ali-souidan committed Jun 12, 2024
1 parent 272de6c commit 1255689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/resources/Webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ export interface WebhookMergeRequestEventSchema extends BaseWebhookEventSchema {
draft: boolean;
first_contribution: boolean;
merge_status: string;
merge_commit_sha: string;
target_project_id: number;
description: string;
total_time_spent: number;
Expand Down

0 comments on commit 1255689

Please sign in to comment.