1
0
mirror of synced 2025-12-22 03:16:52 -05:00

merge_group: add more data to webhooks. (#31644)

This commit is contained in:
Mike McQuaid
2022-10-14 18:40:37 +01:00
committed by GitHub
parent 1ca93007e6
commit 3c9944c9a3
2 changed files with 19 additions and 2 deletions

View File

@@ -749,7 +749,9 @@ Key | Type | Description
`merge_group`|`object` | The merge group.
`merge_group[head_sha]`|`string` | The SHA of the merge group.
`merge_group[head_ref]`|`string` | The full ref of the merge group.
`merge_group[base_sha]`|`string` | The SHA of the merge group's parent commit.
`merge_group[base_ref]`|`string` | The full ref of the branch the merge group will be merged into.
`merge_group[head_commit]`|`object` | An expanded representation of the `head_sha` commit.
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}