Skip to content

Commit

Permalink
Addition of pusher_type to create_properties and delete_properties we…
Browse files Browse the repository at this point in the history
…bhooks (#4570)

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
  • Loading branch information
vivekshotti and lucascosti authored Mar 19, 2021
1 parent b03a87d commit 84fdf58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
{% data reusables.webhooks.create_properties %}
{% data reusables.webhooks.pusher_type_desc %}
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
Expand Down Expand Up @@ -252,6 +253,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
{% data reusables.webhooks.delete_properties %}
{% data reusables.webhooks.pusher_type_desc %}
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
Expand Down
1 change: 1 addition & 0 deletions data/reusables/webhooks/pusher_type_desc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`pusher_type`|`string`| The pusher type for the event. Can be either `user` or a deploy key.

0 comments on commit 84fdf58

Please sign in to comment.