Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c29b157
updating contribution.md under docs in github
yashhd Apr 19, 2021
11d43c1
Update CONTRIBUTING.md
yashhd Apr 19, 2021
bd05f78
Update CONTRIBUTING.md
yashhd Apr 19, 2021
b9f2334
Update CONTRIBUTING.md
yashhd Apr 19, 2021
15be8fb
updating CONTRIBUTING.md
yashhd Apr 19, 2021
8cef45c
Update product call out to bg-success (#18885)
heiskr Apr 20, 2021
037efbf
Merge branch 'main' into repo-sync
Octomerger Apr 20, 2021
ceffeb6
Merge pull request #18894 from github/repo-sync
Octomerger Apr 20, 2021
139018d
Add Adobe secret scanning token types (#18871)
Apr 20, 2021
1215c9d
Merge pull request #5577 from github/repo-sync
Octomerger Apr 20, 2021
31bc6d1
Merge branch 'main' into main
janiceilene Apr 20, 2021
d555ea2
Merge pull request #5508 from yashhd/main
janiceilene Apr 20, 2021
dfd42d3
Merge pull request #18898 from github/repo-sync
Octomerger Apr 20, 2021
0d9b634
Clarify how GHES can use GH Connect for updated actions (#18857)
Apr 21, 2021
c34b374
Merge pull request #5582 from github/repo-sync
Octomerger Apr 21, 2021
8054606
Webhook restructuring follow-up (#18872)
rachmari Apr 21, 2021
3a22481
Merge branch 'main' into repo-sync
Octomerger Apr 21, 2021
f949d58
Merge pull request #5585 from github/repo-sync
Octomerger Apr 21, 2021
6c288b8
Merge branch 'main' into repo-sync
Octomerger Apr 21, 2021
ee882de
Merge pull request #18901 from github/repo-sync
Octomerger Apr 21, 2021
0c36506
Update GitHub token types we scan for (#18897)
Apr 21, 2021
cd54784
Merge branch 'main' into repo-sync
Octomerger Apr 21, 2021
8cd1df5
Merge pull request #18905 from github/repo-sync
Octomerger Apr 21, 2021
fb4d164
Merge pull request #5592 from github/repo-sync
Octomerger Apr 21, 2021
9d13602
Import missing avatar style (#18895)
heiskr Apr 21, 2021
d799729
Merge pull request #5595 from github/repo-sync
Octomerger Apr 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.

Webhook events are triggered based on the specificity of the domain you register. For example, if you register a subdomain (`https://subdomain.example.com`) then only URLs for the subdomain trigger this event. If you register a domain (`https://example.com`) then URLs for domain and all subdomains trigger this event. See "[Create a content attachment](/rest/reference/apps#create-a-content-attachment)" to create a new content attachment.

Only {% data variables.product.prodname_github_app %}s can receive this event. {% data variables.product.prodname_github_app %}s must have the `content_references` `write` permission to subscribe to this event.
#### Availability

- {% data variables.product.prodname_github_app %}s with the `content_references:write` permission

#### Webhook payload example

Expand Down Expand Up @@ -1008,12 +1010,6 @@ Deliveries for `review_requested` and `review_request_removed` events will have

{% endnote %}

{% tip %}

**Note**: The webhook payload example following the table differs significantly from the Events API payload described in the table. Among other differences, the webhook payload includes both `sender` and `pusher` objects. Sender and pusher are the same user who initiated the `push` event, but the `sender` object contains more detail.

{% endtip %}

#### Availability

- Repository webhooks
Expand Down