-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GHES): new
pull_request_review_thread
event
- Loading branch information
Showing
3 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1203,6 +1203,38 @@ | |
"actions": ["created", "deleted", "edited"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "pull_request_review_thread", | ||
"description": "Activity related to a comment thread on a pull request being marked as resolved or unresolved. The type of activity is specified in the `action` property of the payload object.", | ||
"properties": { | ||
"pull_request": { | ||
"type": "object", | ||
"description": "The [pull request](https://docs.github.com/en/[email protected]/rest/reference/pulls) the thread pertains to." | ||
}, | ||
"thread": { | ||
"type": "object", | ||
"description": "The thread that was affected." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"installation": { | ||
"type": "object", | ||
"description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
} | ||
}, | ||
"actions": ["resolved", "unresolved"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "push", | ||
"description": "One or more commits are pushed to a repository branch or tag.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1203,6 +1203,38 @@ | |
"actions": ["created", "deleted", "edited"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "pull_request_review_thread", | ||
"description": "Activity related to a comment thread on a pull request being marked as resolved or unresolved. The type of activity is specified in the `action` property of the payload object.", | ||
"properties": { | ||
"pull_request": { | ||
"type": "object", | ||
"description": "The [pull request](https://docs.github.com/en/[email protected]/rest/reference/pulls) the thread pertains to." | ||
}, | ||
"thread": { | ||
"type": "object", | ||
"description": "The thread that was affected." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"installation": { | ||
"type": "object", | ||
"description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
} | ||
}, | ||
"actions": ["resolved", "unresolved"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "push", | ||
"description": "One or more commits are pushed to a repository branch or tag.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1231,6 +1231,38 @@ | |
"actions": ["created", "deleted", "edited"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "pull_request_review_thread", | ||
"description": "Activity related to a comment thread on a pull request being marked as resolved or unresolved. The type of activity is specified in the `action` property of the payload object.", | ||
"properties": { | ||
"pull_request": { | ||
"type": "object", | ||
"description": "The [pull request](https://docs.github.com/en/[email protected]/rest/reference/pulls) the thread pertains to." | ||
}, | ||
"thread": { | ||
"type": "object", | ||
"description": "The thread that was affected." | ||
}, | ||
"repository": { | ||
"type": "object", | ||
"description": "The [`repository`](https://docs.github.com/en/[email protected]/rest/reference/repos#get-a-repository) where the event occurred." | ||
}, | ||
"organization": { | ||
"type": "object", | ||
"description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/[email protected]/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." | ||
}, | ||
"installation": { | ||
"type": "object", | ||
"description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." | ||
}, | ||
"sender": { | ||
"type": "object", | ||
"description": "The user that triggered the event." | ||
} | ||
}, | ||
"actions": ["resolved", "unresolved"], | ||
"examples": [] | ||
}, | ||
{ | ||
"name": "push", | ||
"description": "One or more commits are pushed to a repository branch or tag.", | ||
|