Merge branch 'secret-scanning-reorg-megabranch' into mchammer01/intro1
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
|
||||
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
|
||||
|
||||
- name: Check out main branch
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
|
||||
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
|
||||
|
||||
- name: Check out PR code
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
password: ${{ secrets.PROD_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
|
||||
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
|
||||
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
|
||||
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
|
||||
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
|
||||
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
|
||||
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
@@ -27,7 +27,7 @@ You can set up a {% data variables.product.prodname_actions %} workflow to deplo
|
||||
|
||||
You can configure your CD workflow to run when a {% data variables.product.product_name %} event occurs (for example, when new code is pushed to the default branch of your repository), on a set schedule, manually, or when an external event occurs using the repository dispatch webhook. For more information about when your workflow can run, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows)."
|
||||
|
||||
{% data variables.product.prodname_actions %} provides features that give you more control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets. You can use concurrency to limit your CD pipeline to a maximum of one in-progress deployment and one pending deployment. For more information about these features, see "[AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)" and "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
{% data variables.product.prodname_actions %} provides features that give you more control over deployments. For example, you can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow, or limit access to secrets. You can use concurrency to limit your CD pipeline to a maximum of one in-progress deployment and one pending deployment. For more information about these features, see "[AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)" and "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
## Using OpenID Connect to access cloud resources
|
||||
|
||||
@@ -40,5 +40,5 @@ You can configure your CD workflow to run when a {% data variables.product.produ
|
||||
## Further reading
|
||||
|
||||
* [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)
|
||||
* [AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment){% ifversion fpt or ghec %}
|
||||
* [AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment){% ifversion fpt or ghec %}
|
||||
* "[AUTOTITLE](/billing/managing-billing-for-github-actions)"{% endif %}
|
||||
|
||||
@@ -19,7 +19,7 @@ topics:
|
||||
|
||||
Custom deployment protection rules are powered by {% data variables.product.prodname_github_apps %}. Once a deployment protection rule is configured and installed in a repository, it can be enabled for any environments in the repository.
|
||||
|
||||
After you enable a custom deployment protection rule on an environment, every time a workflow step targets that environment, the deployment protection rule will run automatically. For more information about targeting an environment for deployments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
After you enable a custom deployment protection rule on an environment, every time a workflow step targets that environment, the deployment protection rule will run automatically. For more information about targeting an environment for deployments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
When a custom deployment protection rule is triggered it will wait for up to 30 days for a webhook event response before it times out and the workflow job fails.
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ The following examples demonstrate how to use "Subject" as a condition, and expl
|
||||
|
||||
The subject claim includes the environment name when the job references an environment.
|
||||
|
||||
You can configure a subject that filters for a specific [environment](/actions/deployment/targeting-different-environments/using-environments-for-deployment) name. In this example, the workflow run must have originated from a job that has an environment named `Production`, in a repository named `octo-repo` that is owned by the `octo-org` organization:
|
||||
You can configure a subject that filters for a specific [environment](/actions/deployment/targeting-different-environments/managing-environments-for-deployment) name. In this example, the workflow run must have originated from a job that has an environment named `Production`, in a repository named `octo-repo` that is owned by the `octo-org` organization:
|
||||
|
||||
* Syntax: `repo:<orgName/repoName>:environment:<environmentName>`
|
||||
* Example: `repo:octo-org/octo-repo:environment:Production`
|
||||
|
||||
@@ -7,6 +7,6 @@ versions:
|
||||
ghes: '*'
|
||||
ghec: '*'
|
||||
children:
|
||||
- /using-environments-for-deployment
|
||||
- /managing-environments-for-deployment
|
||||
---
|
||||
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
---
|
||||
title: Using environments for deployment
|
||||
shortTitle: Use environments for deployment
|
||||
intro: You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
|
||||
title: Managing environments for deployment
|
||||
shortTitle: Manage environments
|
||||
intro: You can create environments and secure those environments with deployment protection rules. A job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.
|
||||
product: '{% data reusables.gated-features.environments %}'
|
||||
permissions: 'Repository owners'
|
||||
redirect_from:
|
||||
- /actions/reference/environments
|
||||
- /actions/deployment/environments
|
||||
- /actions/deployment/using-environments-for-deployment
|
||||
- /actions/deployment/targeting-different-environments/using-environments-for-deployment
|
||||
topics:
|
||||
- CD
|
||||
- Deployment
|
||||
@@ -204,7 +206,7 @@ Variables stored in an environment are only available to workflow jobs that refe
|
||||
1. Select the custom protection rule you want to enable.
|
||||
1. Click **Save protection rules**.
|
||||
{%- endif %}
|
||||
1. Optionally, specify what branches{% ifversion deployment-protections-tag-patterns %} and tags{% endif %} can deploy to this environment. For more information, see "[Deployment branches{% ifversion deployment-protections-tag-patterns %} and tags{% endif %}](/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-branches{% ifversion deployment-protections-tag-patterns %}-and-tags{% endif %})."
|
||||
1. Optionally, specify what branches{% ifversion deployment-protections-tag-patterns %} and tags{% endif %} can deploy to this environment. For more information, see "[Deployment branches{% ifversion deployment-protections-tag-patterns %} and tags{% endif %}](/actions/deployment/targeting-different-environments/managing-environments-for-deployment#deployment-branches{% ifversion deployment-protections-tag-patterns %}-and-tags{% endif %})."
|
||||
1. Select the desired option in the **Deployment branches** dropdown.
|
||||
1. If you chose **Selected branches{% ifversion deployment-protections-tag-patterns %} and tags{% endif %}**, to add a new rule, click **Add deployment branch{% ifversion deployment-protections-tag-patterns %} or tag{% endif %} rule**
|
||||
{% ifversion deployment-protections-tag-patterns %}1. In the "Ref type" dropdown menu, depending on what rule you want to apply, click **{% octicon "git-branch" aria-label="The branch icon" %} Branch** or **{% octicon "tag" aria-label="The tag icon" %} Tag**.{% endif %}
|
||||
@@ -230,14 +232,6 @@ You can also create and configure environments through the REST API. For more in
|
||||
|
||||
Running a workflow that references an environment that does not exist will create an environment with the referenced name. The newly created environment will not have any protection rules or secrets configured. Anyone that can edit workflows in the repository can create environments via a workflow file, but only repository admins can configure the environment.
|
||||
|
||||
## Using an environment
|
||||
|
||||
Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. The job can access the environment's secrets only after the job is sent to a runner.
|
||||
|
||||
When a workflow references an environment, the environment will appear in the repository's deployments. For more information about viewing current and previous deployments, see "[AUTOTITLE](/actions/deployment/managing-your-deployments/viewing-deployment-history)."
|
||||
|
||||
{% data reusables.actions.environment-example %}
|
||||
|
||||
## Deleting an environment
|
||||
|
||||
{% data reusables.actions.permissions-statement-environment %}
|
||||
@@ -14,7 +14,7 @@ versions:
|
||||
|
||||
Jobs that reference an environment configured with required reviewers will wait for an approval before starting. While a job is awaiting approval, it has a status of "Waiting". If a job is not approved within 30 days, it will automatically fail.
|
||||
|
||||
For more information about environments and required approvals, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)." For information about how to review deployments with the REST API, see "[AUTOTITLE](/rest/actions/workflow-runs)."
|
||||
For more information about environments and required approvals, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)." For information about how to review deployments with the REST API, see "[AUTOTITLE](/rest/actions/workflow-runs)."
|
||||
|
||||
## Approving or rejecting a job
|
||||
|
||||
@@ -27,7 +27,7 @@ For more information about environments and required approvals, see "[AUTOTITLE]
|
||||
|
||||
{% ifversion deployments-prevent-self-approval %}{% note %}
|
||||
|
||||
**Note:** If the targeted environment is configured to prevent self-approvals for deployments, you will not be able to approve a deployment from a workflow run you initiated. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#required-reviewers)."
|
||||
**Note:** If the targeted environment is configured to prevent self-approvals for deployments, you will not be able to approve a deployment from a workflow run you initiated. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment#required-reviewers)."
|
||||
|
||||
{% endnote %}{% endif %}
|
||||
|
||||
@@ -41,7 +41,7 @@ If you have configured deployment protection rules that control whether software
|
||||
|
||||
**Notes:**
|
||||
|
||||
* You cannot bypass deployment protection rules if the environment has been configured to prevent admins from bypassing configured protection rules. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#creating-an-environment)."
|
||||
* You cannot bypass deployment protection rules if the environment has been configured to prevent admins from bypassing configured protection rules. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment#creating-an-environment)."
|
||||
* You can only bypass deployment protection rules during workflow execution when a job referencing the environment is in a "Pending" state.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -43,7 +43,7 @@ To help prevent accidental disclosure, {% data variables.product.product_name %}
|
||||
* Periodically review the registered secrets to confirm they are still required. Remove those that are no longer needed.
|
||||
* Rotate secrets periodically to reduce the window of time during which a compromised secret is valid.
|
||||
* **Consider requiring review for access to secrets**
|
||||
* You can use required reviewers to protect environment secrets. A workflow job cannot access environment secrets until approval is granted by a reviewer. For more information about storing secrets in environments or requiring reviews for environments, see "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)" and "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
* You can use required reviewers to protect environment secrets. A workflow job cannot access environment secrets until approval is granted by a reviewer. For more information about storing secrets in environments or requiring reviews for environments, see "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)" and "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
{% warning %}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ children:
|
||||
- /using-conditions-to-control-job-execution
|
||||
- /using-a-matrix-for-your-jobs
|
||||
- /using-concurrency
|
||||
- /using-environments-for-jobs
|
||||
- /using-environments-for-deployment
|
||||
- /running-jobs-in-a-container
|
||||
- /setting-default-values-for-jobs
|
||||
- /assigning-permissions-to-jobs
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: Using environments for deployment
|
||||
shortTitle: Environments
|
||||
intro: Specify a deployment environment in your workflow.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '> 3.0'
|
||||
ghec: '*'
|
||||
redirect_from:
|
||||
- /actions/using-jobs/using-environments-for-jobs
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## About environments
|
||||
|
||||
{% data reusables.actions.about-environments %}
|
||||
|
||||
Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. The job can access the environment's secrets only after the job is sent to a runner.
|
||||
|
||||
When a workflow references an environment, the environment will appear in the repository's deployments. For more information about viewing current and previous deployments, see "[AUTOTITLE](/actions/deployment/managing-your-deployments/viewing-deployment-history)."
|
||||
|
||||
## Using an environment in a workflow
|
||||
|
||||
{% data reusables.actions.environment-example %}
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Using environments for jobs
|
||||
shortTitle: Environments
|
||||
intro: Specify an environment for a job.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '> 3.0'
|
||||
ghec: '*'
|
||||
---
|
||||
|
||||
{% data reusables.actions.enterprise-github-hosted-runners %}
|
||||
|
||||
## Overview
|
||||
|
||||
{% data reusables.actions.jobs.section-using-environments-for-jobs %}
|
||||
@@ -206,4 +206,4 @@ To learn more about {% data variables.product.prodname_dotcom %}-hosted runner l
|
||||
|
||||
### Using environments
|
||||
|
||||
You can configure environments with protection rules and secrets to control the execution of jobs in a workflow. Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
You can configure environments with protection rules and secrets to control the execution of jobs in a workflow. Each job in a workflow can reference a single environment. Any protection rules configured for the environment must pass before a job referencing the environment is sent to a runner. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
@@ -172,7 +172,7 @@ You can define inputs and secrets, which can be passed from the caller workflow
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note**: Environment secrets are {% ifversion fpt or ghec %}encrypted {% endif %}strings that are stored in an environment that you've defined for a repository. Environment secrets are only available to workflow jobs that reference the appropriate environment. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets)."
|
||||
**Note**: Environment secrets are {% ifversion fpt or ghec %}encrypted {% endif %}strings that are stored in an environment that you've defined for a repository. Environment secrets are only available to workflow jobs that reference the appropriate environment. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment#environment-secrets)."
|
||||
|
||||
{% endnote %}
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ For more information about what information is available in the event context, s
|
||||
|
||||
### Using environments to manually trigger workflow jobs
|
||||
|
||||
If you want to manually trigger a specific job in a workflow, you can use an environment that requires approval from a specific team or user. First, configure an environment with required reviewers. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)." Then, reference the environment name in a job in your workflow using the `environment:` key. Any job referencing the environment will not run until at least one reviewer approves the job.
|
||||
If you want to manually trigger a specific job in a workflow, you can use an environment that requires approval from a specific team or user. First, configure an environment with required reviewers. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)." Then, reference the environment name in a job in your workflow using the `environment:` key. Any job referencing the environment will not run until at least one reviewer approves the job.
|
||||
|
||||
For example, the following workflow will run whenever there is a push to main. The `build` job will always run. The `publish` job will only run after the `build` job successfully completes (due to `needs: [build]`) and after all of the rules (including required reviewers) for the environment called `production` pass (due to `environment: production`).
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ You can also use an installation access token to authenticate for HTTP-based Git
|
||||
|
||||
Requests made with an installation access token are sometimes called "server-to-server" requests.
|
||||
|
||||
For more information about authenticating as an app on behalf of a user instead of as an app installation, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps)".
|
||||
For more information about authenticating as an app on behalf of a user instead of as an app installation, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/identifying-and-authorizing-users-for-github-apps)."
|
||||
|
||||
## Using an installation access token to authenticate as an app installation
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ Docs are organized into multiple levels of hierarchy on our site.
|
||||
* Categories
|
||||
* Map topics
|
||||
* Articles
|
||||
* Articles
|
||||
* Articles
|
||||
|
||||
Organizing content is a balance between making specific groupings that help people find what they are searching for and limiting the layers of hierarchy through which people must navigate. Deep hierarchies with many map topics nested together can make it hard to find specific articles. Wide hierarchies with many categories or articles at the same level make it difficult for people to evaluate and decide what they want to select.
|
||||
|
||||
## Homepage content
|
||||
|
||||
@@ -44,6 +48,7 @@ For example, under the "Security" grouping on the homepage, in addition to the "
|
||||
Top-level doc sets are organized around a {% data variables.product.prodname_dotcom %} product, feature, or core workflow. All top-level doc sets appear on the {% data variables.product.prodname_docs %} homepage. You should only create a top-level doc set when there is a large amount of content to be contained in the new doc set, multiple categories that are broken down into map topics, and the topic applies across products, features, or account types. If the content could fit in any existing top-level doc set, it probably belongs in that existing doc set.
|
||||
* Top-level doc sets are of roughly equal importance to one another (each is centered on a {% data variables.product.prodname_dotcom %} product or major feature).
|
||||
* Most top-level doc sets have a landing page layout, unless there is a significant exception. For example, the "[Site policy](/free-pro-team@latest/site-policy)" doc set does not have guides or procedural articles like other doc sets, so it does not use a landing page layout.
|
||||
* Top-level doc sets can contain a mix of categories, map topics, or articles.
|
||||
|
||||
### Titles for top-level doc sets
|
||||
|
||||
@@ -57,9 +62,10 @@ Top-level doc sets are organized around a {% data variables.product.prodname_dot
|
||||
|
||||
Categories are organized around a feature or a discrete set of tasks within a top-level doc set aligned with product themes. A category's subject is narrow enough that its contents are manageable and does not grow too large to use. Some categories appear on the homepage.
|
||||
* Categories often start small and grow with the product.
|
||||
* Large categories may contain map topics to subdivide content around more specific user journeys or tasks.
|
||||
* Categories may contain map topics to subdivide content around more specific user journeys or tasks.
|
||||
* Use long procedural articles to group related chunks of content and keep articles within the category streamlined.
|
||||
* When categories have more than ten articles, consider breaking the content into map topics or additional categories.
|
||||
* Categories can contain a mix of map topics or articles.
|
||||
|
||||
### Titles for categories
|
||||
|
||||
@@ -79,7 +85,9 @@ All categories have intros. Intros should be one sentence long and general or hi
|
||||
|
||||
Map topics introduce a section of a category, grouping articles within a category around more specific workflows or subjects that are part of the category’s larger task.
|
||||
|
||||
Map topics contain at least three articles. When map topics have more than eight articles, it may be useful to consider breaking the content into more specific map topics.
|
||||
Map topics contain at least two articles. When map topics have more than eight articles, it may be useful to consider breaking the content into more specific map topics.
|
||||
|
||||
In general, avoid having a map topic within a map topic unless it is the best way to meet a specific user need.
|
||||
|
||||
### Titles for map topics
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ With topics, you can explore repositories in a particular subject area, find pro
|
||||
|
||||

|
||||
|
||||
To browse the most used topics, go to https://github.com/topics/.
|
||||
To browse the most used topics, go to {% data variables.product.oauth_host_code %}/topics/.
|
||||
|
||||
{% ifversion fpt or ghec %}You can contribute to {% data variables.product.product_name %}'s set of featured topics in the [github/explore](https://github.com/github/explore) repository. {% endif %}
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# Reference: #6405
|
||||
# Documentation for job summaries for jobs on the workflow run summary page.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>3.5'
|
||||
@@ -1,6 +0,0 @@
|
||||
# Reference: #6732
|
||||
# Self-hosted runners with macOS ARM
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>= 3.7'
|
||||
@@ -1,6 +0,0 @@
|
||||
# Issue: 6667
|
||||
# Description: Allow merging pull requests without complying with branch protection rules.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>= 3.8'
|
||||
@@ -1,5 +0,0 @@
|
||||
# Reference: #8882 for the new page and #10029 for CodeQL CLI information
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>= 3.9'
|
||||
@@ -1,4 +0,0 @@
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
ghes: '>=3.8'
|
||||
@@ -1 +1 @@
|
||||
You can deliver deployments through {% data variables.product.prodname_actions %} and environments or with the REST API and third party apps. For more information about using environments to deploy with {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)." For more information about deployments with the REST API, see "[AUTOTITLE](/rest/repos#deployments)."
|
||||
You can deliver deployments through {% data variables.product.prodname_actions %} and environments or with the REST API and third party apps. For more information about using environments to deploy with {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)." For more information about deployments with the REST API, see "[AUTOTITLE](/rest/repos#deployments)."
|
||||
|
||||
@@ -1 +1 @@
|
||||
Environments are used to describe a general deployment target like `production`, `staging`, or `development`. When a {% data variables.product.prodname_actions %} workflow deploys to an environment, the environment is displayed on the main page of the repository. You can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow{% ifversion actions-custom-deployment-protection-rules-beta %}, gate deployments with custom deployment protection rules{% endif %}, or limit access to secrets. For more information about creating environments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
Environments are used to describe a general deployment target like `production`, `staging`, or `development`. When a {% data variables.product.prodname_actions %} workflow deploys to an environment, the environment is displayed on the main page of the repository. You can use environments to require approval for a job to proceed, restrict which branches can trigger a workflow{% ifversion actions-custom-deployment-protection-rules-beta %}, gate deployments with custom deployment protection rules{% endif %}, or limit access to secrets. For more information about creating environments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
You can specify an environment for each job in your workflow. To do so, add a `jobs.<job_id>.environment` key followed by the name of the environment.
|
||||
You can specify an environment for each job in your workflow. To do so, add a [`jobs.<job_id>.environment`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idenvironment) key followed by the name of the environment.
|
||||
|
||||
For example, this workflow will use an environment called `production`.
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
Use `jobs.<job_id>.environment` to define the environment that the job references. All deployment protection rules must pass before a job referencing the environment is sent to a runner. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
Use `jobs.<job_id>.environment` to define the environment that the job references.
|
||||
|
||||
You can provide the environment as only the environment `name`, or as an environment object with the `name` and `url`. The URL maps to `environment_url` in the deployments API. For more information about the deployments API, see "[AUTOTITLE](/rest/repos#deployments)."
|
||||
|
||||
> [!NOTE]
|
||||
> All deployment protection rules must pass before a job referencing the environment is sent to a runner. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
### Example: Using a single environment name
|
||||
|
||||
{% raw %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% note %}
|
||||
|
||||
**Note**: When environments are used in workflows or in OIDC policies, we recommend adding protection rules to the environment for additional security. For example, you can configure deployment rules on an environment to restrict which branches and tags can deploy to the environment or access environment secrets. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules)."
|
||||
**Note**: When environments are used in workflows or in OIDC policies, we recommend adding protection rules to the environment for additional security. For example, you can configure deployment rules on an environment to restrict which branches and tags can deploy to the environment or access environment secrets. For more information, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment#deployment-protection-rules)."
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
To create secrets or variables for an environment in a personal account repository, you must be the repository owner. To create secrets or variables for an environment in an organization repository, you must have `admin` access. For more information on environments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/using-environments-for-deployment)."
|
||||
To create secrets or variables for an environment in a personal account repository, you must be the repository owner. To create secrets or variables for an environment in an organization repository, you must have `admin` access. For more information on environments, see "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)."
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
|
||||
"apiRequestEvent": "This event is only available via audit log streaming."
|
||||
},
|
||||
"sha": "0f13b3c0c28c57038519c0d02f7af59b0bdf1f9a"
|
||||
"sha": "9db7c050f8f686843f7ebab7e8d8fd18a4f843f0"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
@@ -44,5 +44,5 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
|
||||
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "35246707cbead2143b53c7a62a5fca7a54fbfc0a"
|
||||
"sha": "bf82c5b6f6d84eb3626f88002d542f939cddd010"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "79702931a8a6ede158bfff4397ce22d4e4e0bd9f"
|
||||
"sha": "37a0390e4b33981fb2a4486377f64581dccc01fa"
|
||||
}
|
||||
Reference in New Issue
Block a user