mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Adding merge_commit_sha to WebhookMergeRequestEventSchema (#3600)
Adding `merge_commit_sha` attribute to the WebhookMergeRequestEventSchema interface to match the actual payload that is being sent
This commit is contained in:
parent
272de6c4db
commit
12556891bb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user