1
0
mirror of synced 2026-01-01 18:05:46 -05:00

Merge pull request #34051 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-07-22 17:39:31 -07:00
committed by GitHub
16 changed files with 1309 additions and 1305 deletions

View File

@@ -90,7 +90,7 @@ async function createReleaseIssue() {
// If an issue already exists for this release, do nothing
if (
await isExistingIssue(repo, {
labels: ['new-release', `GHES ${releaseNumber}`],
labels: ['ghes-release-automation', `GHES ${releaseNumber}`],
})
) {
return

View File

@@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -44,5 +44,5 @@
]
}
},
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
}

View File

@@ -1154,7 +1154,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -2791,7 +2791,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -4428,7 +4428,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -6079,7 +6079,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -7718,7 +7718,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8616,7 +8616,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -9512,7 +9512,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -13445,7 +13445,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -13522,7 +13522,7 @@
"dependabot_alert": {
"auto_dismissed": {
"descriptionHtml": "<p>A Dependabot alert was automatically closed by a Dependabot auto-triage rule.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14104,7 +14104,7 @@
},
"auto_reopened": {
"descriptionHtml": "<p>A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14686,7 +14686,7 @@
},
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15268,7 +15268,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15850,7 +15850,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -16432,7 +16432,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -17014,7 +17014,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31234,7 +31234,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32081,7 +32081,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32740,7 +32740,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33315,7 +33315,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33890,7 +33890,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34465,7 +34465,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35074,7 +35074,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35700,7 +35700,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36275,7 +36275,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36850,7 +36850,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -37425,7 +37425,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40029,7 +40029,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40861,7 +40861,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41487,7 +41487,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42062,7 +42062,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42639,7 +42639,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43487,7 +43487,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -44335,7 +44335,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -86256,7 +86256,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -86603,7 +86603,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -86950,7 +86950,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -87296,7 +87296,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91062,7 +91062,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91575,7 +91575,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92088,7 +92088,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92601,7 +92601,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -93191,7 +93191,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -93706,7 +93706,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -93967,7 +93967,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94228,7 +94228,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94463,7 +94463,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94698,7 +94698,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94939,7 +94939,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -95200,7 +95200,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -95463,7 +95463,7 @@
"projects_v2_status_update": {
"created": {
"descriptionHtml": "<p>A status update was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -95704,7 +95704,7 @@
},
"deleted": {
"descriptionHtml": "<p>A status update was removed from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -95945,7 +95945,7 @@
},
"edited": {
"descriptionHtml": "<p>A status update was edited on a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -192651,7 +192651,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193028,7 +193028,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194079,7 +194079,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -202343,7 +202343,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -203349,7 +203349,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -204355,7 +204355,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -207909,7 +207909,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -208191,7 +208191,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -208481,7 +208481,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -208763,7 +208763,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -3424,7 +3424,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -5077,7 +5077,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -6730,7 +6730,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8397,7 +8397,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -10052,7 +10052,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -10950,7 +10950,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -11846,7 +11846,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15779,7 +15779,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -15856,7 +15856,7 @@
"dependabot_alert": {
"auto_dismissed": {
"descriptionHtml": "<p>A Dependabot alert was automatically closed by a Dependabot auto-triage rule.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -16438,7 +16438,7 @@
},
"auto_reopened": {
"descriptionHtml": "<p>A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -17020,7 +17020,7 @@
},
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -17602,7 +17602,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -18184,7 +18184,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -18766,7 +18766,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -19348,7 +19348,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33568,7 +33568,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34415,7 +34415,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35074,7 +35074,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35649,7 +35649,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36224,7 +36224,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36799,7 +36799,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -37408,7 +37408,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -38034,7 +38034,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -38609,7 +38609,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39184,7 +39184,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39759,7 +39759,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42363,7 +42363,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43195,7 +43195,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43821,7 +43821,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -44396,7 +44396,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -44973,7 +44973,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -45821,7 +45821,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -46669,7 +46669,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88590,7 +88590,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88937,7 +88937,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89284,7 +89284,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89630,7 +89630,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -93396,7 +93396,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -93909,7 +93909,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94422,7 +94422,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -94935,7 +94935,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -95525,7 +95525,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -96040,7 +96040,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -96301,7 +96301,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -96562,7 +96562,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -96797,7 +96797,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -97032,7 +97032,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -97273,7 +97273,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -97534,7 +97534,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -97797,7 +97797,7 @@
"projects_v2_status_update": {
"created": {
"descriptionHtml": "<p>A status update was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -98038,7 +98038,7 @@
},
"deleted": {
"descriptionHtml": "<p>A status update was removed from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -98279,7 +98279,7 @@
},
"edited": {
"descriptionHtml": "<p>A status update was edited on a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a status update on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\"</p>\n<p>For activity relating to a project, use the <code>projects_v2</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nTo share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194985,7 +194985,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -195362,7 +195362,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -196413,7 +196413,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -204677,7 +204677,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -205683,7 +205683,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -206689,7 +206689,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -210243,7 +210243,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -210525,7 +210525,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -210815,7 +210815,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -211097,7 +211097,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -1029,7 +1029,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -2650,7 +2650,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -4271,7 +4271,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -5906,7 +5906,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -7529,7 +7529,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8427,7 +8427,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -9323,7 +9323,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -12864,7 +12864,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -12941,7 +12941,7 @@
"dependabot_alert": {
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -13523,7 +13523,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14105,7 +14105,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14687,7 +14687,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15269,7 +15269,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -29489,7 +29489,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -30336,7 +30336,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -30995,7 +30995,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31570,7 +31570,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32145,7 +32145,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32720,7 +32720,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33329,7 +33329,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33955,7 +33955,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34530,7 +34530,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35105,7 +35105,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35680,7 +35680,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -38279,7 +38279,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39111,7 +39111,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39737,7 +39737,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40312,7 +40312,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40889,7 +40889,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41737,7 +41737,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42585,7 +42585,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82092,7 +82092,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82439,7 +82439,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82786,7 +82786,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83132,7 +83132,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -86898,7 +86898,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -87411,7 +87411,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -87924,7 +87924,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88437,7 +88437,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89027,7 +89027,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89542,7 +89542,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89803,7 +89803,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90064,7 +90064,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90299,7 +90299,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90534,7 +90534,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90775,7 +90775,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91036,7 +91036,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -181239,7 +181239,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -181616,7 +181616,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182667,7 +182667,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.10/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.10/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.10/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -187915,7 +187915,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -188197,7 +188197,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -188487,7 +188487,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -188769,7 +188769,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -1153,7 +1153,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -2774,7 +2774,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -4395,7 +4395,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -6030,7 +6030,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -7653,7 +7653,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8551,7 +8551,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -9447,7 +9447,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -12988,7 +12988,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -13065,7 +13065,7 @@
"dependabot_alert": {
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -13647,7 +13647,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14229,7 +14229,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14811,7 +14811,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15393,7 +15393,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -29613,7 +29613,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -30460,7 +30460,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31119,7 +31119,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31694,7 +31694,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32269,7 +32269,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32844,7 +32844,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33453,7 +33453,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34079,7 +34079,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34654,7 +34654,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35229,7 +35229,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35804,7 +35804,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -38403,7 +38403,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39235,7 +39235,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39861,7 +39861,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40436,7 +40436,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41013,7 +41013,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41861,7 +41861,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42709,7 +42709,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82221,7 +82221,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82568,7 +82568,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -82915,7 +82915,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83261,7 +83261,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -87027,7 +87027,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -87540,7 +87540,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88053,7 +88053,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88566,7 +88566,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89156,7 +89156,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89671,7 +89671,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89932,7 +89932,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90193,7 +90193,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90428,7 +90428,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90663,7 +90663,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90904,7 +90904,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91165,7 +91165,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -181368,7 +181368,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -181745,7 +181745,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182796,7 +182796,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.11/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.11/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.11/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -192512,7 +192512,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -192794,7 +192794,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193084,7 +193084,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193366,7 +193366,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -1153,7 +1153,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -2774,7 +2774,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -4395,7 +4395,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -6030,7 +6030,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -7653,7 +7653,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8551,7 +8551,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -9447,7 +9447,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -12988,7 +12988,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -13065,7 +13065,7 @@
"dependabot_alert": {
"auto_dismissed": {
"descriptionHtml": "<p>A Dependabot alert was automatically closed by a Dependabot auto-triage rule.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -13647,7 +13647,7 @@
},
"auto_reopened": {
"descriptionHtml": "<p>A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14229,7 +14229,7 @@
},
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14811,7 +14811,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15393,7 +15393,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15975,7 +15975,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -16557,7 +16557,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -30777,7 +30777,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31624,7 +31624,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32283,7 +32283,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32858,7 +32858,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33433,7 +33433,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34008,7 +34008,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34617,7 +34617,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35243,7 +35243,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35818,7 +35818,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36393,7 +36393,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36968,7 +36968,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39567,7 +39567,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40399,7 +40399,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41025,7 +41025,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41600,7 +41600,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42177,7 +42177,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43025,7 +43025,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43873,7 +43873,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83385,7 +83385,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83732,7 +83732,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -84079,7 +84079,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -84425,7 +84425,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88191,7 +88191,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88704,7 +88704,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89217,7 +89217,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89730,7 +89730,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90320,7 +90320,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90835,7 +90835,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91096,7 +91096,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91357,7 +91357,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91592,7 +91592,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91827,7 +91827,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92068,7 +92068,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92329,7 +92329,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182532,7 +182532,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182909,7 +182909,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -183960,7 +183960,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.12/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.12/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.12/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193676,7 +193676,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193958,7 +193958,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194248,7 +194248,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194530,7 +194530,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -1153,7 +1153,7 @@
"check_run": {
"completed": {
"descriptionHtml": "<p>A check run was completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -2774,7 +2774,7 @@
},
"created": {
"descriptionHtml": "<p>A new check run was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -4395,7 +4395,7 @@
},
"requested_action": {
"descriptionHtml": "<p>A check run completed, and someone requested a followup action that your app provides. Only the GitHub App someone requests to perform an action will receive the <code>requested_action</code> payload. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/developers/apps/guides/creating-ci-tests-with-the-checks-api\">Creating CI tests with the Checks API</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -6030,7 +6030,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run a check run. Only the GitHub App that someone requests to re-run the check will receive the <code>rerequested</code> payload.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check run. For information about check runs, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check runs, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checkrun\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs\">Check Runs</a>\" in the REST API documentation.</p>\n<p>For activity relating to check suites, use the <code>check-suite</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" repository permission. To receive the <code>rerequested</code> and <code>requested_action</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>created</code> and <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check run was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -7653,7 +7653,7 @@
"check_suite": {
"completed": {
"descriptionHtml": "<p>All check runs in a check suite have completed, and a conclusion is available.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -8551,7 +8551,7 @@
},
"requested": {
"descriptionHtml": "<p>Someone requested to run a check suite. By default, check suites are automatically created when you create a check run. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/mutations#createcheckrun\">the GraphQL API documentation for creating a check run</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/runs#create-a-check-run\">Create a check run</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -9447,7 +9447,7 @@
},
"rerequested": {
"descriptionHtml": "<p>Someone requested to re-run the check runs in a check suite. For more information, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/mutations#createchecksuite\">the GraphQL API documentation for creating a check suite</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites#create-a-check-suite\">Create a check suite</a>\" in the REST API documentation.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<p><strong>Note</strong>: The API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a check suite. For information about check suites, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/guides/getting-started-with-the-checks-api\">Getting started with the Checks API</a>.\" For information about the APIs to manage check suites, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#checksuite\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/checks/suites\">Check Suites</a>\" in the REST API documentation.</p>\n<p>For activity relating to check runs, use the <code>check_run</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Checks\" permission. To receive the <code>requested</code> and <code>rerequested</code> event types, the app must have at least write-level access for the \"Checks\" permission. GitHub Apps with write-level access for the \"Checks\" permission are automatically subscribed to this webhook event.</p>\n<p>Repository and organization webhooks only receive payloads for the <code>completed</code> event types in repositories.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe API only looks for pushes in the repository where the check suite was created. Pushes to a branch in a forked repository are not detected and return an empty <code>pull_requests</code> array and a <code>null</code> value for <code>head_branch</code>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -12988,7 +12988,7 @@
"delete": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: This event will not occur when more than three tags are deleted at once.</p>",
"summaryHtml": "<p>This event occurs when a Git branch or tag is deleted. To subscribe to all pushes to a repository, including\nbranch and tag deletions, use the <a href=\"#push\"><code>push</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThis event will not occur when more than three tags are deleted at once.</p>\n</div>",
"bodyParameters": [
{
"type": "object",
@@ -13065,7 +13065,7 @@
"dependabot_alert": {
"auto_dismissed": {
"descriptionHtml": "<p>A Dependabot alert was automatically closed by a Dependabot auto-triage rule.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -13647,7 +13647,7 @@
},
"auto_reopened": {
"descriptionHtml": "<p>A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14229,7 +14229,7 @@
},
"created": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -14811,7 +14811,7 @@
},
"dismissed": {
"descriptionHtml": "<p>A Dependabot alert was manually closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15393,7 +15393,7 @@
},
"fixed": {
"descriptionHtml": "<p>A manifest file change removed a vulnerability.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -15975,7 +15975,7 @@
},
"reintroduced": {
"descriptionHtml": "<p>A manifest file change introduced a vulnerable dependency that had previously been fixed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -16557,7 +16557,7 @@
},
"reopened": {
"descriptionHtml": "<p>A Dependabot alert was manually reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for Dependabot alerts are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to Dependabot alerts.</p>\n<p>For more information about Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/code-security/dependabot/dependabot-alerts/about-dependabot-alerts\">About Dependabot alerts</a>.\" For information about the API to manage Dependabot alerts, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts\">Dependabot alerts</a>\" in the REST API documentation.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for Dependabot alerts are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -30777,7 +30777,7 @@
"discussion": {
"answered": {
"descriptionHtml": "<p>A comment on the discussion was marked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -31624,7 +31624,7 @@
},
"category_changed": {
"descriptionHtml": "<p>The category of a discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32283,7 +32283,7 @@
},
"closed": {
"descriptionHtml": "<p>A discussion was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -32858,7 +32858,7 @@
},
"created": {
"descriptionHtml": "<p>A discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -33433,7 +33433,7 @@
},
"deleted": {
"descriptionHtml": "<p>A discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34008,7 +34008,7 @@
},
"edited": {
"descriptionHtml": "<p>The title or body on a discussion was edited, or the category of the discussion was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -34617,7 +34617,7 @@
},
"labeled": {
"descriptionHtml": "<p>A label was added to a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35243,7 +35243,7 @@
},
"locked": {
"descriptionHtml": "<p>A discussion was locked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -35818,7 +35818,7 @@
},
"pinned": {
"descriptionHtml": "<p>A discussion was pinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36393,7 +36393,7 @@
},
"reopened": {
"descriptionHtml": "<p>A discussion was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -36968,7 +36968,7 @@
},
"transferred": {
"descriptionHtml": "<p>A discussion was transferred to another repository.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -39572,7 +39572,7 @@
},
"unanswered": {
"descriptionHtml": "<p>A comment on the discussion was unmarked as the answer.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -40404,7 +40404,7 @@
},
"unlabeled": {
"descriptionHtml": "<p>A label was removed from a discussion.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41030,7 +41030,7 @@
},
"unlocked": {
"descriptionHtml": "<p>A discussion was unlocked.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -41605,7 +41605,7 @@
},
"unpinned": {
"descriptionHtml": "<p>A discussion was unpinned.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a comment on a discussion, use the <code>discussion_comment</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -42182,7 +42182,7 @@
"discussion_comment": {
"created": {
"descriptionHtml": "<p>A comment on a discussion was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43030,7 +43030,7 @@
},
"deleted": {
"descriptionHtml": "<p>A comment on a discussion was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -43878,7 +43878,7 @@
},
"edited": {
"descriptionHtml": "<p>A comment on a discussion was edited.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<p><strong>Note</strong>: Webhook events for GitHub Discussions are currently in beta and subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/discussions\">GitHub Discussions</a>.\" For information about the API to manage discussions, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#discussion\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a discussion as opposed to comments on a discussion, use the <code>discussion</code> event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for GitHub Discussions are currently in beta and subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83400,7 +83400,7 @@
"personal_access_token_request": {
"approved": {
"descriptionHtml": "<p>A fine-grained personal access token request was approved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -83747,7 +83747,7 @@
},
"cancelled": {
"descriptionHtml": "<p>A fine-grained personal access token request was cancelled by the requester.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -84094,7 +84094,7 @@
},
"created": {
"descriptionHtml": "<p>A fine-grained personal access token request was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -84440,7 +84440,7 @@
},
"denied": {
"descriptionHtml": "<p>A fine-grained personal access token request was denied.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<p><strong>Note</strong>: Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a request for a fine-grained personal access token to access resources that belong to a resource owner that requires approval for token access. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\">Creating a personal access token</a>.\"</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88206,7 +88206,7 @@
"projects_v2": {
"closed": {
"descriptionHtml": "<p>A project in the organization was closed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -88719,7 +88719,7 @@
},
"created": {
"descriptionHtml": "<p>A project in the organization was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89232,7 +89232,7 @@
},
"deleted": {
"descriptionHtml": "<p>A project in the organization was deleted.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -89745,7 +89745,7 @@
},
"edited": {
"descriptionHtml": "<p>The title, description, or README of a project in the organization was changed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90335,7 +90335,7 @@
},
"reopened": {
"descriptionHtml": "<p>A project in the organization was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a item on a project, use the <code>projects_v2_item</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -90850,7 +90850,7 @@
"projects_v2_item": {
"archived": {
"descriptionHtml": "<p>An item on an organization project was archived. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91111,7 +91111,7 @@
},
"converted": {
"descriptionHtml": "<p>A draft issue in an organization project was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91372,7 +91372,7 @@
},
"created": {
"descriptionHtml": "<p>An item was added to a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91607,7 +91607,7 @@
},
"deleted": {
"descriptionHtml": "<p>An item was deleted from a project in the organization.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -91842,7 +91842,7 @@
},
"edited": {
"descriptionHtml": "<p>The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92083,7 +92083,7 @@
},
"reordered": {
"descriptionHtml": "<p>The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -92344,7 +92344,7 @@
},
"restored": {
"descriptionHtml": "<p>An archived item on an organization project was restored from the archive. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project\">Archiving items from your project</a>.\"</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<p><strong>Note</strong>: Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects\">About Projects</a>.\" For information about the Projects API, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#projectv2item\">the GraphQL documentation</a>.</p>\n<p>For activity relating to a project (instead of an item on a project), use the <code>projects_v2</code> event. For activity relating to Projects (classic), use the <code>project</code>, <code>project_card</code>, and <code>project_column</code> events instead.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the <a href=\"https://github.com/orgs/community/discussions/17405\">Projects webhook feedback discussion</a>.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182547,7 +182547,7 @@
"push": {
"default": {
"descriptionHtml": "",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<p><strong>Note</strong>: Events will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>",
"summaryHtml": "<p>This event occurs when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed,\nwhen a branch is deleted, when a tag is deleted, or when a repository is created from a template. To subscribe to only branch\nand tag deletions, use the <a href=\"#delete\"><code>delete</code></a> webhook event.</p>\n<p>To subscribe to this event, a GitHub App must have at least read-level access for the \"Contents\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nEvents will not be created if more than 5000 branches are pushed at once. Events will not be created for tags when more than three tags are pushed at once.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -182924,7 +182924,7 @@
"registry_package": {
"published": {
"descriptionHtml": "<p>A package was published to a registry.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -183975,7 +183975,7 @@
},
"updated": {
"descriptionHtml": "<p>A package that was previously published to a registry was updated.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<p><strong>Note</strong>: GitHub recommends that you use the newer <code>package</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to GitHub Packages. For more information, see \"<a href=\"https://docs.github.com/enterprise-server@3.13/packages/learn-github-packages/introduction-to-github-packages\">Introduction to GitHub Packages</a>.\" For information about the APIs to manage GitHub Packages, see <a href=\"https://docs.github.com/enterprise-server@3.13/graphql/reference/objects#package\">the GraphQL API documentation</a> or \"<a href=\"https://docs.github.com/enterprise-server@3.13/rest/packages\">Packages</a>\" in the REST API documentation.</p>\n<p>To install this event on a GitHub App, the app must have at least read-level access for the \"Packages\" repository permission.</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nGitHub recommends that you use the newer <code>package</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -189286,7 +189286,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -190099,7 +190099,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -190912,7 +190912,7 @@
{
"type": "string",
"name": "target",
"description": "<p>The target of the ruleset</p>\n<p><strong>Note</strong>: The <code>push</code> target is in beta and is subject to change.</p>",
"description": "<p>The target of the ruleset</p>\n<div class=\"ghd-alert ghd-alert-accent\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"></path></svg>Note</p>\n<p>\nThe <code>push</code> target is in beta and is subject to change.</p>\n</div>",
"enum": [
"branch",
"tag",
@@ -193694,7 +193694,7 @@
"repository_vulnerability_alert": {
"create": {
"descriptionHtml": "<p>A repository vulnerability alert was created.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -193976,7 +193976,7 @@
},
"dismiss": {
"descriptionHtml": "<p>A repository vulnerability alert was dismissed.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194266,7 +194266,7 @@
},
"reopen": {
"descriptionHtml": "<p>A previously dismissed or resolved repository vulnerability alert was reopened.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",
@@ -194548,7 +194548,7 @@
},
"resolve": {
"descriptionHtml": "<p>A repository vulnerability alert was marked as resolved.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<p><strong>Note</strong>: This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>",
"summaryHtml": "<p>This event occurs when there is activity relating to a security vulnerability alert in a repository.</p>\n<div class=\"ghd-alert ghd-alert-attention\"><p class=\"ghd-alert-title\"><svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon mr-2\" aria-hidden><path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"></path></svg>Warning</p>\n<p>\n<strong>Deprecation notice:</strong> This event is deprecated. Use the <code>dependabot_alert</code> event instead.</p>\n</div>",
"bodyParameters": [
{
"type": "string",

View File

@@ -1,3 +1,3 @@
{
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
}