ID+USERNAME@users.noreply.github.com
. If you created your account _prior to_ July 18, 2017, and enabled **Keep my email address private** prior to that date, your `noreply` email address is USERNAME@users.noreply.github.com
. You can get an ID-based `noreply` email address by selecting (or deselecting and reselecting) **Keep my email address private** in your email settings.
diff --git a/content/actions/sharing-automations/reusing-workflows.md b/content/actions/sharing-automations/reusing-workflows.md
index ccf28a589850..030a13226ac1 100644
--- a/content/actions/sharing-automations/reusing-workflows.md
+++ b/content/actions/sharing-automations/reusing-workflows.md
@@ -361,7 +361,7 @@ jobs:
workflowB-calls-workflowC:
uses: different-org/example-repo/.github/workflows/C.yml@main
secrets:
- repo-token: ${{ secrets.person_access_token }} # pass just this secret
+ repo-token: ${{ secrets.personal_access_token }} # pass just this secret
```
{% endraw %}
diff --git a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md
index c5d6ff418b76..869afbb872ac 100644
--- a/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md
+++ b/content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise.md
@@ -151,6 +151,24 @@ Across all organizations owned by your enterprise, you can set the default branc
1. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**.
1. Click **Update**.
+{% ifversion deploy-keys-enterprise-org-policy %}
+
+## Enforcing a policy for deploy keys
+
+Across all organizations owned by your enterprise, you can allow members to create deploy keys in repositories, restrict deploy key creation, or allow owners to administer the setting on the organization level.
+
+For more information about using deploy keys, see "[AUTOTITLE](/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys)." If you want fine-grained control over permissions, consider using a {% data variables.product.prodname_github_app %} instead. See "[AUTOTITLE](/apps/overview)."
+
+> [!WARNING]
+> Changing this setting to disabled will result in **existing deploy keys being disabled** in all repositories in the enterprise. Scripts, apps, or workflows that create, use, or delete deploy keys will no longer work.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.repositories-tab %}
+1. Under "Deploy keys", review the information about changing the setting, then select a policy.
+1. Click **Save**.
+{% endif %}
+
## Enforcing a policy for changes to repository visibility
Across all organizations owned by your enterprise, you can allow members with admin access to change a repository's visibility, restrict repository visibility changes to organization owners, or allow owners to administer the setting on the organization level. When you prevent members from changing repository visibility, only enterprise owners can change the visibility of a repository.
diff --git a/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md b/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md
new file mode 100644
index 000000000000..beec26003881
--- /dev/null
+++ b/content/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise.md
@@ -0,0 +1,47 @@
+---
+title: Creating GitHub Apps for your enterprise
+intro: 'Learn how to create a {% data variables.product.prodname_github_app %} for organizations within your enterprise.'
+versions:
+ feature: enterprise-apps-public-beta
+type: how_to
+topics:
+ - Enterprise
+permissions: Enterprise owners.
+shortTitle: Create a GitHub App
+---
+
+{% data reusables.apps.enterprise-apps-beta %}
+
+You can create a {% data variables.product.prodname_github_app %} under your enterprise account. The app can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise. The app can't be installed on user accounts.
+
+## Step 1: Registering a {% data variables.product.prodname_github_app %}
+
+To create a {% data variables.product.prodname_github_app %}, you must first register the app. See "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)."
+
+## Step 2: Building a {% data variables.product.prodname_github_app %}
+
+After registering a {% data variables.product.prodname_github_app %}, you will want to write code to make your {% data variables.product.prodname_github_app %} do something. For examples of how to write code, see:
+
+* "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/quickstart)"
+* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-github-app-that-responds-to-webhook-events)"
+* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-login-with-github-button-with-a-github-app)"
+* "[AUTOTITLE](/apps/creating-github-apps/guides/building-a-cli-with-a-github-app)"
+* "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow)"
+
+You should aim to follow best practices. See "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/best-practices-for-creating-a-github-app)."
+
+## Step 3: Authorizing or sharing your {% data variables.product.prodname_github_app %}
+
+Once your {% data variables.product.prodname_github_app %} is registered, you'll need to make it available to organizations in your enterprise, either through **authorization** or **installation**, depending on the app’s purpose.
+
+### Step 3a: Authorizing your {% data variables.product.prodname_github_app %}
+
+Some {% data variables.product.prodname_github_apps %}, like {% data variables.product.prodname_copilot_short %} extensions, require **authorization** but do not need to be installed on an organization. Users in your enterprise can authorize the app to access resources within organizations. However, the app will only have access to {% data variables.product.github %} resources where it is installed. See "[AUTOTITLE](/apps/using-github-apps/authorizing-github-apps)."
+
+### Step 3b: Sharing your {% data variables.product.prodname_github_app %} via an installation link
+
+For apps that require installation to function, you can provide organization owners with an installation link. Once the app is installed, it will have access to the organization's resources. See "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app#sharing-your-github-app-via-an-install-link)."
+
+## Step 4: Installing your {% data variables.product.prodname_github_app %} (if required)
+
+If your {% data variables.product.prodname_github_app %} requires installation (not just authorization), organization owners can use the install link to install the app on their organization. See "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-a-third-party)."
diff --git a/content/admin/managing-your-enterprise-account/index.md b/content/admin/managing-your-enterprise-account/index.md
index 9ad427f72c99..8eb3b1f6e595 100644
--- a/content/admin/managing-your-enterprise-account/index.md
+++ b/content/admin/managing-your-enterprise-account/index.md
@@ -10,5 +10,6 @@ children:
- /creating-a-readme-for-an-enterprise
- /deleting-an-enterprise-account
- /changing-the-url-for-your-enterprise
+ - /creating-github-apps-for-your-enterprise
shortTitle: Manage enterprise account
---
diff --git a/content/admin/overview/system-overview.md b/content/admin/overview/system-overview.md
index 3214cecf4625..b22bc21ff407 100644
--- a/content/admin/overview/system-overview.md
+++ b/content/admin/overview/system-overview.md
@@ -25,7 +25,7 @@ topics:
The root filesystem is included in the distributed machine image. It contains the base operating system and the {% data variables.product.product_name %} application environment. The root filesystem should be treated as ephemeral. Any data on the root filesystem will be replaced when upgrading to future {% data variables.product.product_name %} releases.
-The root storage volume is split into two equally-sized partitions. One of the partitions will be mounted as the root filesystem (`/`). The other partition is only mounted during upgrades and rollbacks of upgrades as `/mnt/upgrade`, to facilitate easier rollbacks if necessary. For example, if a 200GB root volume is allocated, there will be 100GB allocated to the root filesystem and 100GB reserved for the upgrades and rollbacks.
+The root storage volume is split into two equally-sized partitions. One of the partitions will be mounted as the root filesystem (`/`). The other partition is only mounted during upgrades and rollbacks of upgrades as `/mnt/upgrade`, to facilitate easier rollbacks if necessary. For example, if a {% ifversion ghes > 3.14 %}400GB root volume is allocated, there will be 200GB allocated to the root filesystem and 200GB{% else %}200GB root volume is allocated, there will be 100GB allocated to the root filesystem and 100GB{% endif %} reserved for the upgrades and rollbacks.
{% ifversion ghes > 3.13 %}In new installations of 3.14 and later, the root storage volume is split into four partitions. Two small partitions are for the supported boot modes (BIOS and UEFI), and the other two equally large partitions are for the {% data variables.product.product_name %} primary, and upgrades and rollbacks.{% endif %}
diff --git a/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md b/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md
index 98dab9c08361..bc6ef0a8d2f0 100644
--- a/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md
+++ b/content/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps.md
@@ -25,7 +25,7 @@ A {% data variables.product.prodname_github_app %} is a type of integration that
Common use cases for {% data variables.product.prodname_github_apps %} include:
* Automating tasks or background processes
-* Supporting "Sign in with GitHub," which allows users to sign in with their {% data variables.product.prodname_dotcom %} account to provide their identity in your ecosystem
+* Supporting "Sign in with {% data variables.product.company_short %}," which allows users to sign in with their {% data variables.product.prodname_dotcom %} account to provide their identity in your ecosystem
* As a developer tool, allowing users to work with {% data variables.product.prodname_dotcom %} by signing into your {% data variables.product.prodname_github_app %}, which can then act on their behalf
* Integrating your tool or external service with {% data variables.product.company_short %}
@@ -33,6 +33,10 @@ Like {% data variables.product.prodname_oauth_apps %}, {% data variables.product
{% data variables.product.prodname_github_apps %} can be installed directly on organizations and personal accounts and granted access to specific repositories. They come with built-in webhooks and narrow, specific permissions.
+{% ifversion enterprise-apps-public-beta %}
+You can also create an enterprise-owned {% data variables.product.prodname_github_app %} that can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise. For more information, see "[AUTOTITLE](/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise)."
+{% endif %}
+
{% data reusables.apps.app_manager_role %}
## Building a {% data variables.product.prodname_github_app %}
@@ -43,7 +47,13 @@ Then, you need to write code to add functionality to your {% data variables.prod
Once you have written the code for your {% data variables.product.prodname_github_app %}, your app needs to run somewhere. If your app is a website or web app, you might host your app on a server like [Azure App Service](https://azure.microsoft.com/products/app-service/). If your app is a client-side app, it might run on a user's device.
-In order to use your {% data variables.product.prodname_github_app %}, you must install the app on your organization or personal account. If your {% data variables.product.prodname_github_app %} is private, you can only install the {% data variables.product.prodname_github_app %} on the account that owns the app. If your {% data variables.product.prodname_github_app %} is public, other users and organizations can install your app. For more information, see "[AUTOTITLE](/apps/using-github-apps/installing-your-own-github-app)" and "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app)."
+To use your {% data variables.product.prodname_github_app %}, you need to install it on your organization or personal account.
+
+* If your {% data variables.product.prodname_github_app %} is **private**, you can only install it on the account that owns the app.
+* If your {% data variables.product.prodname_github_app %} is **public**, other users and organizations can also install it.{% ifversion enterprise-apps-public-beta %}
+* If your {% data variables.product.prodname_github_app %} is owned by an **enterprise**, you can install it on any organization within that enterprise.{% endif %}
+
+For more information, see "[AUTOTITLE](/apps/using-github-apps/installing-your-own-github-app)" and "[AUTOTITLE](/apps/sharing-github-apps/sharing-your-github-app)."
## Understanding what type of {% data variables.product.prodname_github_app %} to build
diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md
index ec2fec15f5c4..7bdcf49b81d8 100644
--- a/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md
+++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md
@@ -25,8 +25,7 @@ You must keep private keys for {% data variables.product.prodname_github_apps %}
To generate a private key:
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
1. Next to the {% data variables.product.prodname_github_app %} that you want to generate a private key for, click **Edit**.
1. Under "Private keys", click **Generate a private key**.
1. You will see a private key in PEM format downloaded to your computer. Make sure to store this file because GitHub only stores the public portion of the key. For more information about securely storing your key, see "[Storing private keys](#storing-private-keys)."
diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md
index 877136f9fee4..f03912991260 100644
--- a/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md
+++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens.md
@@ -33,8 +33,7 @@ If your refresh token expires before you use it, you can regenerate a user acces
When you create your app, expiration of user access tokens is enabled unless you opt out. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app)." You can also configure this setting after your app has been created.
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
1. Next to the {% data variables.product.prodname_github_app %} that you want to modify, click **Edit**.
1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Optional Features**.
1. Next to "User-to-server token expiration", click **Opt-in** or **Opt-out**. This setting may take a couple of seconds to apply.
diff --git a/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md b/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md
index 823ae9033bc9..341b1dd1fb41 100644
--- a/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md
+++ b/content/apps/creating-github-apps/registering-a-github-app/creating-a-custom-badge-for-your-github-app.md
@@ -35,8 +35,7 @@ For more information about badges for {% data variables.product.prodname_github_
## Creating a custom badge
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
{% data reusables.user-settings.modify_github_app %}
1. Under "Display information", drag and drop an image from a local folder or click **Upload a logo** to select an image from your computer.
1. Optionally, crop your image.
diff --git a/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md b/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md
index 63b929f275cb..f1a3b46b631b 100644
--- a/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md
+++ b/content/apps/creating-github-apps/registering-a-github-app/making-a-github-app-public-or-private.md
@@ -32,7 +32,11 @@ If a {% data variables.product.prodname_github_app %} registration is owned by a
{% ifversion fpt or ghec %}You can register a {% data variables.product.prodname_github_app %} under your personal account or organization and make it available for other organizations to install. You do not need an enterprise plan or an organization account to make your {% data variables.product.prodname_github_app %} available to an organization even if the organization is owned by an enterprise on {% data variables.product.prodname_ghe_cloud %}.{% endif %}
-If you want to make your app available to {% ifversion ghes %}other {% endif %}{% data variables.product.prodname_ghe_server %} instances, then you need to take additional steps. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)."
+{% ifversion enterprise-apps-public-beta %}
+Additionally, you can register a {% data variables.product.prodname_github_app %} under your enterprise. You can't make this app public, the app can only be installed on organizations within your enterprise, and can only be authorized by members of your enterprise.
+{% endif %}
+
+If you want your {% data variables.product.prodname_github_app %} to be available to organizations in a {% data variables.product.prodname_ghe_server %} instance that you are not part of, then you need to take additional steps. For more information, see "[AUTOTITLE](/apps/sharing-github-apps/making-your-github-app-available-for-github-enterprise-server)."
If it is important for {% ifversion ghes %}other {% endif %}{% data variables.product.prodname_ghe_server %} users to be able to use your tool, consider using {% data variables.product.prodname_actions %} instead of a {% data variables.product.prodname_github_app %}. Public actions are available on {% data variables.product.prodname_ghe_server %} instances with GitHub Connect. For more information, see "[AUTOTITLE]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect)" and "[AUTOTITLE]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises){% ifversion ghes %}."{% else %}" in the {% data variables.product.prodname_ghe_server %} documentation.{% endif %}
@@ -45,3 +49,11 @@ Public {% data variables.product.prodname_github_apps %} have a landing page wit
### Private installation flow
Private {% data variables.product.prodname_github_apps %} can only be installed on the user or organization account of the app owner. Limited information about the app will exist on a landing page for the app, but the **Install** button will only be available to organization owners and app managers for the organization that owns the app, or the personal account if the {% data variables.product.prodname_github_app %} is owned by an individual account.
+
+{% ifversion enterprise-apps-public-beta %}
+
+### Enterprise-owned installation flow
+
+Enterprise-owned {% data variables.product.prodname_github_apps %} can only be installed by organization owners of organizations within the enterprise by using the installation URL. The app can not be installed on user accounts.
+
+{% endif %}
diff --git a/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md b/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md
index f5906fd733f8..0bb8cdccf0ba 100644
--- a/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md
+++ b/content/apps/creating-github-apps/registering-a-github-app/registering-a-github-app.md
@@ -1,7 +1,7 @@
---
title: Registering a GitHub App
shortTitle: 'Register a {% data variables.product.prodname_github_app %}'
-intro: 'You can register a {% data variables.product.prodname_github_app %} under your personal account or under any organization you own.'
+intro: 'You can register a {% data variables.product.prodname_github_app %} under your personal account{% ifversion enterprise-apps-public-beta %}, any organization you own, or your enterprise {% else %} or under any organization you own{% endif %}.'
redirect_from:
- /early-access/integrations/creating-an-integration
- /apps/building-integrations/setting-up-and-registering-github-apps/registering-github-apps
@@ -21,19 +21,26 @@ topics:
## About registering {% data variables.product.prodname_github_apps %}
-You can register a {% data variables.product.prodname_github_app %} under your personal account, under an organization that you own, or under an organization that has granted you permission to manage all apps owned by the organization. For more information, see "[AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/adding-github-app-managers-in-your-organization)."
+You can register a {% data variables.product.prodname_github_app %} in a few different ways.
+
+* Under your **personal account**.
+* Under an **organization you own**.
+* Under an **organization** that has granted you permission to manage all its apps. See "[AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/adding-github-app-managers-in-your-organization)."{% ifversion enterprise-apps-public-beta %}
+* Under your **enterprise**, but it can only be installed on organizations within the enterprise.
+
+ {% data reusables.apps.enterprise-apps-beta %}
+{% endif %}
{% data reusables.apps.maximum-github-apps-allowed %}
## Registering a {% data variables.product.prodname_github_app %}
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
-1. Click **New GitHub App**.
-1. Under "GitHub App name", enter a name for your app. You should choose a clear and short name. The name cannot be longer than 34 characters. Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`.
+{% data reusables.apps.enterprise-apps-steps %}
+1. Click **New {% data variables.product.prodname_github_app %}**.
+1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. You should choose a clear and short name. The name cannot be longer than 34 characters. Your app's name (converted to lowercase, with spaces replaced by `-`, and with special characters replaced) will be shown in the user interface when your app takes an action. For example, `My APp Näme` would display as `my-app-name`.
- The name must be unique across {% data variables.product.company_short %}. You cannot use same name as an existing GitHub account, unless it is your own user or organization name.
+ The name must be unique across {% data variables.product.company_short %}. You cannot use the same name as an existing {% data variables.product.company_short %} account, unless it is your own user or organization name.
1. Optionally, under "Description", type a description of your app. Users and organizations will see this description when they install your app.
1. Under "Homepage URL", type the full URL to your app's website. If you don’t have a dedicated URL and your app's code is stored in a public repository, you can use that repository URL. Or, you can use the URL of the organization or user that owns the app.
@@ -57,9 +64,9 @@ You can register a {% data variables.product.prodname_github_app %} under your p
1. If you entered a webhook URL, under "SSL verification", select whether to enable SSL verification. {% data variables.product.company_short %} highly recommends that you enable SSL verification.
1. Under "Permissions", choose the permissions that your app needs. For each permission, select the dropdown menu and click **Read-only**, **Read & write**, or **No access**. You should select the minimum permissions necessary for your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/choosing-permissions-for-a-github-app)."
1. If you selected **Active** in the earlier step to indicate that your app should receive webhook events, under "Subscribe to events", select the webhook events that you want your app to receive. The permissions that you selected in the previous step determine what webhook events are available. For more information about each webhook event, see "[AUTOTITLE](/webhooks-and-events/webhooks/webhook-events-and-payloads)."
-1. Under "Where can this GitHub App be installed?", select **Only on this account** or **Any account**.{% ifversion ghec %} If you use {% data variables.product.prodname_emus %}, **Only on this account** will be disabled for user accounts. Instead of **Any account**, the option will read **This enterprise**.{% endif %} For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."
-
-1. Click **Create GitHub App**.
+1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account** or **Any account**.{% ifversion ghec %} If you use {% data variables.product.prodname_emus %}, **Only on this account** will be disabled for user accounts. Instead of **Any account**, the option will read **This enterprise**.{% endif %} For more information on installation options, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."{% ifversion enterprise-apps-public-beta %}
+ >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %}
+1. Click **Create {% data variables.product.prodname_github_app %}**.
## Next steps
diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md
index d83b0a90f651..dddc948c7203 100644
--- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md
+++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-cli-with-a-github-app.md
@@ -45,8 +45,7 @@ This tutorial assumes that you have a basic understanding of Ruby. For more info
You will need your app's client ID in order to generate a user access token via the device flow.
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
1. Next to the {% data variables.product.prodname_github_app %} that you want to work with, click **Edit**.
1. On the app's settings page, find the client ID for your app. You will use it later in this tutorial. Note that the client ID is different from the app ID.
diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md
index 67f6b1e3b19c..5c6bb6fef495 100644
--- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md
+++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-github-app-that-responds-to-webhook-events.md
@@ -40,9 +40,9 @@ This tutorial assumes you have a basic understanding of JavaScript and ES6 synta
The following sections will lead you through setting up the following components:
-* a repository to store the code for your app
-* a way to receive webhooks locally
-* a {% data variables.product.prodname_github_app %} registration that is subscribed to "pull request" webhook events, has permission to add comments to pull requests, and uses a webhook URL that you can receive locally
+* A repository to store the code for your app
+* A way to receive webhooks locally
+* A {% data variables.product.prodname_github_app %} registration that is subscribed to "pull request" webhook events, has permission to add comments to pull requests, and uses a webhook URL that you can receive locally
### Create a repository to store code for your app
@@ -73,10 +73,9 @@ For this tutorial, you must have a {% data variables.product.prodname_github_app
The following steps will guide you through registering a {% data variables.product.prodname_github_app %} with these settings. For more information about {% data variables.product.prodname_github_app %} settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
-1. Click **New GitHub App**.
-1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-webhook-test-app` where `USERNAME` is your {% data variables.product.company_short %} username.
+{% data reusables.apps.enterprise-apps-steps %}
+1. Click **New {% data variables.product.prodname_github_app %}**.
+1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-webhook-test-app` where `USERNAME` is your {% data variables.product.company_short %} username.
1. Under "Homepage URL", enter a URL for your app. For example, you can use the URL of the repository that you created to store the code for your app.
1. Skip the "Identifying and authorizing users" and "Post installation" sections for this tutorial. For more information about these settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
1. Make sure that **Active** is selected under "Webhooks."
@@ -84,8 +83,9 @@ The following steps will guide you through registering a {% data variables.produ
1. Under "Webhook secret", enter a random string. You will use this string later.
1. Under "Repository permissions", next to "Pull requests," select **Read & write**.
1. Under "Subscribe to events", select **Pull request**.
-1. Under "Where can this GitHub App be installed?", select **Only on this account**. You can change this later if you want to publish your app.
-1. Click **Create GitHub App**.
+1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**. You can change this later if you want to publish your app.{% ifversion enterprise-apps-public-beta %}
+ >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %}
+1. Click **Create {% data variables.product.prodname_github_app %}**.
## Write code for your app
diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md
index 84c0fa96bbb2..1591f392b521 100644
--- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md
+++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-a-login-with-github-button-with-a-github-app.md
@@ -15,7 +15,7 @@ redirect_from:
## Introduction
-This tutorial demonstrates how to build a "Login with GitHub" button for a website. The website will use a {% data variables.product.prodname_github_app %} to generate a user access token via the web application flow. Then, the website uses the user access token to make API requests on behalf of the authenticated user.
+This tutorial demonstrates how to build a "Login with {% data variables.product.github %}" button for a website. The website will use a {% data variables.product.prodname_github_app %} to generate a user access token via the web application flow. Then, the website uses the user access token to make API requests on behalf of the authenticated user.
This tutorial uses Ruby, but you can use the web application flow with any programming language that is used for web development.
@@ -74,8 +74,7 @@ To follow this tutorial, you must install the Sinatra and dotenv gems in your Ru
This tutorial will show you how to store the client ID and client secret in environment variables and access them with `ENV.fetch`. When you deploy your app, you will want to change how you store the client ID and client secret. For more information, see "[Securely store your client secret](#securely-store-your-client-secret)."
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
1. Next to the {% data variables.product.prodname_github_app %} that you want to work with, click **Edit**.
1. On the app's settings page, find the client ID for your app. You will add it to a `.env` file in a following step. Note that the client ID is different from the app ID.
1. On the app's settings page, click **Generate a new client secret**. You will add the client secret to a `.env` file in a following step.
@@ -161,13 +160,13 @@ These steps lead you through writing code to generate a user access token. To sk
```
1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start.
- 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub".
- 1. Click on the "Login with GitHub" link.
+ 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}".
+ 1. Click on the "Login with {% data variables.product.github %}" link.
- If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a GitHub page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app.
+ If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a {% data variables.product.github %} page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app.
If you previously authorized your app and the authorization has not been revoked, you will skip the authorization prompt and go directly to the callback URL instead. You can revoke your previous authorization if you want to see the authorization prompt. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)."
- 1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code agc622abb6135be5d1f2."
+ 1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code agc622abb6135be5d1f2."
1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C.
1. Replace the content of `app.rb` with the following code, where `CALLBACK_URL` is the callback URL for your app, minus the domain.
@@ -237,10 +236,10 @@ These steps lead you through writing code to generate a user access token. To sk
1. Optionally, check your progress:
1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start.
- 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub".
- 1. Click on the "Login with GitHub" link.
+ 1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}".
+ 1. Click on the "Login with {% data variables.product.github %}" link.
1. If prompted to do so, authorize your app.
- 1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code 4acd44861aeda86dacce and exchanged it for a user access token ending in 2zU5kQziE."
+ 1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Got code 4acd44861aeda86dacce and exchanged it for a user access token ending in 2zU5kQziE."
1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C.
1. Now that you have a user access token, you can use the token to make API requests on behalf of the user. For example:
@@ -264,7 +263,7 @@ These steps lead you through writing code to generate a user access token. To sk
end
```
- Update the callback handler to call the `user_info` function and to display the user's name and GitHub login. Remember to replace `CALLBACK_URL` with the callback URL for your app, minus the domain.
+ Update the callback handler to call the `user_info` function and to display the user's name and {% data variables.product.github %} login. Remember to replace `CALLBACK_URL` with the callback URL for your app, minus the domain.
```ruby copy
get "CALLBACK_URL" do
@@ -377,14 +376,14 @@ end
This tutorial assumes that your app code is stored in a file named `app.rb` and that you are using the default URL for a local Sinatra application, `http://localhost:4567`.
1. In your terminal, from the directory where `app.rb` is stored, run `ruby app.rb`. A local Sinatra server should start.
-1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with GitHub".
-1. Click on the "Login with GitHub" link.
+1. In your browser, navigate to `http://localhost:4567`. You should see a link with the text "Login with {% data variables.product.github %}".
+1. Click on the "Login with {% data variables.product.github %}" link.
- If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a GitHub page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app.
+ If you have not authorized the app, clicking on the link should take you to `{% data variables.product.oauth_host_code %}/login/oauth/authorize?client_id=CLIENT_ID`, where `CLIENT_ID` is the client ID of your app. This is a {% data variables.product.github %} page that prompts users to authorize your app. If you click the button to authorize your app, you will go to the callback URL for your app.
If you previously authorized your app and the authorization has not been revoked, you will skip the authorization prompt and go directly to the callback URL instead. You can revoke your previous authorization if you want to see the authorization prompt. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)."
-1. The callback URL page, reached by clicking the "Login with GitHub" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Welcome, Mona Lisa (octocat)."
+1. The callback URL page, reached by clicking the "Login with {% data variables.product.github %}" link and then authorizing the app if prompted to do so, should display the text similar to "Successfully authorized! Welcome, Mona Lisa (octocat)."
1. In your terminal where Sinatra is running, stop the server by entering Ctrl+C.
## Next steps
diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
index f7a38df91aac..a65267c8c820 100644
--- a/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
+++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
@@ -142,10 +142,9 @@ For this tutorial, you must register a {% data variables.product.prodname_github
The following steps will guide you through configuring a {% data variables.product.prodname_github_app %} with these settings. For more information about {% data variables.product.prodname_github_app %} settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
-1. Click **New GitHub App**.
-1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-ci-test-app` where `USERNAME` is your {% data variables.product.company_short %} username.
+{% data reusables.apps.enterprise-apps-steps %}
+1. Click **New {% data variables.product.prodname_github_app %}**.
+1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-ci-test-app` where `USERNAME` is your {% data variables.product.company_short %} username.
1. Under "Homepage URL", enter a URL for your app. For example, you can use the URL of the repository that you created to store the code for your app.
1. Skip the "Identifying and authorizing users" and "Post installation" sections for this tutorial.
1. Make sure that **Active** is selected under "Webhooks".
@@ -153,8 +152,9 @@ The following steps will guide you through configuring a {% data variables.produ
1. Under "Webhook secret", enter a random string. This secret is used to verify that webhooks are sent by {% data variables.product.prodname_dotcom %}. Save this string; you will use it later.
1. Under "Repository permissions", next to "Checks", select **Read & write**.
1. Under "Subscribe to events", select **Check suite** and **Check run**.
-1. Under "Where can this GitHub App be installed?", select **Only on this account**. You can change this later if you want to publish your app.
-1. Click **Create GitHub App**.
+1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**. You can change this later if you want to publish your app.{% ifversion enterprise-apps-public-beta %}
+ >[!NOTE] If your {% data variables.product.prodname_github_app %} is registered under an enterprise, this step does not apply.{% endif %}
+1. Click **Create {% data variables.product.prodname_github_app %}**.
### Store your app's identifying information and credentials
diff --git a/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md b/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md
index 27aff14f9305..10742fc55623 100644
--- a/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md
+++ b/content/apps/creating-github-apps/writing-code-for-a-github-app/quickstart.md
@@ -45,11 +45,11 @@ In order to develop your app locally, you can use a webhook proxy URL to forward
The following steps will guide you through configuring the app settings that are required for this quickstart. For more information about the settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
-{% data reusables.apps.settings-step %}
+{% data reusables.apps.settings-step-personal-orgs %}
{% data reusables.user-settings.developer_settings %}
{% data reusables.user-settings.github_apps %}
-1. Click **New GitHub App**.
-1. Under "GitHub App name", enter a name for your app. For example, `USERNAME-quickstart-app` where `USERNAME` is your {% data variables.product.company_short %} username.
+1. Click **New {% data variables.product.prodname_github_app %}**.
+1. Under "{% data variables.product.prodname_github_app %} name", enter a name for your app. For example, `USERNAME-quickstart-app` where `USERNAME` is your {% data variables.product.company_short %} username.
1. Under "Homepage URL", enter `https://github.com/github/github-app-js-sample#readme`.
1. Skip the "Identifying and authorizing users" and "Post installation" sections for this quickstart. For more information about these settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
1. Make sure that **Active** is selected under "Webhooks."
@@ -57,8 +57,8 @@ The following steps will guide you through configuring the app settings that are
1. Under "Webhook secret", enter a random string. You will use this string later.
1. Under "Repository permissions", next to "Pull requests," select **Read & write**.
1. Under "Subscribe to events", select **Pull request**.
-1. Under "Where can this GitHub App be installed?", select **Only on this account**.
-1. Click **Create GitHub App**.
+1. Under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Only on this account**.
+1. Click **Create {% data variables.product.prodname_github_app %}**.
## Step 4: Store identifying information and credentials
diff --git a/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md
index 277ee8a06855..5e9a87a11782 100644
--- a/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md
+++ b/content/apps/github-marketplace/listing-an-app-on-github-marketplace/deleting-your-app-listing-from-github-marketplace.md
@@ -16,7 +16,7 @@ redirect_from:
You can follow these steps to remove your app from {% data variables.product.prodname_marketplace %}. The listing will be removed from {% data variables.product.prodname_marketplace %} immediately. Existing subscriptions will be canceled at the end of the current billing cycle. Although the app will be removed from {% data variables.product.prodname_marketplace %}, you will not be able to delete your app until the current billing cycle ends.
-{% data reusables.apps.settings-step %}
+{% data reusables.apps.settings-step-personal-orgs %}
{% data reusables.user-settings.developer_settings %}
@@ -30,4 +30,4 @@ You can follow these steps to remove your app from {% data variables.product.pro
![Screenshot of the left sidebar on the app listing page. The overview option for the marketplace draft listing is outlined in dark orange.](/assets/images/marketplace/edit-marketplace-listing-overview.png)
-1. Under "Remove your listing from GitHub Marketplace", click **Delist this Listing**
+1. Under "Remove your listing from {% data variables.product.prodname_marketplace %}", click **Delist this Listing**
diff --git a/content/apps/maintaining-github-apps/deleting-a-github-app.md b/content/apps/maintaining-github-apps/deleting-a-github-app.md
index 1839c527dae7..a0bcd0a92abd 100644
--- a/content/apps/maintaining-github-apps/deleting-a-github-app.md
+++ b/content/apps/maintaining-github-apps/deleting-a-github-app.md
@@ -40,12 +40,11 @@ When you delete a {% data variables.product.prodname_github_app %} registration,
## Deleting a {% data variables.product.prodname_github_app %}
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
-1. Select the GitHub App you want to delete.
+{% data reusables.apps.enterprise-apps-steps %}
+1. Select the {% data variables.product.prodname_github_app %} you want to delete.
{% data reusables.user-settings.github_apps_advanced %}
-1. Click **Delete GitHub App**.
-1. In the confirmation box, type the name of the GitHub App to confirm you want to delete it.
-1. Click **I understand the consequences, delete this GitHub App**.
+1. Click **Delete {% data variables.product.prodname_github_app %}**.
+1. In the confirmation box, type the name of the {% data variables.product.prodname_github_app %} to confirm you want to delete it.
+1. Click **I understand the consequences, delete this {% data variables.product.prodname_github_app %}**.
These steps only delete your {% data variables.product.prodname_github_app %} registration, and all of the organization and account installations it may have. They do not delete any code that you wrote for your app. However, any code that relies on your {% data variables.product.prodname_github_app %}'s credentials will no longer function.
diff --git a/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md b/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md
index c5dfa764e6eb..ff677db23ffb 100644
--- a/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md
+++ b/content/apps/maintaining-github-apps/managing-allowed-ip-addresses-for-a-github-app.md
@@ -32,10 +32,9 @@ or
{% data reusables.identity-and-permissions.ip-address-add-or-remove-caching %}
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
{% data reusables.user-settings.modify_github_app %}
{% data reusables.identity-and-permissions.ip-allow-lists-add-ip %}
{% data reusables.identity-and-permissions.ip-allow-lists-add-description %}
- The description is for your reference and is not used in the allow list of organizations where the {% data variables.product.prodname_github_app %} is installed. Instead, organization allow lists will include "Managed by the NAME GitHub App" as the description.
+ The description is for your reference and is not used in the allow list of organizations where the {% data variables.product.prodname_github_app %} is installed. Instead, organization allow lists will include "Managed by the NAME {% data variables.product.prodname_github_app %}" as the description.
{% data reusables.identity-and-permissions.ip-allow-lists-add-entry %}
diff --git a/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md b/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md
index 3e3a19fad22d..32440568d2c5 100644
--- a/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md
+++ b/content/apps/maintaining-github-apps/modifying-a-github-app-registration.md
@@ -27,7 +27,7 @@ You can modify your {% data variables.product.prodname_github_app %} registratio
For example, you can change the name and description of your app, the permissions granted to your app, the webhooks your app subscribes to, or the visibility of your app.
-You can also choose to test new optional features for your {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-github-apps)."
+You can also choose to test new optional features for your {% data variables.product.prodname_github_app %}. See "[AUTOTITLE](/apps/maintaining-github-apps/activating-optional-features-for-github-apps)."
@@ -37,8 +37,7 @@ You can also choose to test new optional features for your {% data variables.pro
To modify a {% data variables.product.prodname_github_app %}, first navigate to the app settings page.
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
{% data reusables.user-settings.modify_github_app %}
## Changing the basic information of a {% data variables.product.prodname_github_app %}
@@ -51,7 +50,7 @@ You can change the basic information of your {% data variables.product.prodname_
## Requesting user authorization (OAuth) during installation
-You can prompt users to authorize your {% data variables.product.prodname_github_app %} when they install it and generate a user access token. When you request user authorization (OAuth) during installation, you must also provide a callback URL where the user will be redirected after they authorize the installation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)."
+You can prompt users to authorize your {% data variables.product.prodname_github_app %} when they install it and generate a user access token. When you request user authorization (OAuth) during installation, you must also provide a callback URL where the user will be redirected after they authorize the installation. See "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
1. Under "Identifying and authorizing users," select or deselect **Request user authorization (OAuth) during installation**.
@@ -66,9 +65,9 @@ You can use the device flow to authorize users for a headless app like a CLI too
## Adding or updating a setup URL
-You can redirect people to a specific URL after they install your app. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
+You can redirect people to a specific URL after they install your app. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
-If you select **Request user authorization (OAuth) during installation**, you will not be able to enter a setup URL. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)."
+If you select **Request user authorization (OAuth) during installation**, you will not be able to enter a setup URL. Users will instead be redirected to the Callback URL as part of the authorization flow, where you can describe additional setup. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
1. Under "Post installation," in the "Setup URL" field, enter the URL where you'd like to redirect users after they install your app.
@@ -80,17 +79,17 @@ You can change the access permissions that are granted to your {% data variables
When you change the **repository** or **organization** permissions of an app, each account where the app is installed will need to approve the new permissions. When you change the **account** permissions of an app, each user that has authorized the app will need to approve the permission changes. In both cases, {% data variables.product.prodname_dotcom %} will send an email to each organization owner or user, notifying them of the request to update the app's permissions. Updated permissions won't take effect on an installation or user authorization until the new permissions are approved. You can use the [installation webhook](/webhooks-and-events/webhooks/webhook-events-and-payloads?actionType=new_permissions_accepted#installation) to find out when people accept new permissions for your app.
-Changing the permissions of an app may also change the webhooks that your app can subscribe to and the actions that your app can take with the API. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)."
+Changing the permissions of an app may also change the webhooks that your app can subscribe to and the actions that your app can take with the API. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**.
-1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," modify the permissions you'd like to change. For each type of permission, select either "Read-only," "Read and write," or "No access" from the dropdown. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)."
+1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," modify the permissions you'd like to change. For each type of permission, select either "Read-only," "Read and write," or "No access" from the dropdown. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/choosing-permissions-for-a-github-app)."
1. Optionally, under "Add a note to users," add a note telling your users why you are changing the permissions that your {% data variables.product.prodname_github_app %} requests.
1. Click **Save changes**.
## Activating or deactivating the {% data variables.product.prodname_github_app %} webhook
-You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)."
+You can configure your {% data variables.product.prodname_github_app %} to receive webhooks for specific events on {% data variables.product.prodname_dotcom %} and automatically take action on them. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
1. Under "Webhook," to enable or disable the webhook, select or deselect **Active**.
@@ -101,18 +100,22 @@ You can configure your {% data variables.product.prodname_github_app %} to recei
You can change the webhook events that a {% data variables.product.prodname_github_app %} subscribes to using the following steps.
-{% data reusables.apps.webhooks-and-apps %} For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)."
+{% data reusables.apps.webhooks-and-apps %} See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/using-webhooks-with-github-apps)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
-1. Activate the {% data variables.product.prodname_github_app %} webhook. For more information, see "[Activating or deactivating the {% data variables.product.prodname_github_app %} webhook](/apps/maintaining-github-apps/modifying-a-github-app#activating-or-deactivating-the-github-app-webhook)" in this article.
+1. Activate the {% data variables.product.prodname_github_app %} webhook. See "[Activating or deactivating the {% data variables.product.prodname_github_app %} webhook](/apps/maintaining-github-apps/modifying-a-github-app#activating-or-deactivating-the-github-app-webhook)" in this article.
1. In the {% data variables.product.prodname_github_apps %} settings sidebar, click **Permissions & events**.
-1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," select the permissions that are required for the events your app will subscribe to. For more information, see "[Changing the permissions of a {% data variables.product.prodname_github_app %}](#changing-the-permissions-of-a-github-app)."
+1. Under the sections "Repository permissions," "Organization permissions," and "Account permissions," select the permissions that are required for the events your app will subscribe to. See "[Changing the permissions of a {% data variables.product.prodname_github_app %}](#changing-the-permissions-of-a-github-app)."
1. Under "Subscribe to Events," select the webhook events you would like your {% data variables.product.prodname_github_app %} to receive.
1. Click **Save changes**.
## Changing the visibility of a {% data variables.product.prodname_github_app %}
-You can change the visibility settings of your {% data variables.product.prodname_github_app %} to control who can install it. Public apps cannot be made private if they're installed on other accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)."
+You can change the visibility settings of your {% data variables.product.prodname_github_app %} to control who can install it. Public apps cannot be made private if they're installed on other accounts. See "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/making-a-github-app-public-or-private)."
+
+{% ifversion enterprise-apps-public-beta %}
+You can't change the visibility of an {% data variables.product.prodname_github_app %} owned by an enterprise. {% data variables.product.prodname_github_apps %} owned by an enterprise can only be installed on organizations within the enterprise.
+{% endif %}
{% data reusables.apps.navigate-to-app-settings-this-article %}
{% data reusables.user-settings.github_apps_advanced %}
diff --git a/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md b/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md
index 7f308ea9b252..4ddf09aa9de5 100644
--- a/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md
+++ b/content/apps/maintaining-github-apps/transferring-ownership-of-a-github-app.md
@@ -21,14 +21,18 @@ The owner of a {% data variables.product.prodname_github_app %} registration can
You can only transfer ownership to a user or organization. You cannot transfer ownership to a team.
+{% ifversion enterprise-apps-public-beta %}
+>[!NOTE] If your {% data variables.product.prodname_github_app %} is owned by an enterprise, you cannot transfer ownership.
+{% endif %}
+
## Transferring a {% data variables.product.prodname_github_app %} registration
-{% data reusables.apps.settings-step %}
+{% data reusables.apps.settings-step-personal-orgs %}
{% data reusables.user-settings.developer_settings %}
{% data reusables.user-settings.github_apps %}
-1. Select the GitHub App whose ownership you want to transfer.
+1. Select the {% data variables.product.prodname_github_app %} whose ownership you want to transfer.
{% data reusables.user-settings.github_apps_advanced %}
1. Click **Transfer ownership**.
-1. Under "Type the name of the GitHub App to confirm", type the name of the GitHub App you want to transfer.
-1. Under "New owner's GitHub username or organization name", type the name of the user or organization you want to transfer the GitHub App to.
-1. Click **Transfer this GitHub App**.
+1. Under "Type the name of the {% data variables.product.prodname_github_app %} to confirm", type the name of the {% data variables.product.prodname_github_app %} you want to transfer.
+1. Under "New owner's {% data variables.product.prodname_dotcom %} username or organization name", type the name of the user or organization you want to transfer the {% data variables.product.prodname_github_app %} to.
+1. Click **Transfer this {% data variables.product.prodname_github_app %}**.
diff --git a/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md b/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md
index 6f46d4d42118..647fe4b09942 100644
--- a/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md
+++ b/content/apps/oauth-apps/maintaining-oauth-apps/activating-optional-features-for-oauth-apps.md
@@ -17,7 +17,7 @@ shortTitle: Activate optional features
## Activating optional features for {% data variables.product.prodname_oauth_apps %}
-{% data reusables.apps.settings-step %}
+{% data reusables.apps.settings-step-personal-orgs %}
{% data reusables.user-settings.developer_settings %}
{% data reusables.user-settings.oauth_apps %}
1. Select the {% data variables.product.prodname_oauth_app %} you want to enable an optional feature for.
diff --git a/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md b/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md
index 9ba7f59cabcb..9265fc8b395b 100644
--- a/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md
+++ b/content/apps/sharing-github-apps/registering-a-github-app-from-a-manifest.md
@@ -16,45 +16,45 @@ topics:
- GitHub Apps
shortTitle: App manifest
---
-## About GitHub App Manifests
+## About {% data variables.product.prodname_github_app %} Manifests
-When someone registers a GitHub App from a manifest, they only need to follow a URL and name the app. The manifest includes the permissions, events, and webhook URL needed to automatically register the app. The manifest flow creates the GitHub App registration and generates the app's webhook secret, private key (PEM file), client secret, and GitHub App ID. The person who creates the {% data variables.product.prodname_github_app %} registration from the manifest will own the {% data variables.product.prodname_github_app %} registration and can choose to edit the registration's settings, delete it, or transfer it to another person on GitHub.
+{% ifversion enterprise-apps-public-beta %}
+>[!NOTE] {% data variables.product.prodname_github_app %} Manifests are not available for enterprise-owned {% data variables.product.prodname_github_apps %}.
+{% endif %}
-You can use [Probot](https://probot.github.io/) to get started with GitHub App Manifests or see an example implementation. See "[Using Probot to implement the GitHub App Manifest flow](#using-probot-to-implement-the-github-app-manifest-flow)" to learn more.
+When someone registers a {% data variables.product.prodname_github_app %} from a manifest, they only need to follow a URL and name the app. The manifest includes the permissions, events, and webhook URL needed to automatically register the app. The manifest flow creates the {% data variables.product.prodname_github_app %} registration and generates the app's webhook secret, private key (PEM file), client secret, and {% data variables.product.prodname_github_app %} ID. The person who creates the {% data variables.product.prodname_github_app %} registration from the manifest will own the {% data variables.product.prodname_github_app %} registration and can choose to edit the registration's settings, delete it, or transfer it to another person on {% data variables.product.prodname_dotcom %}.
-Here are some scenarios where you might use GitHub App Manifests to register pre-configured apps:
+You can use [Probot](https://probot.github.io/) to get started with {% data variables.product.prodname_github_app %} Manifests or see an example implementation. See "[Using Probot to implement the {% data variables.product.prodname_github_app %} Manifest flow](#using-probot-to-implement-the-github-app-manifest-flow)" to learn more.
-* Help new team members come up-to-speed quickly when developing GitHub Apps.
-* Allow others to extend a GitHub App using the GitHub APIs without requiring them to configure an app.
-* Create GitHub App reference designs to share with the GitHub community.
-* Ensure you deploy GitHub Apps to development and production environments using the same configuration.
-* Track revisions to a GitHub App configuration.
+Here are some scenarios where you might use {% data variables.product.prodname_github_app %} Manifests to register pre-configured apps:
-## Implementing the GitHub App Manifest flow
+* Help new team members come up-to-speed quickly when developing {% data variables.product.prodname_github_apps %}.
+* Allow others to extend a {% data variables.product.prodname_github_app %} using the {% data variables.product.prodname_dotcom %} APIs without requiring them to configure an app.
+* Create {% data variables.product.prodname_github_app %} reference designs to share with the {% data variables.product.prodname_dotcom %} community.
+* Ensure you deploy {% data variables.product.prodname_github_apps %} to development and production environments using the same configuration.
+* Track revisions to a {% data variables.product.prodname_github_app %} configuration.
-The GitHub App Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a GitHub App](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID.
+## Implementing the {% data variables.product.prodname_github_app %} Manifest flow
-{% note %}
-
-**Note:** You must complete all three steps in the GitHub App Manifest flow within one hour.
+The {% data variables.product.prodname_github_app %} Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps). The flow uses a manifest to [register a {% data variables.product.prodname_github_app %}](/apps/creating-github-apps/setting-up-a-github-app/creating-a-github-app) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID.
-{% endnote %}
+>[!NOTE] You must complete all three steps in the {% data variables.product.prodname_github_app %} Manifest flow within one hour.
-Follow these steps to implement the GitHub App Manifest flow:
+Follow these steps to implement the {% data variables.product.prodname_github_app %} Manifest flow:
-1. You redirect people to GitHub to register a new GitHub App.
-1. GitHub redirects people back to your site.
+1. You redirect people to {% data variables.product.prodname_dotcom %} to register a new {% data variables.product.prodname_github_app %}.
+1. {% data variables.product.prodname_dotcom %} redirects people back to your site.
1. You exchange the temporary code to retrieve the app configuration.
-### 1. You redirect people to GitHub to register a new GitHub App
+### 1. You redirect people to {% data variables.product.prodname_dotcom %} to register a new {% data variables.product.prodname_github_app %}
-To redirect people to register a new GitHub App, [provide a link](#examples) for them to click that sends a `POST` request to `https://github.com/settings/apps/new` for a personal account or `https://github.com/organizations/ORGANIZATION/settings/apps/new` for an organization account, replacing `ORGANIZATION` with the name of the organization account where the app will be registered.
+To redirect people to register a new {% data variables.product.prodname_github_app %}, [provide a link](#examples) for them to click that sends a `POST` request to `https://github.com/settings/apps/new` for a personal account or `https://github.com/organizations/ORGANIZATION/settings/apps/new` for an organization account, replacing `ORGANIZATION` with the name of the organization account where the app will be registered.
-You must include the [GitHub App Manifest parameters](#github-app-manifest-parameters) as a JSON-encoded string in a parameter called `manifest`. You can also include a `state` [parameter](#parameters) for additional security.
+You must include the [{% data variables.product.prodname_github_app %} Manifest parameters](#github-app-manifest-parameters) as a JSON-encoded string in a parameter called `manifest`. You can also include a `state` [parameter](#parameters) for additional security.
-The person registering the app will be redirected to a GitHub page with an input field where they can edit the name of the app you included in the `manifest` parameter. If you do not include a `name` in the `manifest`, they can set their own name for the app in this field.
+The person registering the app will be redirected to a {% data variables.product.prodname_dotcom %} page with an input field where they can edit the name of the app you included in the `manifest` parameter. If you do not include a `name` in the `manifest`, they can set their own name for the app in this field.
-#### GitHub App Manifest parameters
+#### {% data variables.product.prodname_github_app %} Manifest parameters
Name | Type | Description
-----|------|-------------
@@ -67,7 +67,7 @@ The person registering the app will be redirected to a GitHub page with an input
`description` | `string` | A description of the {% data variables.product.prodname_github_app %}.
`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app.
`default_events` | `array` | The list of [events](/webhooks-and-events/webhooks/webhook-events-and-payloads) the {% data variables.product.prodname_github_app %} subscribes to.
-`default_permissions` | `object` | The set of permissions needed by the GitHub App. The format of the object uses the permission name for the key (for example, `issues`) and the access type for the value (for example, `write`). For more information, see "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app)."
+`default_permissions` | `object` | The set of permissions needed by the {% data variables.product.prodname_github_app %}. The format of the object uses the permission name for the key (for example, `issues`) and the access type for the value (for example, `write`). For more information, see "[AUTOTITLE](/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app)."
`request_oauth_on_install` | `boolean` | Set to `true` to request the user to authorize the {% data variables.product.prodname_github_app %}, after the {% data variables.product.prodname_github_app %} is installed.
`setup_on_update` | `boolean` | Set to `true` to redirect users to the `setup_url` after they update your {% data variables.product.prodname_github_app %} installation.
@@ -156,9 +156,9 @@ This example uses a form on a web page with a button that triggers the `POST` re
```
-### 2. GitHub redirects people back to your site
+### 2. {% data variables.product.prodname_dotcom %} redirects people back to your site
-When the person clicks **Create GitHub App**, GitHub redirects back to the `redirect_url` with a temporary `code` in a code parameter. For example:
+When the person clicks **Create {% data variables.product.prodname_github_app %}**, {% data variables.product.prodname_dotcom %} redirects back to the `redirect_url` with a temporary `code` in a code parameter. For example:
https://example.com/redirect?code=a180b1a3d263c81bc6441d7b990bae27d4c10679
@@ -168,9 +168,9 @@ If you provided a `state` parameter, you will also see that parameter in the `re
### 3. You exchange the temporary code to retrieve the app configuration
-To complete the handshake, send the temporary `code` in a `POST` request to the [Create a GitHub App from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest) endpoint. The response will include the `id` (GitHub App ID), `pem` (private key), and `webhook_secret`. GitHub creates a webhook secret for the app automatically. You can store these values in environment variables on the app's server. For example, if your app uses [dotenv](https://github.com/bkeepers/dotenv) to store environment variables, you would store the variables in your app's `.env` file.
+To complete the handshake, send the temporary `code` in a `POST` request to the [Create a {% data variables.product.prodname_github_app %} from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest) endpoint. The response will include the `id` ({% data variables.product.prodname_github_app %} ID), `pem` (private key), and `webhook_secret`. {% data variables.product.prodname_dotcom %} creates a webhook secret for the app automatically. You can store these values in environment variables on the app's server. For example, if your app uses [dotenv](https://github.com/bkeepers/dotenv) to store environment variables, you would store the variables in your app's `.env` file.
-You must complete this step of the GitHub App Manifest flow within one hour.
+You must complete this step of the {% data variables.product.prodname_github_app %} Manifest flow within one hour.
{% note %}
@@ -180,20 +180,20 @@ You must complete this step of the GitHub App Manifest flow within one hour.
POST /app-manifests/{code}/conversions
-For more information about the endpoint's response, see [Create a GitHub App from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest).
+For more information about the endpoint's response, see [Create a {% data variables.product.prodname_github_app %} from a manifest](/rest/apps/apps#create-a-github-app-from-a-manifest).
-When the final step in the manifest flow is completed, the person registering the app from the flow will be an owner of a registered GitHub App that they can install on any of their personal repositories. They can choose to extend the app using the GitHub APIs, transfer ownership to someone else, or delete it at any time.
+When the final step in the manifest flow is completed, the person registering the app from the flow will be an owner of a registered {% data variables.product.prodname_github_app %} that they can install on any of their personal repositories. They can choose to extend the app using the {% data variables.product.prodname_dotcom %} APIs, transfer ownership to someone else, or delete it at any time.
-## Using Probot to implement the GitHub App Manifest flow
+## Using Probot to implement the {% data variables.product.prodname_github_app %} Manifest flow
-[Probot](https://probot.github.io/) is a framework built with [Node.js](https://nodejs.org/) that performs many of the tasks needed by all GitHub Apps, like validating webhooks and performing authentication. Probot implements the [GitHub App manifest flow](#implementing-the-github-app-manifest-flow), making it easy to create and share GitHub App reference designs with the GitHub community.
+[Probot](https://probot.github.io/) is a framework built with [Node.js](https://nodejs.org/) that performs many of the tasks needed by all {% data variables.product.prodname_github_apps %}, like validating webhooks and performing authentication. Probot implements the [{% data variables.product.prodname_github_app %} manifest flow](#implementing-the-github-app-manifest-flow), making it easy to create and share {% data variables.product.prodname_github_app %} reference designs with the {% data variables.product.prodname_dotcom %} community.
To create a Probot App that you can share, follow these steps:
-1. [Generate a new GitHub App](https://probot.github.io/docs/development/#generating-a-new-app).
-1. Open the project you created, and customize the settings in the `app.yml` file. Probot uses the settings in `app.yml` as the [GitHub App Manifest parameters](#github-app-manifest-parameters).
+1. [Generate a new {% data variables.product.prodname_github_app %}](https://probot.github.io/docs/development/#generating-a-new-app).
+1. Open the project you created, and customize the settings in the `app.yml` file. Probot uses the settings in `app.yml` as the [{% data variables.product.prodname_github_app %} Manifest parameters](#github-app-manifest-parameters).
1. Add your application's custom code.
-1. [Run the GitHub App locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register GitHub App** button that people can click to register a preconfigured app.
+1. [Run the {% data variables.product.prodname_github_app %} locally](https://probot.github.io/docs/development/#running-the-app-locally) or [host it anywhere you'd like](#hosting-your-app-with-glitch). When you navigate to the hosted app's URL, you'll find a web page with a **Register {% data variables.product.prodname_github_app %}** button that people can click to register a preconfigured app.
Using [dotenv](https://github.com/bkeepers/dotenv), Probot creates a `.env` file and sets the `APP_ID`, `PRIVATE_KEY`, and `WEBHOOK_SECRET` environment variables with the values [retrieved from the app configuration](#3-you-exchange-the-temporary-code-to-retrieve-the-app-configuration).
diff --git a/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md b/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md
index 2064082b9b6b..05fdde2f96b7 100644
--- a/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md
+++ b/content/apps/sharing-github-apps/registering-a-github-app-using-url-parameters.md
@@ -29,7 +29,9 @@ Alternatively, you can create a {% data variables.product.prodname_github_app %}
To create a custom configuration URL for a {% data variables.product.prodname_github_app %} on a personal or organization account, add query parameters after the following base URLs.
* To register an app on a personal account, add URL parameters to: `{% data variables.product.oauth_host_code %}/settings/apps/new`
-* To register an app on an organization account, add URL parameters to: `{% data variables.product.oauth_host_code %}/organizations/ORGANIZATION/settings/apps/new`. Replace `ORGANIZATION` with the name of the organization where you'd like the customer to register the app.
+* To register an app on an organization account, add URL parameters to: `{% data variables.product.oauth_host_code %}/organizations/ORGANIZATION/settings/apps/new`. Replace `ORGANIZATION` with the name of the organization where you'd like the customer to register the app. {% ifversion enterprise-apps-public-beta %}
+
+ >[!NOTE] The URL parameters for registering a {% data variables.product.prodname_github_app %} are also available for apps owned by enterprises. Since you can only install enterprise-owned apps on organizations within that enterprise, you can use the custom configuration URL for organizations.{% endif %}
On the app registration page, the person registering the app can edit the preselected values before submitting the app. If you do not include parameters for required values (like `name`) in the URL query string, the person registering the app will need to input a value before they can register the app.
@@ -45,14 +47,14 @@ You can use the following query parameters to select a specific configuration fo
Parameter name | Type | Description
-----|------|-------------
-`name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action.
+`name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing {% data variables.product.prodname_dotcom %} user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action.
`description` | `string` | A description of the {% data variables.product.prodname_github_app %}.
`url` | `string` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage.
`callback_urls` | `array of strings` | A full URL to redirect to after someone authorizes an installation. You can provide up to 10 callback URLs. These URLs are used if your app needs to generate a user access token. For example, `callback_urls[]=https://example.com&callback_urls[]=https://example-2.com`. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-user-authorization-callback-url)."
`request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app.
`setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/about-the-setup-url)."
`setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed.
-`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app.
+`public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. This parameter does not apply to apps owned by enterprises.
`webhook_active` | `boolean` | Set to `true` to enable webhook. Webhook is disabled by default.
`webhook_url` | `string` | The full URL that you would like to send webhook event payloads to.
`events` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. For more information, see the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section. You can select multiple events in a query string. For example, `events[]=public&events[]=label`.
diff --git a/content/apps/sharing-github-apps/sharing-your-github-app.md b/content/apps/sharing-github-apps/sharing-your-github-app.md
index 69d9515d8782..bf6ab0ec6b60 100644
--- a/content/apps/sharing-github-apps/sharing-your-github-app.md
+++ b/content/apps/sharing-github-apps/sharing-your-github-app.md
@@ -27,20 +27,19 @@ For more information about how users can install your app from {% data variables
{% ifversion fpt or ghec %}
If your {% data variables.product.prodname_github_app %} is public, other users and organizations {% ifversion ghec %}within your enterprise {% endif %}can install your app. For more information about making your app public, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/making-a-github-app-public-or-private)."
-{% ifversion ghec %}If you are an {% data variables.product.prodname_emu %}, then you can only share your app with other users or organizations within your enterprise.{% endif %}
+{% ifversion ghec %}If you are an {% data variables.product.prodname_emu %}, you can only share your app with users or organizations within your enterprise.{% endif %}
{% else %}
{% endif %}
{% data reusables.apps.settings-step %}
-{% data reusables.user-settings.developer_settings %}
-{% data reusables.user-settings.github_apps %}
+{% data reusables.apps.enterprise-apps-steps %}
1. Next to the {% data variables.product.prodname_github_app %} that you want to share, click **Edit**.
1. Click **Public page**. {% data variables.product.company_short %} will bring you to the public page for your {% data variables.product.prodname_github_app %}.
1. Click **Install**. {% data variables.product.company_short %} will bring you to the installation URL for your {% data variables.product.prodname_github_app %}. The URL will look something like `{% data variables.product.oauth_host_code %}/{% ifversion ghes %}github-apps{% else %}apps{% endif %}/APP-NAME/installations/new`, where `APP-NAME` is the name of the {% data variables.product.prodname_github_app %}.
1. Share the installation URL with other users. For more information about how users can install your app from this URL, see "[AUTOTITLE](/apps/using-github-apps/installing-a-github-app-from-a-third-party)."
- When you share the URL, you can include a `state` query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your GitHub App. For example, you could use the `state` to correlate an installation to a user or account.
+ When you share the URL, you can include a `state` query parameter in the installation URL to preserve the state of the application page and return people back to that state after they install, authenticate, or accept updates to your {% data variables.product.prodname_github_app %}. For example, you could use the `state` to correlate an installation to a user or account.
To preserve a state, add it to the installation URL: `{% data variables.product.oauth_host_code %}/{% ifversion ghes %}github-apps{% else %}apps{% endif %}/If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -85863,7 +86649,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -86387,7 +87173,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -86440,7 +87226,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -86820,6 +87606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -87339,7 +88131,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -87982,7 +88774,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -88042,7 +88834,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -88490,6 +89282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -88756,7 +89554,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -88809,7 +89607,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -89098,6 +89896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89445,6 +90249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -89859,6 +90669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90255,7 +91071,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -90308,7 +91124,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -90607,6 +91423,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -90934,6 +91756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -91330,7 +92158,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91383,7 +92211,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -91682,6 +92510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92007,6 +92841,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92403,7 +93243,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92456,7 +93296,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92755,6 +93595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93274,6 +94120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93793,7 +94645,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -94332,6 +95184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94728,7 +95586,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94781,7 +95639,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -95080,6 +95938,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95639,6 +96503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96158,7 +97028,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99766,6 +100636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100032,7 +100908,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100085,7 +100961,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100374,6 +101250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100780,6 +101662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101046,7 +101934,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -101099,7 +101987,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -101388,6 +102276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103324,6 +104218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103743,6 +104643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104061,6 +104967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104480,6 +105392,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -104748,6 +105666,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -104923,6 +105844,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -105609,6 +106536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105786,6 +106719,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106241,6 +107180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106660,6 +107605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106978,6 +107929,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107397,6 +108354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107665,6 +108628,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107840,6 +108806,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108554,6 +109526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108731,6 +109709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109186,6 +110170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109605,6 +110595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109923,6 +110919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110342,6 +111344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110610,6 +111618,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110785,6 +111796,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -111605,6 +112622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111782,6 +112805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112519,6 +113548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112938,6 +113973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113256,6 +114297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113675,6 +114722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113943,6 +114996,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -114118,6 +115174,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114345,7 +115407,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
The enablement status of secret scanning delegated bypass
", + "enum": [ + "enabled", + "disabled", + "not_set" + ], + "default": "disabled" + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "Feature options for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "The bypass reviewers for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "The ID of the team or role selected as a bypass reviewer
", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "The type of the bypass reviewer
", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -157780,6 +159333,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -157806,7 +159360,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -157894,6 +159449,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158023,6 +159618,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -158051,6 +159656,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "private_vulnerability_reporting": "enabled", "enforcement": "enforced", @@ -158092,7 +159698,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158180,6 +159787,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158415,6 +160062,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -158441,7 +160089,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158529,6 +160178,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -158748,6 +160437,48 @@ "not_set" ] }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "The enablement status of secret scanning delegated bypass
", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "Feature options for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "The bypass reviewers for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "The ID of the team or role selected as a bypass reviewer
", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "The type of the bypass reviewer
", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -158839,6 +160570,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -158865,7 +160597,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -158953,6 +160686,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -159140,6 +160913,7 @@ "isRequired": true, "enum": [ "all", + "all_without_configurations", "public", "private_or_internal", "selected" @@ -159290,6 +161064,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -159331,7 +161106,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -159419,6 +161195,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -159856,6 +161672,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -160322,6 +162144,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -160367,7 +162190,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -160455,6 +162279,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -161319,6 +163183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161481,6 +163351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -161673,6 +163549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -162756,7 +164638,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -218234,6 +220656,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218812,6 +221240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219815,6 +222249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220196,6 +222636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220511,7 +222957,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOnly owners and billing managers can view Copilot usage metrics for the enterprise.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOnly owners and billing managers can view Copilot usage metrics for the enterprise.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOwners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOwners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOrganization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOrganization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOrganization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOrganization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats
once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats
array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats
once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats
array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nGets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".
\nOnly organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".
\nOnly organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nLists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nLists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nPurchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nPurchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nCancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nCancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nPurchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nPurchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nCancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nCancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nGets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
\nOnly organization owners can view Copilot seat assignment details for members of their organization.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
\nOnly organization owners can view Copilot seat assignment details for members of their organization.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -273310,6 +276267,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273528,6 +276491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273697,6 +276666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273943,6 +276918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274256,6 +277237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274552,6 +277539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,7 +278064,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -275405,6 +278398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276138,6 +279137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276356,6 +279361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276525,6 +279536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276771,6 +279788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277084,6 +280107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277380,6 +280409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277899,7 +280934,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -278233,6 +281268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278559,7 +281600,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -279032,6 +282073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279250,6 +282297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279419,6 +282472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279665,6 +282724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279978,6 +283043,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280274,6 +283345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280793,7 +283870,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -281127,6 +284204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282224,6 +285307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282442,6 +285531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282611,6 +285706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282857,6 +285958,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283170,6 +286277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283466,6 +286579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283985,7 +287104,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -284319,6 +287438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284825,6 +287950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285415,6 +288546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285633,6 +288770,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285802,6 +288945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286048,6 +289197,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286361,6 +289516,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286657,6 +289818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287176,7 +290343,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -287510,6 +290677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288235,6 +291408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288453,6 +291632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288622,6 +291807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288868,6 +292059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289181,6 +292378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289477,6 +292680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289996,7 +293205,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -290330,6 +293539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291013,6 +294228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291257,6 +294478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291777,6 +295004,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292021,6 +295254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292547,6 +295786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292791,6 +296036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293415,6 +296666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293659,6 +296916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294189,6 +297452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294433,6 +297702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295090,6 +298365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295381,6 +298662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295599,6 +298886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295768,6 +299061,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296014,6 +299313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296327,6 +299632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296623,6 +299934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297142,7 +300459,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -297476,6 +300793,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297890,6 +301213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298059,6 +301388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298228,174 +301563,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -298932,6 +302279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299557,6 +302910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299848,6 +303207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300066,6 +303431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300235,6 +303606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300481,6 +303858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300794,6 +304177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301090,6 +304479,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301609,7 +305004,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301943,6 +305338,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302357,6 +305758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302526,6 +305933,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302695,6 +306108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302864,6 +306283,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303399,6 +306824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303868,6 +307299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304092,6 +307529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304427,6 +307870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304651,6 +308100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304986,6 +308441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305205,6 +308666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305495,6 +308962,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305657,6 +309130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305848,6 +309327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306072,6 +309557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306364,6 +309855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306526,6 +310023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306717,6 +310220,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306941,6 +310450,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307272,6 +310787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307496,6 +311017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307827,6 +311354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308051,6 +311584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308386,6 +311925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308610,6 +312155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308902,6 +312453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309274,6 +312831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309464,6 +313027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309688,6 +313257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309980,6 +313555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310352,195 +313933,207 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - }, - "required": [ - "review_requester", - "id", - "node_id", - "url", - "actor", - "event", - "commit_id", - "commit_url", - "created_at", - "performed_via_github_app" - ] - }, - { - "title": "Review Dismissed Issue Event", - "description": "Review Dismissed Issue Event", - "type": "object", - "properties": { - "id": { - "type": "integer" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "actor": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { + "user_view_type": { "type": "string", "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + }, + "required": [ + "review_requester", + "id", + "node_id", + "url", + "actor", + "event", + "commit_id", + "commit_url", + "created_at", + "performed_via_github_app" + ] + }, + { + "title": "Review Dismissed Issue Event", + "description": "Review Dismissed Issue Event", + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "actor": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -310766,6 +314359,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311111,6 +314710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311335,6 +314940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311664,6 +315275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311888,6 +315505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312239,6 +315862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312463,6 +316092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312814,6 +316449,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313038,6 +316679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313389,6 +317036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313608,6 +317261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316047,6 +319706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316503,6 +320168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316935,6 +320606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317399,6 +321076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317996,6 +321679,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318220,6 +321909,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318555,6 +322250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318779,6 +322480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319114,6 +322821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319338,6 +323051,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319669,6 +323388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319893,6 +323618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320224,6 +323955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320448,6 +324185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320783,6 +324526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321007,6 +324756,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321299,6 +325054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321671,6 +325432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321861,6 +325628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322085,6 +325858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322377,6 +326156,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322749,6 +326534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322939,6 +326730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323163,6 +326960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323508,6 +327311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323732,6 +327541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324061,6 +327876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324285,6 +328106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324636,6 +328463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324860,6 +328693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325211,6 +329050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325435,6 +329280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325786,6 +329637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326005,6 +329862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326348,6 +330211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326545,6 +330414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326787,6 +330662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327151,6 +331032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327418,6 +331305,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327636,6 +331529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327805,6 +331704,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328051,6 +331956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328364,6 +332275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328660,6 +332577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329179,7 +333102,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -329513,6 +333436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330118,6 +334047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330318,14 +334253,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -330491,6 +334426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330975,6 +334916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331248,6 +335195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331472,6 +335425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331764,6 +335723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -331954,6 +335919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332178,6 +336149,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332470,6 +336447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332660,6 +336643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -332884,6 +336873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335519,6 +339514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337024,6 +341025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337349,6 +341356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337868,7 +341881,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -338512,6 +342525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338837,6 +342856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339356,7 +343381,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -339965,6 +343990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340290,6 +344321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340809,7 +344846,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -341593,6 +345630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342491,7 +346534,7 @@ } ], "previews": [], - "descriptionHTML": "View the progress of an import.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nImport status
\nThis section includes details about the possible values of the status
field of the Import Progress response.
An import that does not have errors will progress through these steps:
\ndetecting
- the \"detection\" step of the import is in progress because the request did not include a vcs
parameter. The import is identifying the type of source control present at the URL.importing
- the \"raw\" step of the import is in progress. This is where commit data is fetched from the original repository. The import progress response will include commit_count
(the total number of raw commits that will be imported) and percent
(0 - 100, the current progress through the import).mapping
- the \"rewrite\" step of the import is in progress. This is where SVN branches are converted to Git branches, and where author updates are applied. The import progress response does not include progress information.pushing
- the \"push\" step of the import is in progress. This is where the importer updates the repository on GitHub. The import progress response will include push_percent
, which is the percent value reported by git push
when it is \"Writing objects\".complete
- the import is complete, and the repository is ready on GitHub.If there are problems, you will see one of these in the status
field:
auth_failed
- the import requires authentication in order to connect to the original repository. To update authentication for the import, please see the Update an import section.error
- the import encountered an error. The import progress response will include the failed_step
and an error message. Contact GitHub Support for more information.detection_needs_auth
- the importer requires authentication for the originating repository to continue detection. To update authentication for the import, please see the Update an import section.detection_found_nothing
- the importer didn't recognize any source control at the URL. To resolve, Cancel the import and retry with the correct URL.detection_found_multiple
- the importer found several projects or repositories at the provided URL. When this is the case, the Import Progress response will also include a project_choices
field with the possible project choices as values. To update project choice, please see the Update an import section.The project_choices field
\nWhen multiple projects are found at the provided URL, the response hash will include a project_choices
field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.
Git LFS related fields
\nThis section includes details about Git LFS related fields that may be present in the Import Progress response.
\nuse_lfs
- describes whether the import has been opted in or out of using Git LFS. The value can be opt_in
, opt_out
, or undecided
if no action has been taken.has_large_files
- the boolean value describing whether files larger than 100MB were found during the importing
step.large_files_size
- the total size in gigabytes of files larger than 100MB found in the originating repository.large_files_count
- the total number of files larger than 100MB found in the originating repository. To see a list of these files, make a \"Get Large Files\" request.View the progress of an import.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nImport status
\nThis section includes details about the possible values of the status
field of the Import Progress response.
An import that does not have errors will progress through these steps:
\ndetecting
- the \"detection\" step of the import is in progress because the request did not include a vcs
parameter. The import is identifying the type of source control present at the URL.importing
- the \"raw\" step of the import is in progress. This is where commit data is fetched from the original repository. The import progress response will include commit_count
(the total number of raw commits that will be imported) and percent
(0 - 100, the current progress through the import).mapping
- the \"rewrite\" step of the import is in progress. This is where SVN branches are converted to Git branches, and where author updates are applied. The import progress response does not include progress information.pushing
- the \"push\" step of the import is in progress. This is where the importer updates the repository on GitHub. The import progress response will include push_percent
, which is the percent value reported by git push
when it is \"Writing objects\".complete
- the import is complete, and the repository is ready on GitHub.If there are problems, you will see one of these in the status
field:
auth_failed
- the import requires authentication in order to connect to the original repository. To update authentication for the import, please see the Update an import section.error
- the import encountered an error. The import progress response will include the failed_step
and an error message. Contact GitHub Support for more information.detection_needs_auth
- the importer requires authentication for the originating repository to continue detection. To update authentication for the import, please see the Update an import section.detection_found_nothing
- the importer didn't recognize any source control at the URL. To resolve, Cancel the import and retry with the correct URL.detection_found_multiple
- the importer found several projects or repositories at the provided URL. When this is the case, the Import Progress response will also include a project_choices
field with the possible project choices as values. To update project choice, please see the Update an import section.The project_choices field
\nWhen multiple projects are found at the provided URL, the response hash will include a project_choices
field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.
Git LFS related fields
\nThis section includes details about Git LFS related fields that may be present in the Import Progress response.
\nuse_lfs
- describes whether the import has been opted in or out of using Git LFS. The value can be opt_in
, opt_out
, or undecided
if no action has been taken.has_large_files
- the boolean value describing whether files larger than 100MB were found during the importing
step.large_files_size
- the total size in gigabytes of files larger than 100MB found in the originating repository.large_files_count
- the total number of files larger than 100MB found in the originating repository. To see a list of these files, make a \"Get Large Files\" request.Start a source import to a GitHub repository using GitHub Importer.\nImporting into a GitHub repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity
response.
Warning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStart a source import to a GitHub repository using GitHub Importer.\nImporting into a GitHub repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity
response.
Warning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nAn import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.
\nSome servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple
and the Import Progress response will include a project_choices
array.\nYou can select the project to import by providing one of the objects in the project_choices
array in the update request.
Warning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nAn import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.
\nSome servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple
and the Import Progress response will include a project_choices
array.\nYou can select the project to import by providing one of the objects in the project_choices
array in the update request.
Warning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStop an import for a repository.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStop an import for a repository.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nEach type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot
into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>
.
This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nEach type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot
into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>
.
This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nUpdate an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nUpdate an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nList files larger than 100MB found during the import
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nList files larger than 100MB found during the import
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nYou can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.
\nYou can learn more about our LFS feature and working with large files on our help\nsite.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nYou can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.
\nYou can learn more about our LFS feature and working with large files on our help\nsite.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nSpecifies which types of repositories non-admin organization members can create. private
is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create. private
is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Deprecated. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Warning
\n\nParameter deprecation notice: GitHub will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: The ability to enable or disable a security feature for all eligible repositories in an organization is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
Warning
\n\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -468814,6 +476918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470457,6 +478567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471209,6 +479325,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471728,7 +479850,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -472199,6 +480321,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472485,6 +480613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473004,7 +481138,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -473416,6 +481550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473935,7 +482075,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -474606,6 +482746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475817,6 +483963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476336,7 +484488,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -477404,6 +485556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478156,6 +486314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478675,7 +486839,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -479146,6 +487310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479432,6 +487602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479951,7 +488127,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -480363,6 +488539,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480882,7 +489064,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -481691,6 +489873,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -487311,6 +495499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488747,6 +496941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489499,6 +497699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490018,7 +498224,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -490489,6 +498695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490775,6 +498987,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491294,7 +499512,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -491706,6 +499924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492225,7 +500449,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -501930,7 +510154,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502032,7 +510256,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -502052,7 +510276,7 @@ "serverUrl": "https://api.github.com", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502160,7 +510384,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -502180,7 +510404,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -502242,7 +510466,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -504712,7 +512936,7 @@ { "name": "sort", "deprecated": true, - "description": "This field is deprecated. Sorts the results of your query. Can only be indexed
, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: best match
This field is closing down. Sorts the results of your query. Can only be indexed
, which indicates how recently a file has been indexed by the GitHub search infrastructure. Default: best match
This field is deprecated. Determines whether the first search result returned is the highest number of matches (desc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.
This field is closing down. Determines whether the first search result returned is the highest number of matches (desc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.
A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -512121,7 +520428,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -512207,7 +520516,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -512430,6 +520741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -512640,6 +520957,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513163,6 +521486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513211,6 +521540,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -513355,6 +521698,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -513505,7 +521868,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -513591,7 +521956,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -513814,6 +522181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514024,6 +522397,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514547,6 +522926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514595,6 +522980,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -514748,6 +523147,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -514832,7 +523251,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "inactive" + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -514851,7 +523272,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -515074,6 +523497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515269,6 +523698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515310,6 +523745,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -515416,7 +523865,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -515636,6 +524087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515831,6 +524288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -515872,6 +524335,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -516036,7 +524513,9 @@ "push_protection_bypassed_by": null, "push_protection_bypassed_at": null, "resolution_comment": "Example comment", - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -516256,6 +524735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -516451,6 +524936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -516492,6 +524983,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -518077,6 +526582,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -518820,6 +527331,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -519667,6 +528184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -519838,6 +528361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520355,6 +528884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520558,6 +529093,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -520976,6 +529517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522173,6 +530720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522344,6 +530897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -522861,6 +531420,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -523064,6 +531629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -523482,6 +532053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -524590,6 +533167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -524761,6 +533344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525278,6 +533867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525481,6 +534076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -525899,6 +534500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -526856,6 +535463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527027,6 +535640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527544,6 +536163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -527747,6 +536372,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -528165,6 +536796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529109,6 +537746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529280,6 +537923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -529797,6 +538446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -530000,6 +538655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -530418,6 +539079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -531519,6 +540186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -531690,6 +540363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532207,6 +540886,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532410,6 +541095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -532828,6 +541519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533711,6 +542408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -533882,6 +542585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -534399,6 +543108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -534602,6 +543317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -535020,6 +543741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -536290,6 +545017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537042,6 +545775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537561,7 +546300,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -538032,6 +546771,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538318,6 +547063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538837,7 +547588,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -539249,6 +548000,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539768,7 +548525,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -540551,7 +549308,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -542130,7 +550887,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -543945,6 +552702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544303,6 +553066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544893,6 +553662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546026,6 +554801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547870,7 +556651,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -549390,7 +558171,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -549739,6 +558520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549818,7 +558605,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -550091,6 +558878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550169,7 +558962,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -552881,7 +561686,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations
endpoint.
The return hash contains a role
field which refers to the Organization Invitation role and will be one of the following values: direct_member
, admin
, billing_manager
, hiring_manager
, or reinstate
. If the invitee is not a GitHub member, the login
field in the return hash will be null
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations
endpoint.
The return hash contains a role
field which refers to the Organization Invitation role and will be one of the following values: direct_member
, admin
, billing_manager
, hiring_manager
, or reinstate
. If the invitee is not a GitHub member, the login
field in the return hash will be null
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -562872,7 +571797,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -562940,7 +571865,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -563298,7 +572223,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub.\"
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -92847,7 +93645,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -93371,7 +94169,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -93424,7 +94222,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -93804,6 +94602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94323,7 +95127,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -94966,7 +95770,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -95026,7 +95830,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -95474,6 +96278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95740,7 +96550,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95793,7 +96603,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96082,6 +96892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96429,6 +97245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96843,6 +97665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97239,7 +98067,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97292,7 +98120,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97591,6 +98419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97918,6 +98752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98314,7 +99154,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98367,7 +99207,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98666,6 +99506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98991,6 +99837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99387,7 +100239,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -99440,7 +100292,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -99739,6 +100591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100258,6 +101116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100777,7 +101641,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -101316,6 +102180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101712,7 +102582,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -101765,7 +102635,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102064,6 +102934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102623,6 +103499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103142,7 +104024,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -106750,6 +107632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107016,7 +107904,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -107069,7 +107957,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -107358,6 +108246,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107764,6 +108658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108030,7 +108930,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -108083,7 +108983,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -108372,6 +109272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110503,6 +111409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110922,6 +111834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111240,6 +112158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111659,6 +112583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111927,6 +112857,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112102,6 +113035,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -112788,6 +113727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112965,6 +113910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113420,6 +114371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113839,6 +114796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114157,6 +115120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114576,6 +115545,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114844,6 +115819,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -115019,6 +115997,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -115733,6 +116717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115910,6 +116900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116365,6 +117361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116784,6 +117786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117102,6 +118110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117521,6 +118535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -117789,6 +118809,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -117964,6 +118987,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -118784,6 +119813,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -118961,6 +119996,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -119698,6 +120739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120117,6 +121164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120435,6 +121488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -120854,6 +121913,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -121122,6 +122187,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -121297,6 +122365,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -121524,7 +122598,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
The enablement status of secret scanning delegated bypass
", + "enum": [ + "enabled", + "disabled", + "not_set" + ], + "default": "disabled" + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "Feature options for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "The bypass reviewers for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "The ID of the team or role selected as a bypass reviewer
", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "The type of the bypass reviewer
", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -166432,6 +168017,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -166458,7 +168044,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -166546,6 +168133,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -166675,6 +168302,16 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "enabled", + "secret_scanning_delegated_bypass_options": { + "reviewers": [ + { + "security_configuration_id": 1325, + "reviewer_id": 5678, + "reviewer_type": "TEAM" + } + ] + }, "secret_scanning_validity_checks": "enabled", "secret_scanning_non_provider_patterns": "enabled", "private_vulnerability_reporting": "enabled", @@ -166703,6 +168340,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "private_vulnerability_reporting": "enabled", "enforcement": "enforced", @@ -166744,7 +168382,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -166832,6 +168471,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167067,6 +168746,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167093,7 +168773,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -167181,6 +168862,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167400,6 +169121,48 @@ "not_set" ] }, + { + "type": "string", + "name": "secret_scanning_delegated_bypass", + "in": "body", + "description": "The enablement status of secret scanning delegated bypass
", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + { + "type": "object", + "name": "secret_scanning_delegated_bypass_options", + "in": "body", + "description": "Feature options for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "array of objects", + "name": "reviewers", + "description": "The bypass reviewers for secret scanning delegated bypass
", + "childParamsGroups": [ + { + "type": "integer", + "name": "reviewer_id", + "description": "The ID of the team or role selected as a bypass reviewer
", + "isRequired": true + }, + { + "type": "string", + "name": "reviewer_type", + "description": "The type of the bypass reviewer
", + "isRequired": true, + "enum": [ + "TEAM", + "ROLE" + ] + } + ] + } + ] + }, { "type": "string", "name": "secret_scanning_validity_checks", @@ -167491,6 +169254,7 @@ "code_scanning_default_setup": "enabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167517,7 +169281,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -167605,6 +169370,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -167792,6 +169597,7 @@ "isRequired": true, "enum": [ "all", + "all_without_configurations", "public", "private_or_internal", "selected" @@ -167942,6 +169748,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -167983,7 +169790,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -168071,6 +169879,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -168508,6 +170356,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -168974,6 +170828,7 @@ "code_scanning_default_setup": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", + "secret_scanning_delegated_bypass": "disabled", "secret_scanning_validity_checks": "disabled", "secret_scanning_non_provider_patterns": "disabled", "private_vulnerability_reporting": "disabled", @@ -169019,7 +170874,8 @@ "description": "The type of the code security configuration.", "enum": [ "global", - "organization" + "organization", + "enterprise" ] }, "description": { @@ -169107,6 +170963,46 @@ "not_set" ] }, + "secret_scanning_delegated_bypass": { + "type": "string", + "description": "The enablement status of secret scanning delegated bypass", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, + "secret_scanning_delegated_bypass_options": { + "type": "object", + "description": "Feature options for secret scanning delegated bypass", + "properties": { + "reviewers": { + "type": "array", + "description": "The bypass reviewers for secret scanning delegated bypass", + "items": { + "type": "object", + "required": [ + "reviewer_id", + "reviewer_type" + ], + "properties": { + "reviewer_id": { + "type": "integer", + "description": "The ID of the team or role selected as a bypass reviewer" + }, + "reviewer_type": { + "type": "string", + "description": "The type of the bypass reviewer", + "enum": [ + "TEAM", + "ROLE" + ] + } + } + } + } + } + }, "secret_scanning_validity_checks": { "type": "string", "description": "The enablement status of secret scanning validity checks", @@ -169971,6 +171867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170133,6 +172035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170325,6 +172233,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171420,7 +173334,7 @@ "type": "string", "name": "geo", "in": "body", - "description": "The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is being deprecated.
The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces location
, which is closing down.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -227150,6 +229604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227728,6 +230188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228743,6 +231209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229124,6 +231596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229439,7 +231917,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOnly owners and billing managers can view Copilot usage metrics for the enterprise.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances,\nand number of active users by editor and language for each day. See the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOnly owners and billing managers can view Copilot usage metrics for the enterprise.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOwners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the enterprise team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOwners and billing managers for the enterprise that contains the enterprise team can view Copilot usage metrics for the enterprise team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOrganization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nacross an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nOrganization owners, and owners and billing managers of the parent enterprise, can view Copilot usage metrics.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOrganization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nYou can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE\nfor users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day.\nSee the response schema tab for detailed metrics definitions.
\nThe response contains metrics for up to 28 days prior. Usage metrics are processed once per day for the previous day,\nand the response will only include data up until yesterday. In order for an end user to be counted towards these metrics,\nthey must have telemetry enabled in their IDE.
\nNote
\n\nThis endpoint will only return results for a given day if the team had five or more members with active Copilot licenses, as evaluated at the end of that day.
\nOrganization owners for the organization that contains this team, and owners and billing managers of the parent enterprise can view Copilot usage metrics for a team.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
, read:org
, or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats
once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats
array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nLists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.
\nUsers with access through multiple organizations or enterprise teams will only be counted toward total_seats
once.
For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the seats
array.
Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.
\nPersonal access tokens (classic) need either the manage_billing:copilot
or read:enterprise
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nGets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".
\nOnly organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets information about an organization's Copilot subscription, including seat breakdown\nand feature policies. To configure these settings, go to your organization's settings on GitHub.com.\nFor more information, see \"Managing policies for Copilot in your organization\".
\nOnly organization owners can view details about the organization's Copilot Business or Copilot Enterprise subscription.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nLists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nLists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription.\nOnly organization owners can view assigned seats.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nPurchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nPurchases a GitHub Copilot seat for all users within each specified team.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nCancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nCancels the Copilot seat assignment for all members of each team specified.\nThis will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nPurchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nPurchases a GitHub Copilot seat for each user specified.\nThe organization will be billed accordingly. For more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nOnly organization owners can add Copilot seats for their organization members.
\nIn order for an admin to use this endpoint, the organization must have a Copilot Business or Enterprise subscription and a configured suggestion matching policy.\nFor more information about setting up a Copilot subscription, see \"Setting up a Copilot subscription for your organization\".\nFor more information about setting a suggestion matching policy, see \"Configuring suggestion matching policies for GitHub Copilot in your organization\".
\nThe response will contain the total number of new seats that were created and existing seats that were refreshed.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nCancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nCancels the Copilot seat assignment for each user specified.\nThis will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users.
\nFor more information about Copilot pricing, see \"Pricing for GitHub Copilot\".
\nFor more information about disabling access to Copilot Business or Enterprise, see \"Revoking access to GitHub Copilot for specific users in your organization\".
\nOnly organization owners can cancel Copilot seats for their organization members.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or admin:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in beta and is subject to change.
\nGets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
\nOnly organization owners can view Copilot seat assignment details for members of their organization.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot.
\nOnly organization owners can view Copilot seat assignment details for members of their organization.
\nOAuth app tokens and personal access tokens (classic) need either the manage_billing:copilot
or read:org
scopes to use this endpoint.
Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Warning
\n\nDeprecation notice: The ability to fetch code security and analysis settings for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nGets code security and analysis settings for the specified enterprise.
\nThe authenticated user must be an administrator of the enterprise in order to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the read:enterprise
scope to use this endpoint.
Warning
\n\nClosing down notice: The ability to fetch code security and analysis settings for an enterprise is closing down. Please use code security configurations instead. For more information, see the changelog.
\nGets code security and analysis settings for the specified enterprise.
\nThe authenticated user must be an administrator of the enterprise in order to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the read:enterprise
scope to use this endpoint.
Warning
\n\nDeprecation notice: The ability to update code security and analysis settings for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nUpdates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise.
\nThe authenticated user must be an administrator of the enterprise to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Warning
\n\nClosing down notice: The ability to update code security and analysis settings for an enterprise is closing down. Please use code security configurations instead. For more information, see the changelog.
\nUpdates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise.
\nThe authenticated user must be an administrator of the enterprise to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Warning
\n\nDeprecation notice: The ability to enable or disable a security feature for an enterprise is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all repositories in an enterprise.
\nThe authenticated user must be an administrator of the enterprise to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Warning
\n\nClosing down notice: The ability to enable or disable a security feature for an enterprise is closing down. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all repositories in an enterprise.
\nThe authenticated user must be an administrator of the enterprise to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nCreates a SCIM group for an enterprise.
\nWhen members are part of the group provisioning payload, they're designated as external group members. Providers are responsible for maintaining a mapping between the externalId
and id
for each user.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nCreates a SCIM group for an enterprise.
\nWhen members are part of the group provisioning payload, they're designated as external group members. Providers are responsible for maintaining a mapping between the externalId
and id
for each user.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -258724,7 +261357,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -259271,7 +261904,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo modify a group's values, you'll need to use a specific Operations JSON format which must include at least one of the following operations: add, remove, or replace. For examples and more information on this SCIM format, consult the SCIM specification. The update function can also be used to add group memberships.
\nYou can submit group memberships individually or in batches for improved efficiency.
\nNote
\n\nMemberships are referenced via a local user id. Ensure users are created before referencing them here.
\nNote
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo modify a group's values, you'll need to use a specific Operations JSON format which must include at least one of the following operations: add, remove, or replace. For examples and more information on this SCIM format, consult the SCIM specification. The update function can also be used to add group memberships.
\nYou can submit group memberships individually or in batches for improved efficiency.
\nNote
\n\nMemberships are referenced via a local user id. Ensure users are created before referencing them here.
\nNote
\n\nSCIM provisioning using the REST API is in public beta and subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nSCIM provisioning using the REST API is in public preview and subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -259826,7 +262459,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen you remove a user with a SCIM-provisioned external identity from an enterprise using a patch
with active
flag to false
, the user's metadata remains intact. This means they can potentially re-join the enterprise later. Although, while suspended, the user can't sign in. If you want to ensure the user can't re-join in the future, use the delete request. Only users who weren't permanently deleted will appear in the result list.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen you remove a user with a SCIM-provisioned external identity from an enterprise using a patch
with active
flag to false
, the user's metadata remains intact. This means they can potentially re-join the enterprise later. Although, while suspended, the user can't sign in. If you want to ensure the user can't re-join in the future, use the delete request. Only users who weren't permanently deleted will appear in the result list.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM is responsible for user provisioning, not authentication. The actual user authentication is handled by SAML. However, with SCIM enabled, users must first be provisioned via SCIM before they can sign in through SAML.
", + "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM is responsible for user provisioning, not authentication. The actual user authentication is handled by SAML. However, with SCIM enabled, users must first be provisioned via SCIM before they can sign in through SAML.
", "statusCodes": [ { "httpStatusCode": "201", @@ -261031,7 +263664,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -261561,7 +264194,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nReplaces an existing provisioned user's information.
\nYou must supply complete user information, just as you would when provisioning them initially. Any previously existing data not provided will be deleted. To update only a specific attribute, refer to the Update an attribute for a SCIM user endpoint.
\nWarning
\n\nSetting active: false
will suspend a user, and their handle and email will be obfuscated.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nReplaces an existing provisioned user's information.
\nYou must supply complete user information, just as you would when provisioning them initially. Any previously existing data not provided will be deleted. To update only a specific attribute, refer to the Update an attribute for a SCIM user endpoint.
\nWarning
\n\nSetting active: false
will suspend a user, and their handle and email will be obfuscated.
Note
\n\nSCIM provisioning for users and groups using the REST API is in public beta and subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo modify a user's attributes, you'll need to provide a Operations
JSON formatted request that includes at least one of the following actions: add, remove, or replace. For specific examples and more information on the SCIM operations format, please refer to the SCIM specification.
Note
\n\nComplex SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will be ineffective.
Warning
\n\nSetting active: false
will suspend a user, and their handle and email will be obfuscated.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nSCIM provisioning for users and groups using the REST API is in public preview and subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo modify a user's attributes, you'll need to provide a Operations
JSON formatted request that includes at least one of the following actions: add, remove, or replace. For specific examples and more information on the SCIM operations format, please refer to the SCIM specification.
Note
\n\nComplex SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will be ineffective.
Warning
\n\nSetting active: false
will suspend a user, and their handle and email will be obfuscated.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nSCIM provisioning using the REST API is in public beta and subject to change.
\nSuspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible.
", + "descriptionHTML": "Note
\n\nSCIM provisioning using the REST API is in public preview and subject to change.
\nSuspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible.
", "statusCodes": [ { "httpStatusCode": "204", @@ -263064,6 +265697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263232,6 +265871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263497,6 +266142,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -263655,13 +266303,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -263894,6 +266535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264172,6 +266819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264345,6 +266998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264623,6 +267282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265008,6 +267673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265176,6 +267847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265584,6 +268261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265752,6 +268435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265986,6 +268675,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -266144,13 +268836,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -266383,6 +269068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266661,6 +269352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266834,6 +269531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267112,6 +269815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267363,6 +270072,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -267521,13 +270233,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -267760,6 +270465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268038,6 +270749,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268211,6 +270928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268489,6 +271212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268643,6 +271372,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -268801,13 +271533,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -269040,6 +271765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269318,6 +272049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269491,6 +272228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269769,6 +272512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269935,6 +272684,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -270093,13 +272845,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -270332,6 +273077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270610,6 +273361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270783,6 +273540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271061,6 +273824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271429,6 +274198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271650,6 +274425,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -271808,13 +274586,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -272047,6 +274818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272325,6 +275102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272498,6 +275281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272776,6 +275565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273141,6 +275936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273309,6 +276110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273751,6 +276558,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -273909,13 +276719,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -274148,6 +276951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274426,6 +277235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274599,6 +277414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274877,6 +277698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275270,6 +278097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275438,6 +278271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275778,6 +278617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276132,6 +278977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276481,6 +279332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276845,6 +279702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281525,6 +284388,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281743,6 +284612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281912,6 +284787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282158,6 +285039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282471,6 +285358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282767,6 +285660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283286,7 +286185,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -283620,6 +286519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284523,6 +287428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284741,6 +287652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284910,6 +287827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285156,6 +288079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285469,6 +288398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286284,7 +289225,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -286618,6 +289559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287443,6 +290390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287661,6 +290614,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287830,6 +290789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288076,6 +291041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288389,6 +291360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288685,6 +291662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289204,7 +292187,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -289538,6 +292521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289853,7 +292842,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -290299,6 +293288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290517,6 +293512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290686,6 +293687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290932,6 +293939,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291245,6 +294258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291541,6 +294560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292060,7 +295085,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292394,6 +295419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293127,6 +296158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293345,6 +296382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293514,6 +296557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293760,6 +296809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294073,6 +297128,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294369,6 +297430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294888,7 +297955,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -295222,6 +298289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295548,7 +298621,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -296021,6 +299094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296239,6 +299318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296408,6 +299493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296654,6 +299745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296967,6 +300064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297263,6 +300366,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297782,7 +300891,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -298116,6 +301225,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299213,6 +302328,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299431,6 +302552,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299600,6 +302727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299846,6 +302979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300159,6 +303298,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300455,6 +303600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300974,7 +304125,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301308,6 +304459,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301814,6 +304971,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302404,6 +305567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302622,6 +305791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302791,6 +305966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303037,6 +306218,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303350,6 +306537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303646,6 +306839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304165,7 +307364,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -304499,6 +307698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305224,6 +308429,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305442,6 +308653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305611,6 +308828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305857,6 +309080,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306170,6 +309399,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306466,6 +309701,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306985,7 +310226,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307319,6 +310560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308002,6 +311249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308246,6 +311499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308766,6 +312025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309010,6 +312275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309536,6 +312807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309780,6 +313057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310404,6 +313687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310648,6 +313937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311178,6 +314473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311422,6 +314723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312079,6 +315386,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312370,6 +315683,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312588,6 +315907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -312757,6 +316082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313003,6 +316334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313316,6 +316653,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313612,6 +316955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314131,7 +317480,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -314465,6 +317814,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314879,6 +318234,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315048,6 +318409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315217,6 +318584,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315386,6 +318759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315921,6 +319300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316546,6 +319931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -316837,6 +320228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317055,6 +320452,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317224,6 +320627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317470,6 +320879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317783,6 +321198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318079,6 +321500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -318598,7 +322025,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -318932,6 +322359,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319346,6 +322779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319515,6 +322954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319684,6 +323129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -319853,6 +323304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320388,6 +323845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -320857,6 +324320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321081,6 +324550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321416,6 +324891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321640,6 +325121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -321975,6 +325462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322194,6 +325687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322484,6 +325983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322646,6 +326151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -322837,6 +326348,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323061,6 +326578,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323353,6 +326876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323515,6 +327044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323706,6 +327241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -323930,6 +327471,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324261,6 +327808,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324485,6 +328038,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -324816,6 +328375,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325040,6 +328605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325375,6 +328946,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325599,6 +329176,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -325891,6 +329474,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326263,6 +329852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326453,6 +330048,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326677,6 +330278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -326969,6 +330576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327341,6 +330954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327531,6 +331150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -327755,6 +331380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328100,6 +331731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328324,6 +331961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328653,6 +332296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -328877,6 +332526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329228,6 +332883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329452,6 +333113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -329803,6 +333470,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330027,6 +333700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330378,6 +334057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -330597,6 +334282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333036,6 +336727,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333492,6 +337189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -333924,6 +337627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -334388,6 +338097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -334985,6 +338700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335209,6 +338930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335544,6 +339271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -335768,6 +339501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336103,6 +339842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336327,6 +340072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336658,6 +340409,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -336882,6 +340639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337213,6 +340976,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337437,6 +341206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337772,6 +341547,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -337996,6 +341777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338288,6 +342075,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338660,6 +342453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -338850,6 +342649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339074,6 +342879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339366,6 +343177,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339738,6 +343555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -339928,6 +343751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340152,6 +343981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340497,6 +344332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -340721,6 +344562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341050,6 +344897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341274,6 +345127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341625,6 +345484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -341849,6 +345714,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342200,6 +346071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342424,6 +346301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342775,6 +346658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -342994,6 +346883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343337,6 +347232,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343534,6 +347435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -343776,6 +347683,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344140,6 +348053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344407,6 +348326,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344625,6 +348550,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -344794,6 +348725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345040,6 +348977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345353,6 +349296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -345649,6 +349598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -346168,7 +350123,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -346502,6 +350457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347107,6 +351068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347307,14 +351274,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -347480,6 +351447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -347964,6 +351937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348237,6 +352216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348461,6 +352446,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348753,6 +352744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -348943,6 +352940,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349167,6 +353170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349459,6 +353468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349649,6 +353664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -349873,6 +353894,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -352508,6 +356535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354013,6 +358046,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354338,6 +358377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -354857,7 +358902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -355501,6 +359546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -355826,6 +359877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -356345,7 +360402,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -356954,6 +361011,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357279,6 +361342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -357798,7 +361867,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -358582,6 +362651,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -359492,7 +363567,7 @@ } ], "previews": [], - "descriptionHTML": "View the progress of an import.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nImport status
\nThis section includes details about the possible values of the status
field of the Import Progress response.
An import that does not have errors will progress through these steps:
\ndetecting
- the \"detection\" step of the import is in progress because the request did not include a vcs
parameter. The import is identifying the type of source control present at the URL.importing
- the \"raw\" step of the import is in progress. This is where commit data is fetched from the original repository. The import progress response will include commit_count
(the total number of raw commits that will be imported) and percent
(0 - 100, the current progress through the import).mapping
- the \"rewrite\" step of the import is in progress. This is where SVN branches are converted to Git branches, and where author updates are applied. The import progress response does not include progress information.pushing
- the \"push\" step of the import is in progress. This is where the importer updates the repository on GitHub Enterprise Cloud. The import progress response will include push_percent
, which is the percent value reported by git push
when it is \"Writing objects\".complete
- the import is complete, and the repository is ready on GitHub Enterprise Cloud.If there are problems, you will see one of these in the status
field:
auth_failed
- the import requires authentication in order to connect to the original repository. To update authentication for the import, please see the Update an import section.error
- the import encountered an error. The import progress response will include the failed_step
and an error message. Contact GitHub Enterprise Cloud Support for more information.detection_needs_auth
- the importer requires authentication for the originating repository to continue detection. To update authentication for the import, please see the Update an import section.detection_found_nothing
- the importer didn't recognize any source control at the URL. To resolve, Cancel the import and retry with the correct URL.detection_found_multiple
- the importer found several projects or repositories at the provided URL. When this is the case, the Import Progress response will also include a project_choices
field with the possible project choices as values. To update project choice, please see the Update an import section.The project_choices field
\nWhen multiple projects are found at the provided URL, the response hash will include a project_choices
field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.
Git LFS related fields
\nThis section includes details about Git LFS related fields that may be present in the Import Progress response.
\nuse_lfs
- describes whether the import has been opted in or out of using Git LFS. The value can be opt_in
, opt_out
, or undecided
if no action has been taken.has_large_files
- the boolean value describing whether files larger than 100MB were found during the importing
step.large_files_size
- the total size in gigabytes of files larger than 100MB found in the originating repository.large_files_count
- the total number of files larger than 100MB found in the originating repository. To see a list of these files, make a \"Get Large Files\" request.View the progress of an import.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nImport status
\nThis section includes details about the possible values of the status
field of the Import Progress response.
An import that does not have errors will progress through these steps:
\ndetecting
- the \"detection\" step of the import is in progress because the request did not include a vcs
parameter. The import is identifying the type of source control present at the URL.importing
- the \"raw\" step of the import is in progress. This is where commit data is fetched from the original repository. The import progress response will include commit_count
(the total number of raw commits that will be imported) and percent
(0 - 100, the current progress through the import).mapping
- the \"rewrite\" step of the import is in progress. This is where SVN branches are converted to Git branches, and where author updates are applied. The import progress response does not include progress information.pushing
- the \"push\" step of the import is in progress. This is where the importer updates the repository on GitHub Enterprise Cloud. The import progress response will include push_percent
, which is the percent value reported by git push
when it is \"Writing objects\".complete
- the import is complete, and the repository is ready on GitHub Enterprise Cloud.If there are problems, you will see one of these in the status
field:
auth_failed
- the import requires authentication in order to connect to the original repository. To update authentication for the import, please see the Update an import section.error
- the import encountered an error. The import progress response will include the failed_step
and an error message. Contact GitHub Enterprise Cloud Support for more information.detection_needs_auth
- the importer requires authentication for the originating repository to continue detection. To update authentication for the import, please see the Update an import section.detection_found_nothing
- the importer didn't recognize any source control at the URL. To resolve, Cancel the import and retry with the correct URL.detection_found_multiple
- the importer found several projects or repositories at the provided URL. When this is the case, the Import Progress response will also include a project_choices
field with the possible project choices as values. To update project choice, please see the Update an import section.The project_choices field
\nWhen multiple projects are found at the provided URL, the response hash will include a project_choices
field, the value of which is an array of hashes each representing a project choice. The exact key/value pairs of the project hashes will differ depending on the version control type.
Git LFS related fields
\nThis section includes details about Git LFS related fields that may be present in the Import Progress response.
\nuse_lfs
- describes whether the import has been opted in or out of using Git LFS. The value can be opt_in
, opt_out
, or undecided
if no action has been taken.has_large_files
- the boolean value describing whether files larger than 100MB were found during the importing
step.large_files_size
- the total size in gigabytes of files larger than 100MB found in the originating repository.large_files_count
- the total number of files larger than 100MB found in the originating repository. To see a list of these files, make a \"Get Large Files\" request.Start a source import to a GitHub Enterprise Cloud repository using GitHub Enterprise Cloud Importer.\nImporting into a GitHub Enterprise Cloud repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity
response.
Warning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStart a source import to a GitHub Enterprise Cloud repository using GitHub Enterprise Cloud Importer.\nImporting into a GitHub Enterprise Cloud repository with GitHub Actions enabled is not supported and will\nreturn a status 422 Unprocessable Entity
response.
Warning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nAn import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.
\nSome servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple
and the Import Progress response will include a project_choices
array.\nYou can select the project to import by providing one of the objects in the project_choices
array in the update request.
Warning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nAn import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.
\nSome servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status detection_found_multiple
and the Import Progress response will include a project_choices
array.\nYou can select the project to import by providing one of the objects in the project_choices
array in the update request.
Warning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStop an import for a repository.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nStop an import for a repository.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nEach type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Enterprise Cloud Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot
into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>
.
This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nEach type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Enterprise Cloud Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot
into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>
.
This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nUpdate an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nUpdate an author's identity for the import. Your application can continue updating authors any time before you push\nnew commits to the repository.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nList files larger than 100MB found during the import
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nList files larger than 100MB found during the import
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nYou can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.
\nYou can learn more about our LFS feature and working with large files on our help\nsite.
\nWarning
\n\nDeprecation notice: Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nYou can import repositories from Subversion, Mercurial, and TFS that include files larger than 100MB. This ability\nis powered by Git LFS.
\nYou can learn more about our LFS feature and working with large files on our help\nsite.
\nWarning
\n\nEndpoint closing down notice: Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the changelog.
\nSpecifies which types of repositories non-admin organization members can create. private
is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create. private
is only available to repositories that are part of an organization on GitHub Enterprise Cloud.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Deprecated. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.
" + "description": "Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.
" } ], "progAccess": { @@ -368038,6 +372165,16 @@ 10000 ] }, + "collaborators": { + "type": [ + "integer", + "null" + ], + "description": "The number of collaborators on private repositories.\n\nThis field may be null if the number of private repositories is over 50,000.", + "examples": [ + 8 + ] + }, "billing_email": { "type": [ "string", @@ -368156,7 +372293,7 @@ }, "advanced_security_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368164,7 +372301,7 @@ }, "dependabot_alerts_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368172,7 +372309,7 @@ }, "dependabot_security_updates_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368180,7 +372317,7 @@ }, "dependency_graph_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368188,7 +372325,7 @@ }, "secret_scanning_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368196,7 +372333,7 @@ }, "secret_scanning_push_protection_enabled_for_new_repositories": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role.", "examples": [ false ], @@ -368221,7 +372358,7 @@ }, "secret_scanning_validity_checks_enabled": { "type": "boolean", - "description": "**Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", + "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "examples": [ false ], @@ -368276,7 +372413,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nParameter deprecation notice: GitHub Enterprise Cloud will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Cloud will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down. Please use code security configurations to set defaults instead. For more information on setting a default security configuration, see the changelog.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: The ability to enable or disable a security feature for all eligible repositories in an organization is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
Warning
\n\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Create a custom repository role\" endpoint instead.
\nCreates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Create a custom repository role\" endpoint instead.
\nCreates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Get a custom repository role\" endpoint instead.
\nGets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Get a custom repository role\" endpoint instead.
\nGets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Update a custom repository role\" endpoint instead.
\nUpdates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Update a custom repository role\" endpoint instead.
\nUpdates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"Delete a custom repository role\" endpoint instead.
\nDeletes a custom role from an organization. Once the custom role has been deleted, any\nuser, team, or invitation with the deleted custom role will be reassigned the inherited role. For more information about custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"Delete a custom repository role\" endpoint instead.
\nDeletes a custom role from an organization. Once the custom role has been deleted, any\nuser, team, or invitation with the deleted custom role will be reassigned the inherited role. For more information about custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after September 6, 2023. Use the \"List fine-grained repository permissions\" endpoint instead.
\nLists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see \"About custom repository roles.\"
\nTo use this endpoint the authenticated user must be an administrator of the organization or of a repository of the organization.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed after September 6, 2023. Use the \"List fine-grained repository permissions\" endpoint instead.
\nLists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see \"About custom repository roles.\"
\nTo use this endpoint the authenticated user must be an administrator of the organization or of a repository of the organization.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -490581,6 +498777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492236,6 +500438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492988,6 +501196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -493507,7 +501721,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -493978,6 +502192,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494264,6 +502484,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494783,7 +503009,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -495195,6 +503421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -495714,7 +503946,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -496397,6 +504629,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -497620,6 +505858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -498139,7 +506383,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -499207,6 +507451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -499959,6 +508209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -500478,7 +508734,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -500949,6 +509205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501235,6 +509497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -501754,7 +510022,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -502166,6 +510434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -502685,7 +510959,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -503506,6 +511780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -509138,6 +517418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -510586,6 +518872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511338,6 +519630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -511857,7 +520155,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -512328,6 +520626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -512614,6 +520918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -513133,7 +521443,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -513545,6 +521855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -514064,7 +522380,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -523918,7 +532234,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524020,7 +532336,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -524040,7 +532356,7 @@ "serverUrl": "https://api.github.com", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524148,7 +532464,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -524168,7 +532484,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -524230,7 +532546,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -529240,7 +537556,7 @@ { "name": "sort", "deprecated": true, - "description": "This field is deprecated. Sorts the results of your query. Can only be indexed
, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: best match
This field is closing down. Sorts the results of your query. Can only be indexed
, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: best match
This field is deprecated. Determines whether the first search result returned is the highest number of matches (desc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.
This field is closing down. Determines whether the first search result returned is the highest number of matches (desc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.
A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -536673,7 +545072,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -536759,7 +545160,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -536982,6 +545385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537192,6 +545601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537715,6 +546130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -537763,6 +546184,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -537907,6 +546342,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -538057,7 +546512,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "active" + "validity": "active", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -538143,7 +546600,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -538366,6 +546825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -538576,6 +547041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539099,6 +547570,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539147,6 +547624,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or enterprise." } } } @@ -539300,6 +547791,26 @@ "schema": { "type": "string" } + }, + { + "name": "is_publicly_leaked", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } + }, + { + "name": "is_multi_repo", + "in": "query", + "description": "A boolean value representing whether or not to filter alerts by the multi-repo tag being present.
", + "required": false, + "schema": { + "type": "boolean", + "default": false + } } ], "bodyParameters": [], @@ -539384,7 +547895,9 @@ "push_protection_bypassed": true, "push_protection_bypassed_at": "2020-11-06T21:48:51Z", "resolution_comment": "Example comment", - "validity": "inactive" + "validity": "inactive", + "publicly_leaked": false, + "multi_repo": false }, { "number": 1, @@ -539403,7 +547916,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false } ], "schema": { @@ -539626,6 +548141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539821,6 +548342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -539862,6 +548389,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -539968,7 +548509,9 @@ "push_protection_bypassed": false, "push_protection_bypassed_at": null, "resolution_comment": null, - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -540188,6 +548731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -540383,6 +548932,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -540424,6 +548979,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -540588,7 +549157,9 @@ "push_protection_bypassed_by": null, "push_protection_bypassed_at": null, "resolution_comment": "Example comment", - "validity": "unknown" + "validity": "unknown", + "publicly_leaked": false, + "multi_repo": false }, "schema": { "type": "object", @@ -540808,6 +549379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -541003,6 +549580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -541044,6 +549627,20 @@ "inactive", "unknown" ] + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories under the same organization or enterprise." } } } @@ -542629,6 +551226,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -543372,6 +551975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544219,6 +552828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544390,6 +553005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -544907,6 +553528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -545110,6 +553737,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -545528,6 +554161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546725,6 +555364,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -546896,6 +555541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547413,6 +556064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -547616,6 +556273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -548034,6 +556697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549142,6 +557811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549313,6 +557988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -549830,6 +558511,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550033,6 +558720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -550451,6 +559144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -551408,6 +560107,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -551579,6 +560284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552096,6 +560807,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552299,6 +561016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -552717,6 +561440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -553661,6 +562390,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -553832,6 +562567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554349,6 +563090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554552,6 +563299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -554970,6 +563723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556071,6 +564830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556242,6 +565007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556759,6 +565530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -556962,6 +565739,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -557380,6 +566163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558263,6 +567052,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558434,6 +567229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -558951,6 +567752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559154,6 +567961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -559572,6 +568385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -560842,6 +569661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -561594,6 +570419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562113,7 +570944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -562584,6 +571415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -562870,6 +571707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -563389,7 +572232,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -563801,6 +572644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -564320,7 +573169,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -565115,7 +573964,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -566694,7 +575543,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -568509,6 +577358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -568867,6 +577722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -569457,6 +578318,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -570602,6 +579469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -572446,7 +581319,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -573966,7 +582839,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -574315,6 +583188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -574394,7 +583273,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -574667,6 +583546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -574745,7 +583630,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -577469,7 +586366,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations
endpoint.
The return hash contains a role
field which refers to the Organization Invitation role and will be one of the following values: direct_member
, admin
, billing_manager
, hiring_manager
, or reinstate
. If the invitee is not a GitHub Enterprise Cloud member, the login
field in the return hash will be null
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List pending team invitations
endpoint.
The return hash contains a role
field which refers to the Organization Invitation role and will be one of the following values: direct_member
, admin
, billing_manager
, hiring_manager
, or reinstate
. If the invitee is not a GitHub Enterprise Cloud member, the login
field in the return hash will be null
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -588281,7 +597298,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -588349,7 +597366,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -588707,7 +597724,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Cloud team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Cloud.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List IdP groups for a team
endpoint.
Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nList IdP groups connected to a team on GitHub Enterprise Cloud.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List IdP groups for a team
endpoint.
Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nList IdP groups connected to a team on GitHub Enterprise Cloud.
", "statusCodes": [ { "httpStatusCode": "200", @@ -589518,7 +598535,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create or update IdP group connections
endpoint.
Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nCreates, updates, or removes a connection between a team and an IdP group. When adding groups to a team, you must include all new and existing groups to avoid replacing existing groups with the new ones. Specifying an empty groups
array will remove all connections for a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create or update IdP group connections
endpoint.
Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nCreates, updates, or removes a connection between a team and an IdP group. When adding groups to a team, you must include all new and existing groups to avoid replacing existing groups with the new ones. Specifying an empty groups
array will remove all connections for a team.
If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -91385,7 +92183,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -91884,7 +92682,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91937,7 +92735,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92317,6 +93115,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92836,7 +93640,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93451,7 +94255,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -93511,7 +94315,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -93959,6 +94763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94200,7 +95010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94253,7 +95063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94542,6 +95352,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94883,6 +95699,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95297,6 +96119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95668,7 +96496,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95721,7 +96549,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96020,6 +96848,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96347,6 +97181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96718,7 +97558,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96771,7 +97611,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97070,6 +97910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97395,6 +98241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97766,7 +98618,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97819,7 +98671,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98118,6 +98970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98637,6 +99495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99156,7 +100020,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99695,6 +100559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100066,7 +100936,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100119,7 +100989,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100418,6 +101288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100977,6 +101853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101496,7 +102378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102234,6 +103116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102475,7 +103363,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102528,7 +103416,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102817,6 +103705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103223,6 +104117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103464,7 +104364,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103517,7 +104417,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103806,6 +104706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105281,6 +106187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105694,6 +106606,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106012,6 +106930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106425,6 +107349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106693,6 +107623,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -106868,6 +107801,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107554,6 +108493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107731,6 +108676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108186,6 +109137,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108599,6 +109556,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108917,6 +109880,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109330,6 +110299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109598,6 +110573,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -109773,6 +110751,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110487,6 +111471,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110664,6 +111654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111119,6 +112115,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111532,6 +112534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111850,6 +112858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112263,6 +113277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112531,6 +113551,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112706,6 +113729,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113526,6 +114555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113703,6 +114738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114440,6 +115481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114853,6 +115900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115171,6 +116224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115584,6 +116643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115852,6 +116917,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116027,6 +117095,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116254,7 +117328,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -168574,6 +170208,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169152,6 +170792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170131,6 +171777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170512,6 +172164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171759,6 +173417,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171998,6 +173662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173614,6 +175284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173853,6 +175529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174385,7 +176067,7 @@ }, { "name": "page", - "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -201708,7 +203509,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -202255,7 +204056,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -202810,7 +204611,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204545,7 +206346,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", "statusCodes": [ { "httpStatusCode": "204", @@ -206267,6 +208068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206508,7 +208315,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -206561,7 +208368,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -206850,6 +208657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207182,6 +208995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207648,6 +209467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207889,7 +209714,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -207942,7 +209767,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -208231,6 +210056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208560,6 +210391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208801,7 +210638,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -208854,7 +210691,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209143,6 +210980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209822,6 +211665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209990,6 +211839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210255,6 +212110,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -210413,13 +212271,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -210652,6 +212503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210930,6 +212787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211103,6 +212966,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211381,6 +213250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211766,6 +213641,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211934,6 +213815,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212342,6 +214229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212510,6 +214403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212744,6 +214643,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -212902,13 +214804,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213141,6 +215036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213419,6 +215320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213592,6 +215499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213870,6 +215783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214121,6 +216040,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -214279,13 +216201,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -214518,6 +216433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214796,6 +216717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214969,6 +216896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215247,6 +217180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215401,6 +217340,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215559,13 +217501,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215798,6 +217733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216076,6 +218017,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216249,6 +218196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216527,6 +218480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216693,6 +218652,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216851,13 +218813,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217090,6 +219045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217368,6 +219329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217541,6 +219508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217819,6 +219792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218187,6 +220166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218408,6 +220393,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218566,13 +220554,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218805,6 +220786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219083,6 +221070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219256,6 +221249,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219534,6 +221533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219899,6 +221904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220067,6 +222078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220509,6 +222526,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -220667,13 +222687,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -220906,6 +222919,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221184,6 +223203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221357,6 +223382,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221635,6 +223666,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222028,6 +224065,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222196,6 +224239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222536,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222890,6 +224945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223239,6 +225300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223603,6 +225670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227400,6 +229473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227618,6 +229697,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227787,6 +229872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228033,6 +230124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228346,6 +230443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228642,6 +230745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229161,7 +231270,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -229489,6 +231598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230392,6 +232507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230610,6 +232731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230779,6 +232906,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231025,6 +233158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231338,6 +233477,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231634,6 +233779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232153,7 +234304,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232481,6 +234632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233306,6 +235463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233524,6 +235687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233693,6 +235862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233939,6 +236114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234252,6 +236433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234548,6 +236735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235067,7 +237260,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235395,6 +237588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235710,7 +237909,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -236156,6 +238355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236543,6 +238754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236789,6 +239006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237102,6 +239325,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237398,6 +239627,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237917,7 +240152,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238245,6 +240480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238978,6 +241219,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239196,6 +241443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239365,6 +241618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239611,6 +241870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239924,6 +242189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240220,6 +242491,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240739,7 +243016,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -241067,6 +243344,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241393,7 +243676,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -241866,6 +244149,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242084,6 +244373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242253,6 +244548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242499,6 +244800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242812,6 +245119,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243108,6 +245421,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243627,7 +245946,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243955,6 +246274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245052,6 +247377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245270,6 +247601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245439,6 +247776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245685,6 +248028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245998,6 +248347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246294,6 +248649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246813,7 +249174,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -247141,6 +249502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247647,6 +250014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248237,6 +250610,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248455,6 +250834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248624,6 +251009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248870,6 +251261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249183,6 +251580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249479,6 +251882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249998,7 +252407,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -250326,6 +252735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251051,6 +253466,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251269,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251438,6 +253865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251684,6 +254117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251997,6 +254436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252293,6 +254738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252812,7 +255263,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253140,6 +255591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253823,6 +256280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254061,6 +256524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254581,6 +257050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254819,6 +257294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255345,6 +257826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255583,6 +258070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256207,6 +258700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256445,6 +258944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256975,6 +259480,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257213,6 +259724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257870,6 +260387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258161,6 +260684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258379,6 +260908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258548,6 +261083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258794,6 +261335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259107,6 +261654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259403,6 +261956,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259922,7 +262481,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -260250,6 +262809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260664,6 +263229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260833,6 +263404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261002,6 +263579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261171,6 +263754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261700,6 +264289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262325,6 +264920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262616,6 +265217,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262834,6 +265441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263003,6 +265616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263249,6 +265868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263562,6 +266187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263858,6 +266489,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264377,7 +267014,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -264705,6 +267342,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265119,6 +267762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265288,6 +267937,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265457,174 +268112,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -266155,6 +268822,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266624,6 +269297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266842,6 +269521,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267177,6 +269862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267395,6 +270086,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267730,6 +270427,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267943,6 +270646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268233,6 +270942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268395,6 +271110,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268586,6 +271307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268804,6 +271531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269096,6 +271829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269258,6 +271997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269449,6 +272194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269667,6 +272418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269998,6 +272755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270216,6 +272979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270547,6 +273316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270765,6 +273540,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271100,6 +273881,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271318,6 +274105,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271610,6 +274403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271982,6 +274781,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272172,6 +274977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272390,6 +275201,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272682,6 +275499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273054,6 +275877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273244,6 +276073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273462,6 +276297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273807,6 +276648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274025,6 +276872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274354,6 +277207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274572,6 +277431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274923,6 +277788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275141,6 +278012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275492,6 +278369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275710,6 +278593,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276061,6 +278950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276274,6 +279169,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278713,6 +281614,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279169,6 +282076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279601,6 +282514,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280065,6 +282984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280662,6 +283587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280880,6 +283811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281215,6 +284152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281433,6 +284376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281768,6 +284717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281986,6 +284941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282317,6 +285278,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282535,6 +285502,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282866,6 +285839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283084,6 +286063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283419,6 +286404,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283637,6 +286628,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283929,6 +286926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284301,6 +287304,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284491,6 +287500,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284709,6 +287724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285001,6 +288022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285373,6 +288400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285563,6 +288596,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285781,6 +288820,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286126,6 +289171,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286344,6 +289395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286673,6 +289730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286891,6 +289954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287242,6 +290311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287460,6 +290535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287811,6 +290892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288029,6 +291116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288380,6 +291473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288593,6 +291692,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288936,6 +292041,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289133,6 +292244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289369,6 +292486,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289733,6 +292856,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290000,6 +293129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290218,6 +293353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290387,6 +293528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290633,6 +293780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290946,6 +294099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291242,6 +294401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291761,7 +294926,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292089,6 +295254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292694,6 +295865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292894,14 +296071,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -293067,6 +296244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293551,6 +296734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293824,6 +297013,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294042,6 +297237,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294334,6 +297535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294524,6 +297731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294742,6 +297955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295034,6 +298253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295224,6 +298449,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295442,6 +298673,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297418,6 +300655,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298202,6 +301445,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298527,6 +301776,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299046,7 +302301,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -299690,6 +302945,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300015,6 +303276,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300534,7 +303801,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301143,6 +304410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301468,6 +304741,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301987,7 +305266,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302768,6 +306047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303787,6 +307072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304112,6 +307403,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304631,7 +307928,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305268,6 +308565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305593,6 +308896,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306112,7 +309421,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -306740,6 +310049,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307676,6 +310991,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307716,7 +311037,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", "statusCodes": [ { "httpStatusCode": "204", @@ -308439,6 +311766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308680,7 +312013,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -308733,7 +312066,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -309022,6 +312355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309085,7 +312424,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", "statusCodes": [ { "httpStatusCode": "201", @@ -310440,6 +313791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310681,7 +314038,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -310734,7 +314091,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311023,6 +314380,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311104,7 +314467,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -312008,7 +315383,7 @@ }, { "httpStatusCode": "201", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -314233,6 +317632,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314474,7 +317879,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314527,7 +317932,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -314816,6 +318221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314878,7 +318289,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", "statusCodes": [ { "httpStatusCode": "200", @@ -315933,7 +319356,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nSpecifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Warning
\n\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -421530,6 +428954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423149,6 +430579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -423901,6 +431337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -424420,7 +431862,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -424891,6 +432333,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425177,6 +432625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -425696,7 +433150,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -426108,6 +433562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -426627,7 +434087,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -427288,6 +434748,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428475,6 +435941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -428994,7 +436466,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -430062,6 +437534,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430814,6 +438292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431333,7 +438817,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431804,6 +439288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432090,6 +439580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432609,7 +440105,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -433021,6 +440517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433540,7 +441042,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -434317,6 +441819,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439671,6 +447179,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441083,6 +448597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441835,6 +449355,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442354,7 +449880,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -442825,6 +450351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443111,6 +450643,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443630,7 +451168,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444042,6 +451580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444561,7 +452105,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -445073,7 +452617,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445175,7 +452719,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -445195,7 +452739,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445303,7 +452847,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -445323,7 +452867,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -445385,7 +452929,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -448210,6 +455754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449469,6 +457019,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449712,6 +457268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450833,6 +458395,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451001,6 +458569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451212,6 +458786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451459,6 +459039,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451945,6 +459531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452464,7 +460056,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -452802,6 +460394,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453687,6 +461285,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454895,6 +462499,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -455506,6 +463113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455716,6 +463329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456239,6 +463858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456870,6 +464495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457080,6 +464711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457603,6 +465240,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458110,6 +465753,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458305,6 +465954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458656,6 +466311,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458851,6 +466512,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459264,6 +466931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459459,6 +467132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -460387,7 +468066,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -461956,7 +469635,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -463755,6 +471434,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464113,6 +471798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464700,6 +472391,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465809,6 +473506,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467645,7 +475348,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -469149,7 +476852,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -469498,6 +477201,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469577,7 +477286,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -469850,6 +477559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469928,7 +477643,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -472613,7 +480340,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -482734,7 +490569,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -482802,7 +490637,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -483160,7 +490995,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -91409,7 +92207,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -91908,7 +92706,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -91961,7 +92759,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92341,6 +93139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -92860,7 +93664,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93475,7 +94279,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -93535,7 +94339,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -93983,6 +94787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94224,7 +95034,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94277,7 +95087,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94566,6 +95376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94907,6 +95723,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95321,6 +96143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95692,7 +96520,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95745,7 +96573,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96044,6 +96872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96371,6 +97205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96742,7 +97582,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96795,7 +97635,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97094,6 +97934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97419,6 +98265,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97790,7 +98642,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97843,7 +98695,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98142,6 +98994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98661,6 +99519,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99180,7 +100044,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99719,6 +100583,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100090,7 +100960,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100143,7 +101013,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100442,6 +101312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101001,6 +101877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101520,7 +102402,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102258,6 +103140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102499,7 +103387,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102552,7 +103440,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -102841,6 +103729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103247,6 +104141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103488,7 +104388,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103541,7 +104441,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103830,6 +104730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105305,6 +106211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105718,6 +106630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106036,6 +106954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106449,6 +107373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106717,6 +107647,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -106892,6 +107825,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107578,6 +108517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107755,6 +108700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108210,6 +109161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108623,6 +109580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108941,6 +109904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109354,6 +110323,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109622,6 +110597,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -109797,6 +110775,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110511,6 +111495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110688,6 +111678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111143,6 +112139,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111556,6 +112558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111874,6 +112882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112287,6 +113301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112555,6 +113575,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -112730,6 +113753,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113550,6 +114579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113727,6 +114762,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114464,6 +115505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114877,6 +115924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115195,6 +116248,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115608,6 +116667,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115876,6 +116941,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116051,6 +117119,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116278,7 +117352,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -168610,6 +170244,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169188,6 +170828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170167,6 +171813,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170548,6 +172200,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171795,6 +173453,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172034,6 +173698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173650,6 +175320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173889,6 +175565,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174421,7 +176103,7 @@ }, { "name": "page", - "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -201952,7 +203753,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -202499,7 +204300,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -203054,7 +204855,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204789,7 +206590,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", "statusCodes": [ { "httpStatusCode": "204", @@ -206511,6 +208312,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -206752,7 +208559,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -206805,7 +208612,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -207094,6 +208901,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207426,6 +209239,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -207892,6 +209711,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208133,7 +209958,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -208186,7 +210011,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -208475,6 +210300,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208804,6 +210635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209045,7 +210882,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209098,7 +210935,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209387,6 +211224,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210066,6 +211909,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210234,6 +212083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210499,6 +212354,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -210657,13 +212515,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -210896,6 +212747,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211174,6 +213031,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211347,6 +213210,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211625,6 +213494,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212010,6 +213885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212178,6 +214059,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212586,6 +214473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212754,6 +214647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212988,6 +214887,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213146,13 +215048,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213385,6 +215280,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213663,6 +215564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213836,6 +215743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214114,6 +216027,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214365,6 +216284,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -214523,13 +216445,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -214762,6 +216677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215040,6 +216961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215213,6 +217140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215491,6 +217424,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215645,6 +217584,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215803,13 +217745,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -216042,6 +217977,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216320,6 +218261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216493,6 +218440,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216771,6 +218724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216937,6 +218896,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -217095,13 +219057,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217334,6 +219289,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217612,6 +219573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217785,6 +219752,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218063,6 +220036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218431,6 +220410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218652,6 +220637,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218810,13 +220798,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219049,6 +221030,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219327,6 +221314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219500,6 +221493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219778,6 +221777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220143,6 +222148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220311,6 +222322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220753,6 +222770,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -220911,13 +222931,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221150,6 +223163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221428,6 +223447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221601,6 +223626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221879,6 +223910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222272,6 +224309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222440,6 +224483,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222780,6 +224829,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223134,6 +225189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223483,6 +225544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223847,6 +225914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227644,6 +229717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -227862,6 +229941,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228031,6 +230116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228277,6 +230368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228590,6 +230687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -228886,6 +230989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229405,7 +231514,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -229733,6 +231842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230636,6 +232751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230854,6 +232975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231023,6 +233150,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231269,6 +233402,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231582,6 +233721,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231878,6 +234023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232397,7 +234548,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232725,6 +234876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233550,6 +235707,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233768,6 +235931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233937,6 +236106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234183,6 +236358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234496,6 +236677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234792,6 +236979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235311,7 +237504,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235639,6 +237832,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235954,7 +238153,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -236400,6 +238599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236618,6 +238823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236787,6 +238998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237033,6 +239250,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237346,6 +239569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237642,6 +239871,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238161,7 +240396,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238489,6 +240724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239222,6 +241463,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239440,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239609,6 +241862,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239855,6 +242114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240168,6 +242433,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240464,6 +242735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240983,7 +243260,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -241311,6 +243588,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241637,7 +243920,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -242110,6 +244393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242328,6 +244617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242497,6 +244792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242743,6 +245044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243056,6 +245363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243352,6 +245665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243871,7 +246190,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -244199,6 +246518,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245296,6 +247621,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245514,6 +247845,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245683,6 +248020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245929,6 +248272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246242,6 +248591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246538,6 +248893,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247057,7 +249418,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -247385,6 +249746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247891,6 +250258,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248481,6 +250854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248699,6 +251078,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248868,6 +251253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249114,6 +251505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249427,6 +251824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249723,6 +252126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250242,7 +252651,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -250570,6 +252979,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251295,6 +253710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251513,6 +253934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251682,6 +254109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251928,6 +254361,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252241,6 +254680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252537,6 +254982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253056,7 +255507,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253384,6 +255835,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254067,6 +256524,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254305,6 +256768,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254825,6 +257294,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255063,6 +257538,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255589,6 +258070,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255827,6 +258314,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256451,6 +258944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256689,6 +259188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257219,6 +259724,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257457,6 +259968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258114,6 +260631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258405,6 +260928,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258623,6 +261152,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258792,6 +261327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259038,6 +261579,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259351,6 +261898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259647,6 +262200,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260166,7 +262725,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -260494,6 +263053,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260908,6 +263473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261077,6 +263648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261246,6 +263823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261415,6 +263998,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261944,6 +264533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262569,6 +265164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262860,6 +265461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263078,6 +265685,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263247,6 +265860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263493,6 +266112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263806,6 +266431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264102,6 +266733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264621,7 +267258,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -264949,6 +267586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265363,6 +268006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265532,6 +268181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265701,174 +268356,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -266399,6 +269066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266868,6 +269541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267086,6 +269765,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267421,6 +270106,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267639,6 +270330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267974,6 +270671,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268187,6 +270890,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268477,6 +271186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268639,6 +271354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268830,6 +271551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269048,6 +271775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269340,6 +272073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269502,6 +272241,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269693,6 +272438,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269911,6 +272662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270242,6 +272999,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270460,6 +273223,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270791,6 +273560,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271009,6 +273784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271344,6 +274125,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271562,6 +274349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271854,6 +274647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272226,6 +275025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272416,6 +275221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272634,6 +275445,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272926,6 +275743,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273298,6 +276121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273488,6 +276317,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273706,6 +276541,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274051,6 +276892,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274269,6 +277116,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274598,6 +277451,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274816,6 +277675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275167,6 +278032,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275385,6 +278256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275736,6 +278613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275954,6 +278837,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276305,6 +279194,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276518,6 +279413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278957,6 +281858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279413,6 +282320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -279845,6 +282758,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280309,6 +283228,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -280906,6 +283831,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281124,6 +284055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281459,6 +284396,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281677,6 +284620,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282012,6 +284961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282230,6 +285185,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282561,6 +285522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282779,6 +285746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283110,6 +286083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283328,6 +286307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283663,6 +286648,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283881,6 +286872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284173,6 +287170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284545,6 +287548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284735,6 +287744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284953,6 +287968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285245,6 +288266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285617,6 +288644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285807,6 +288840,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286025,6 +289064,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286370,6 +289415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286588,6 +289639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286917,6 +289974,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287135,6 +290198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287486,6 +290555,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287704,6 +290779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288055,6 +291136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288273,6 +291360,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288624,6 +291717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288837,6 +291936,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289180,6 +292285,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289377,6 +292488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289613,6 +292730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289977,6 +293100,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290244,6 +293373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290462,6 +293597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290631,6 +293772,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290877,6 +294024,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291190,6 +294343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291486,6 +294645,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292005,7 +295170,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -292333,6 +295498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292938,6 +296109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293138,14 +296315,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -293311,6 +296488,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293795,6 +296978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294068,6 +297257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294286,6 +297481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294578,6 +297779,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294768,6 +297975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294986,6 +298199,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295278,6 +298497,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295468,6 +298693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295686,6 +298917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297662,6 +300899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298446,6 +301689,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298771,6 +302020,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299290,7 +302545,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -299934,6 +303189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300259,6 +303520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300778,7 +304045,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -301387,6 +304654,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301712,6 +304985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302231,7 +305510,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303012,6 +306291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304031,6 +307316,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304356,6 +307647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304875,7 +308172,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305512,6 +308809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -305837,6 +309140,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306356,7 +309665,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -306984,6 +310293,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307920,6 +311235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307960,7 +311281,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", "statusCodes": [ { "httpStatusCode": "204", @@ -308683,6 +312010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308924,7 +312257,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -308977,7 +312310,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -309266,6 +312599,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -309329,7 +312668,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", "statusCodes": [ { "httpStatusCode": "201", @@ -310684,6 +314035,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310925,7 +314282,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -310978,7 +314335,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311267,6 +314624,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311348,7 +314711,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -312252,7 +315627,7 @@ }, { "httpStatusCode": "201", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -314477,6 +317876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -314718,7 +318123,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -314771,7 +318176,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -315060,6 +318465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -315122,7 +318533,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", "statusCodes": [ { "httpStatusCode": "200", @@ -316177,7 +319600,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nSpecifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Warning
\n\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Response
", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "Response
", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -397455,6 +404570,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -397803,6 +404924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398069,6 +405196,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398525,6 +405658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -398873,6 +406012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399139,6 +406284,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399594,6 +406745,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -399945,6 +407102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400211,6 +407374,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400666,6 +407835,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401014,6 +408189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401280,6 +408461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401729,6 +408916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402071,6 +409264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402337,6 +409536,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402777,6 +409982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402840,7 +410051,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -427849,6 +435279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -429468,6 +436904,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430220,6 +437662,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -430739,7 +438187,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -431210,6 +438658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -431496,6 +438950,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432015,7 +439475,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -432427,6 +439887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432946,7 +440412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -433607,6 +441073,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434794,6 +442266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435313,7 +442791,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436381,6 +443859,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437133,6 +444617,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437652,7 +445142,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -438123,6 +445613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438409,6 +445905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438928,7 +446430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439340,6 +446842,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439859,7 +447367,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -440636,6 +448144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445990,6 +453504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447402,6 +454922,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448154,6 +455680,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448673,7 +456205,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -449144,6 +456676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449430,6 +456968,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -449949,7 +457493,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -450361,6 +457905,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450880,7 +458430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -457925,7 +465475,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458027,7 +465577,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -458047,7 +465597,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458155,7 +465705,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -458175,7 +465725,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -458237,7 +465787,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -461062,6 +468612,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462321,6 +469877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -462564,6 +470126,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463685,6 +471253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -463853,216 +471427,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -464311,6 +471897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -464797,6 +472389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465316,7 +472914,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -465654,6 +473252,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -466539,6 +474143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467747,6 +475357,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -468358,6 +475971,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468568,6 +476187,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469091,6 +476716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469722,6 +477353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469932,6 +477569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470455,6 +478098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470962,6 +478611,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471157,6 +478812,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471508,6 +479169,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471703,6 +479370,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472116,6 +479789,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472311,6 +479990,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473726,6 +481411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474469,6 +482160,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474936,7 +482633,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -476519,7 +484216,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -478332,6 +486029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478690,6 +486393,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479277,6 +486986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480386,6 +488101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482229,7 +489950,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -483747,7 +491468,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -484096,6 +491817,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484175,7 +491902,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -484448,6 +492175,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484526,7 +492259,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -487211,7 +494956,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -497339,7 +505192,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -497407,7 +505260,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -497765,7 +505618,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -91549,7 +92347,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -92065,7 +92863,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92118,7 +92916,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92498,6 +93296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93017,7 +93821,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93651,7 +94455,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -93711,7 +94515,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -94159,6 +94963,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94417,7 +95227,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94470,7 +95280,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94759,6 +95569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95100,6 +95916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95514,6 +96336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95902,7 +96730,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -95955,7 +96783,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96254,6 +97082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96581,6 +97415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96969,7 +97809,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97022,7 +97862,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97321,6 +98161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97646,6 +98492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98034,7 +98886,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98087,7 +98939,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98386,6 +99238,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98905,6 +99763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99424,7 +100288,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -99963,6 +100827,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100351,7 +101221,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100404,7 +101274,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100703,6 +101573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101262,6 +102138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101781,7 +102663,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102519,6 +103401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102777,7 +103665,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102830,7 +103718,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103119,6 +104007,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103525,6 +104419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103783,7 +104683,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103836,7 +104736,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104125,6 +105025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105626,6 +106532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106039,6 +106951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106357,6 +107275,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106770,6 +107694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107038,6 +107968,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107213,6 +108146,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -107899,6 +108838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108076,6 +109021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108531,6 +109482,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108944,6 +109901,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109262,6 +110225,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109675,6 +110644,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109943,6 +110918,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110118,6 +111096,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110832,6 +111816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111009,6 +111999,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111464,6 +112460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111877,6 +112879,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112195,6 +113203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112608,6 +113622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112876,6 +113896,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113051,6 +114074,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -113871,6 +114900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114048,6 +115083,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114785,6 +115826,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115198,6 +116245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115516,6 +116569,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115929,6 +116988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116197,6 +117262,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116372,6 +117440,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116599,7 +117673,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -168930,6 +170564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169508,6 +171148,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170487,6 +172133,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170868,6 +172520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172115,6 +173773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172354,6 +174018,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -173970,6 +175640,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174209,6 +175885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174741,7 +176423,7 @@ }, { "name": "page", - "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204138,7 +205939,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204685,7 +206486,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -205240,7 +207041,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -206975,7 +208776,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", "statusCodes": [ { "httpStatusCode": "204", @@ -208697,6 +210498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -208955,7 +210762,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209008,7 +210815,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209297,6 +211104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209629,6 +211442,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210095,6 +211914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210353,7 +212178,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210406,7 +212231,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210695,6 +212520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211024,6 +212855,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211282,7 +213119,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211335,7 +213172,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211624,6 +213461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212303,6 +214146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212471,6 +214320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212736,6 +214591,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -212894,13 +214752,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213133,6 +214984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213411,6 +215268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213584,6 +215447,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213862,6 +215731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214247,6 +216122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214415,6 +216296,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214823,6 +216710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214991,6 +216884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215225,6 +217124,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215383,13 +217285,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215622,6 +217517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215900,6 +217801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216073,6 +217980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216351,6 +218264,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216602,6 +218521,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216760,13 +218682,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -216999,6 +218914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217277,6 +219198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217450,6 +219377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217728,6 +219661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217882,6 +219821,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218040,13 +219982,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218279,6 +220214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218557,6 +220498,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218730,6 +220677,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219008,6 +220961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219174,6 +221133,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219332,13 +221294,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219571,6 +221526,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219849,6 +221810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220022,6 +221989,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220300,6 +222273,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220668,6 +222647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220889,6 +222874,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221047,13 +223035,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221286,6 +223267,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221564,6 +223551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221737,6 +223730,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222015,6 +224014,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222380,6 +224385,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222548,6 +224559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222990,6 +225007,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223148,13 +225168,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223387,6 +225400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223665,6 +225684,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223838,6 +225863,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224116,6 +226147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224509,6 +226546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224677,6 +226720,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225017,6 +227066,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225371,6 +227426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225720,6 +227781,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226084,6 +228151,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -229881,6 +231954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230099,6 +232178,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230268,6 +232353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230514,6 +232605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230827,6 +232924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231123,6 +233226,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231642,7 +233751,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -231970,6 +234079,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -232873,6 +234988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233091,6 +235212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233260,6 +235387,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233506,6 +235639,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233819,6 +235958,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234115,6 +236260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234634,7 +236785,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -234962,6 +237113,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235787,6 +237944,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236005,6 +238168,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236174,6 +238343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236420,6 +238595,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236733,6 +238914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237029,6 +239216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237548,7 +239741,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -237876,6 +240069,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238191,7 +240390,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -238637,6 +240836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238855,6 +241060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239024,6 +241235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239270,6 +241487,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239583,6 +241806,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239879,6 +242108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240398,7 +242633,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240726,6 +242961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241459,6 +243700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241677,6 +243924,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241846,6 +244099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242092,6 +244351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242405,6 +244670,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242701,6 +244972,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243220,7 +245497,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243548,6 +245825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243874,7 +246157,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -244347,6 +246630,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244565,6 +246854,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244734,6 +247029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244980,6 +247281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245293,6 +247600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245589,6 +247902,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246108,7 +248427,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246436,6 +248755,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247533,6 +249858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247751,6 +250082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247920,6 +250257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248166,6 +250509,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248479,6 +250828,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248775,6 +251130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249294,7 +251655,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249622,6 +251983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250128,6 +252495,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250718,6 +253091,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250936,6 +253315,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251105,6 +253490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251351,6 +253742,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251664,6 +254061,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251960,6 +254363,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252479,7 +254888,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -252807,6 +255216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253532,6 +255947,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253750,6 +256171,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253919,6 +256346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254165,6 +256598,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254478,6 +256917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254774,6 +257219,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255293,7 +257744,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255621,6 +258072,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256304,6 +258761,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256542,6 +259005,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257062,6 +259531,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257300,6 +259775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257826,6 +260307,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258064,6 +260551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258688,6 +261181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258926,6 +261425,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259456,6 +261961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259694,6 +262205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260351,6 +262868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260642,6 +263165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260860,6 +263389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261029,6 +263564,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261275,6 +263816,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261588,6 +264135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261884,6 +264437,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262403,7 +264962,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262731,6 +265290,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263145,6 +265710,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263314,6 +265885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263483,6 +266060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263652,6 +266235,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264181,6 +266770,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264806,6 +267401,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265097,6 +267698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265315,6 +267922,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265484,6 +268097,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265730,6 +268349,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266043,6 +268668,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266339,6 +268970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266858,7 +269495,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267186,6 +269823,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267600,6 +270243,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267769,6 +270418,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267938,174 +270593,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268636,6 +271303,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269105,6 +271778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269323,6 +272002,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269658,6 +272343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269876,6 +272567,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270211,6 +272908,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270424,6 +273127,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270714,6 +273423,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270876,6 +273591,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271067,6 +273788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271285,6 +274012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271577,6 +274310,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271739,6 +274478,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271930,6 +274675,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272148,6 +274899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272479,6 +275236,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272697,6 +275460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273028,6 +275797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273246,6 +276021,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273581,6 +276362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273799,6 +276586,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274091,6 +276884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274463,6 +277262,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274653,6 +277458,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274871,6 +277682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275163,6 +277980,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275535,6 +278358,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275725,6 +278554,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275943,6 +278778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276288,6 +279129,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276506,6 +279353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276835,6 +279688,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277053,6 +279912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277404,6 +280269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277622,6 +280493,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277973,6 +280850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278191,6 +281074,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278542,6 +281431,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278755,6 +281650,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281194,6 +284095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281650,6 +284557,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282082,6 +284995,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282546,6 +285465,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283143,6 +286068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283361,6 +286292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283696,6 +286633,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283914,6 +286857,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284249,6 +287198,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284467,6 +287422,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284798,6 +287759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285016,6 +287983,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285347,6 +288320,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285565,6 +288544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285900,6 +288885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286118,6 +289109,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286410,6 +289407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286782,6 +289785,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286972,6 +289981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287190,6 +290205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287482,6 +290503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287854,6 +290881,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288044,6 +291077,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288262,6 +291301,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288607,6 +291652,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288825,6 +291876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289154,6 +292211,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289372,6 +292435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289723,6 +292792,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289941,6 +293016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290292,6 +293373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290510,6 +293597,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290861,6 +293954,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291074,6 +294173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291417,6 +294522,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291614,6 +294725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291850,6 +294967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292214,6 +295337,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292481,6 +295610,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292699,6 +295834,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292868,6 +296009,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293114,6 +296261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293427,6 +296580,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293723,6 +296882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294242,7 +297407,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294570,6 +297735,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295175,6 +298346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,14 +298552,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295548,6 +298725,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296032,6 +299215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296305,6 +299494,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296523,6 +299718,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296815,6 +300016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297005,6 +300212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297223,6 +300436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297515,6 +300734,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297705,6 +300930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297923,6 +301154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -299899,6 +303136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300683,6 +303926,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301008,6 +304257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301527,7 +304782,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302171,6 +305426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302496,6 +305757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303015,7 +306282,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303624,6 +306891,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303949,6 +307222,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304468,7 +307747,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305249,6 +308528,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306268,6 +309553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306593,6 +309884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307112,7 +310409,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307749,6 +311046,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308074,6 +311377,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308593,7 +311902,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309221,6 +312530,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310157,6 +313472,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310197,7 +313518,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", "statusCodes": [ { "httpStatusCode": "204", @@ -310920,6 +314247,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311178,7 +314511,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311231,7 +314564,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311520,6 +314853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311583,7 +314922,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", "statusCodes": [ { "httpStatusCode": "201", @@ -312955,6 +316306,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313213,7 +316570,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313266,7 +316623,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313555,6 +316912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313636,7 +316999,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -314557,7 +317932,7 @@ }, { "httpStatusCode": "201", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -316816,6 +320215,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317074,7 +320479,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317127,7 +320532,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317416,6 +320821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317478,7 +320889,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", "statusCodes": [ { "httpStatusCode": "200", @@ -318550,7 +321973,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nSpecifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Warning
\n\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Response
", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "Response
", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -400326,6 +407441,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400674,6 +407795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -400940,6 +408067,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401396,6 +408529,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -401744,6 +408883,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402010,6 +409155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402465,6 +409616,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -402816,6 +409973,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403082,6 +410245,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403537,6 +410706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403885,6 +411060,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404151,6 +411332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404600,6 +411787,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404942,6 +412135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405208,6 +412407,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405648,6 +412853,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405711,7 +412922,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -430735,6 +438165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -432354,6 +439790,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433106,6 +440548,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -433625,7 +441073,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -434096,6 +441544,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434382,6 +441836,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434901,7 +442361,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -435313,6 +442773,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435832,7 +443298,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436498,6 +443964,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437685,6 +445157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438204,7 +445682,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439272,6 +446750,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440024,6 +447508,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440543,7 +448033,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441014,6 +448504,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441300,6 +448796,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441819,7 +449321,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -442231,6 +449733,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442750,7 +450258,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -443532,6 +451040,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448886,6 +456400,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -450298,6 +457818,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451050,6 +458576,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451569,7 +459101,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -452040,6 +459572,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452326,6 +459864,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452845,7 +460389,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -453257,6 +460801,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453776,7 +461326,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -461319,7 +468869,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461421,7 +468971,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -461441,7 +468991,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461549,7 +469099,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -461569,7 +469119,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -461631,7 +469181,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -464456,6 +472006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465715,6 +473271,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -465958,6 +473520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467079,6 +474647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -467247,216 +474821,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -467705,6 +475291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468191,6 +475783,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468710,7 +476308,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -469048,6 +476646,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469933,6 +477537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471141,6 +478751,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -471763,6 +479376,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471973,6 +479592,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472496,6 +480121,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473147,6 +480778,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473357,6 +480994,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473880,6 +481523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474407,6 +482056,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474602,6 +482257,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474739,16 +482400,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -474969,6 +482624,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475164,6 +482825,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475366,8 +483033,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -475589,6 +483254,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475784,6 +483455,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477208,6 +484885,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477951,6 +485634,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478418,7 +486107,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -480001,7 +487690,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -481814,6 +489503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482172,6 +489867,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482759,6 +490460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -483868,6 +491575,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485711,7 +493424,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -487229,7 +494942,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -487578,6 +495291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -487657,7 +495376,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -487930,6 +495649,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488008,7 +495733,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -490693,7 +498430,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -500821,7 +508666,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -500889,7 +508734,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -501247,7 +509092,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -91624,7 +92422,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -92148,7 +92946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92201,7 +92999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92581,6 +93379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93100,7 +93904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93743,7 +94547,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -93803,7 +94607,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -94251,6 +95055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94517,7 +95327,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94570,7 +95380,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94859,6 +95669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95200,6 +96016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95614,6 +96436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96010,7 +96838,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96063,7 +96891,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96362,6 +97190,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96689,6 +97523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97085,7 +97925,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97138,7 +97978,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97437,6 +98277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97762,6 +98608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98158,7 +99010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98211,7 +99063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98510,6 +99362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99029,6 +99887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99548,7 +100412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -100087,6 +100951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100483,7 +101353,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100536,7 +101406,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100835,6 +101705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101394,6 +102270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101913,7 +102795,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102651,6 +103533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102917,7 +103805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102970,7 +103858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103259,6 +104147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103665,6 +104559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103931,7 +104831,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103984,7 +104884,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104273,6 +105173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105770,6 +106676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106183,6 +107095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106501,6 +107419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106914,6 +107838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107182,6 +108112,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107357,6 +108290,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108043,6 +108982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108220,6 +109165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108675,6 +109626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109088,6 +110045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109406,6 +110369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109819,6 +110788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110087,6 +111062,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110262,6 +111240,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110976,6 +111960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111153,6 +112143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111608,6 +112604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112021,6 +113023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112339,6 +113347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112752,6 +113766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113020,6 +114040,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113195,6 +114218,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114015,6 +115044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114192,6 +115227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114929,6 +115970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115342,6 +116389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115660,6 +116713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116073,6 +117132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116341,6 +117406,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116516,6 +117584,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116743,7 +117817,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -169074,6 +170708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169652,6 +171292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170631,6 +172277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171012,6 +172664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172259,6 +173917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172498,6 +174162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174114,6 +175784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174353,6 +176029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174885,7 +176567,7 @@ }, { "name": "page", - "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204314,7 +206115,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204861,7 +206662,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -205416,7 +207217,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -207151,7 +208952,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", "statusCodes": [ { "httpStatusCode": "204", @@ -208873,6 +210674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209139,7 +210946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209192,7 +210999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209481,6 +211288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209813,6 +211626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210279,6 +212098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210545,7 +212370,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210598,7 +212423,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210887,6 +212712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211216,6 +213047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211482,7 +213319,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211535,7 +213372,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211824,6 +213661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212503,6 +214346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212671,6 +214520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212936,6 +214791,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213094,13 +214952,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213333,6 +215184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213611,6 +215468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213784,6 +215647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214062,6 +215931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214447,6 +216322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214615,6 +216496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215023,6 +216910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215191,6 +217084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215425,6 +217324,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215583,13 +217485,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215822,6 +217717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216100,6 +218001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216273,6 +218180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216551,6 +218464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216802,6 +218721,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216960,13 +218882,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217199,6 +219114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217477,6 +219398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217650,6 +219577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217928,6 +219861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218082,6 +220021,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218240,13 +220182,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218479,6 +220414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218757,6 +220698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218930,6 +220877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219208,6 +221161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219374,6 +221333,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219532,13 +221494,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219771,6 +221726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220049,6 +222010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220222,6 +222189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220500,6 +222473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220868,6 +222847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221089,6 +223074,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221247,13 +223235,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221486,6 +223467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221764,6 +223751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221937,6 +223930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222215,6 +224214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222580,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222748,6 +224759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223190,6 +225207,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223348,13 +225368,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223587,6 +225600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223865,6 +225884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224038,6 +226063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224316,6 +226347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224709,6 +226746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224877,6 +226920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225217,6 +227266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225571,6 +227626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225920,6 +227981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226284,6 +228351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230081,6 +232154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230299,6 +232378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230468,6 +232553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230714,6 +232805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231027,6 +233124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231323,6 +233426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231842,7 +233951,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232170,6 +234279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233073,6 +235188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233291,6 +235412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233460,6 +235587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233706,6 +235839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234019,6 +236158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234315,6 +236460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234834,7 +236985,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235162,6 +237313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235987,6 +238144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236205,6 +238368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236620,6 +238795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236933,6 +239114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237229,6 +239416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237748,7 +239941,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238076,6 +240269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238391,7 +240590,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -238837,6 +241036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239055,6 +241260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239224,6 +241435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239470,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239783,6 +242006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240079,6 +242308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240598,7 +242833,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240926,6 +243161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241659,6 +243900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241877,6 +244124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242046,6 +244299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242292,6 +244551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242605,6 +244870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242901,6 +245172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243420,7 +245697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243748,6 +246025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244074,7 +246357,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -244547,6 +246830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244765,6 +247054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244934,6 +247229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245180,6 +247481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245493,6 +247800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245789,6 +248102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246308,7 +248627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246636,6 +248955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247733,6 +250058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247951,6 +250282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248120,6 +250457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248366,6 +250709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248679,6 +251028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248975,6 +251330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249494,7 +251855,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249822,6 +252183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250328,6 +252695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250918,6 +253291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251136,6 +253515,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251305,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251551,6 +253942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251864,6 +254261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252160,6 +254563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252679,7 +255088,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253007,6 +255416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253732,6 +256147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253950,6 +256371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254119,6 +256546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254365,6 +256798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254678,6 +257117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254974,6 +257419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255493,7 +257944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255821,6 +258272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256504,6 +258961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256742,6 +259205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257262,6 +259731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257500,6 +259975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258026,6 +260507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258264,6 +260751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258888,6 +261381,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259126,6 +261625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259656,6 +262161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259894,6 +262405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260551,6 +263068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260842,6 +263365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261060,6 +263589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261229,6 +263764,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261475,6 +264016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261788,6 +264335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262084,6 +264637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262603,7 +265162,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262931,6 +265490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263345,6 +265910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263514,6 +266085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263683,6 +266260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263852,6 +266435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264381,6 +266970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265006,6 +267601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265297,6 +267898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265515,6 +268122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265684,6 +268297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265930,6 +268549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266243,6 +268868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266539,6 +269170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267058,7 +269695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267386,6 +270023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267800,6 +270443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267969,6 +270618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268138,174 +270793,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268836,6 +271503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269305,6 +271978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269523,6 +272202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269858,6 +272543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270076,6 +272767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270411,6 +273108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270624,6 +273327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270914,6 +273623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271076,6 +273791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271267,6 +273988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271485,6 +274212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271777,6 +274510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271939,6 +274678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272130,6 +274875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272348,6 +275099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272679,6 +275436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272897,6 +275660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273228,6 +275997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273446,6 +276221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273781,6 +276562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273999,6 +276786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274291,6 +277084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274663,6 +277462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274853,6 +277658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,6 +277882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275363,6 +278180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275735,6 +278558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275925,6 +278754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276143,6 +278978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276488,6 +279329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276706,6 +279553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277035,6 +279888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277253,6 +280112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277604,6 +280469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277822,6 +280693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278173,6 +281050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278391,6 +281274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278742,6 +281631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278955,6 +281850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281394,6 +284295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281850,6 +284757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282282,6 +285195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282746,6 +285665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283343,6 +286268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283561,6 +286492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283896,6 +286833,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284114,6 +287057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284449,6 +287398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284667,6 +287622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284998,6 +287959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285216,6 +288183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285547,6 +288520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286100,6 +289085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286318,6 +289309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286610,6 +289607,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286982,6 +289985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287172,6 +290181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287390,6 +290405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287682,6 +290703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288054,6 +291081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288244,6 +291277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288462,6 +291501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288807,6 +291852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289025,6 +292076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289354,6 +292411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289572,6 +292635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289923,6 +292992,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290141,6 +293216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290492,6 +293573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290710,6 +293797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291061,6 +294154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291274,6 +294373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291617,6 +294722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291814,6 +294925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292050,6 +295167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292414,6 +295537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292681,6 +295810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292899,6 +296034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293068,6 +296209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293314,6 +296461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293627,6 +296780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293923,6 +297082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294442,7 +297607,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294770,6 +297935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,6 +298546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295575,14 +298752,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295748,6 +298925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296232,6 +299415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296505,6 +299694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296723,6 +299918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297015,6 +300216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297205,6 +300412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297423,6 +300636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297715,6 +300934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297905,6 +301130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298123,6 +301354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300109,6 +303346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300893,6 +304136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301218,6 +304467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301737,7 +304992,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302381,6 +305636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302706,6 +305967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303225,7 +306492,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303834,6 +307101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304159,6 +307432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304678,7 +307957,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305459,6 +308738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306478,6 +309763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306803,6 +310094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307322,7 +310619,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307959,6 +311256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308284,6 +311587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308803,7 +312112,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309431,6 +312740,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310367,6 +313682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310407,7 +313728,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", "statusCodes": [ { "httpStatusCode": "204", @@ -311130,6 +314457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311396,7 +314729,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311449,7 +314782,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311738,6 +315071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311801,7 +315140,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", "statusCodes": [ { "httpStatusCode": "201", @@ -313181,6 +316532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313447,7 +316804,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313500,7 +316857,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313789,6 +317146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313870,7 +317233,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -314799,7 +318174,7 @@ }, { "httpStatusCode": "201", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -317074,6 +320473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317340,7 +320745,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317393,7 +320798,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317682,6 +321087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317744,7 +321155,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", "statusCodes": [ { "httpStatusCode": "200", @@ -318824,7 +322247,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nSpecifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Warning
\n\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Updates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Response
", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "Response
", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -402696,6 +409811,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403044,6 +410165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403310,6 +410437,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -403766,6 +410899,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404114,6 +411253,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404380,6 +411525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -404835,6 +411986,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405186,6 +412343,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405452,6 +412615,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -405907,6 +413076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406255,6 +413430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406521,6 +413702,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406970,6 +414157,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407312,6 +414505,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407578,6 +414777,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408018,6 +415223,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408081,7 +415292,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -433105,6 +440535,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -434724,6 +442160,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435476,6 +442918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -435995,7 +443443,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -436466,6 +443914,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -436752,6 +444206,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437271,7 +444731,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -437683,6 +445143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438202,7 +445668,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -438868,6 +446334,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440055,6 +447527,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440574,7 +448052,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441642,6 +449120,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442394,6 +449878,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -442913,7 +450403,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -443384,6 +450874,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443670,6 +451166,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -444189,7 +451691,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444601,6 +452103,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445120,7 +452628,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -445902,6 +453410,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -451498,6 +459012,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -452910,6 +460430,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -453662,6 +461188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454181,7 +461713,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -454652,6 +462184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454938,6 +462476,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455457,7 +463001,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -455869,6 +463413,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456388,7 +463938,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -464401,7 +471951,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464503,7 +472053,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -464523,7 +472073,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464631,7 +472181,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -464651,7 +472201,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -464713,7 +472263,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -467538,6 +475088,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -468797,6 +476353,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -469040,6 +476602,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470161,6 +477729,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -470329,216 +477903,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -470787,6 +478373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471273,6 +478865,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -471792,7 +479390,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -472130,6 +479728,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473015,6 +480619,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474223,6 +481833,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -474845,6 +482458,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475055,6 +482674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475578,6 +483203,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476229,6 +483860,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476439,6 +484076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476962,6 +484605,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477489,6 +485138,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477684,6 +485339,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477821,16 +485482,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -478051,6 +485706,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478246,6 +485907,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478448,8 +486115,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -478671,6 +486336,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478866,6 +486537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480290,6 +487967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481033,6 +488716,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481500,7 +489189,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -483083,7 +490772,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -484896,6 +492585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485254,6 +492949,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485841,6 +493542,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -486950,6 +494657,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488793,7 +496506,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -490311,7 +498024,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -490660,6 +498373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490739,7 +498458,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -491012,6 +498731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -491090,7 +498815,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -493775,7 +501512,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -503903,7 +511748,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -503971,7 +511816,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -504329,7 +512174,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nIf you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. Optional: use the fine-grained token with following permission set to view private events: \"Events\" user permissions (read).
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThe level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -91624,7 +92422,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -92148,7 +92946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -92201,7 +92999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -92581,6 +93379,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -93100,7 +93904,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -93743,7 +94547,7 @@ { "type": "string", "name": "organization_copilot_seat_management", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.
", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
", "enum": [ "write" ] @@ -93803,7 +94607,7 @@ { "type": "string", "name": "organization_projects", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).
", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).
", "enum": [ "read", "write", @@ -94251,6 +95055,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -94517,7 +95327,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -94570,7 +95380,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -94859,6 +95669,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95200,6 +96016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -95614,6 +96436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96010,7 +96838,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -96063,7 +96891,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -96362,6 +97190,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -96689,6 +97523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97085,7 +97925,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -97138,7 +97978,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -97437,6 +98277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -97762,6 +98608,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -98158,7 +99010,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -98211,7 +99063,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -98510,6 +99362,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99029,6 +99887,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -99548,7 +100412,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -100087,6 +100951,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -100483,7 +101353,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -100536,7 +101406,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -100835,6 +101705,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101394,6 +102270,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -101913,7 +102795,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -102651,6 +103533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -102917,7 +103805,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -102970,7 +103858,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -103259,6 +104147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103665,6 +104559,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -103931,7 +104831,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -103984,7 +104884,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -104273,6 +105173,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -105770,6 +106676,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106183,6 +107095,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106501,6 +107419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -106914,6 +107838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -107182,6 +108112,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -107357,6 +108290,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -108043,6 +108982,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108220,6 +109165,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -108675,6 +109626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109088,6 +110045,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109406,6 +110369,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -109819,6 +110788,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -110087,6 +111062,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -110262,6 +111240,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -110976,6 +111960,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111153,6 +112143,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -111608,6 +112604,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112021,6 +113023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112339,6 +113347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -112752,6 +113766,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -113020,6 +114040,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -113195,6 +114218,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -114015,6 +115044,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114192,6 +115227,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -114929,6 +115970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115342,6 +116389,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -115660,6 +116713,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116073,6 +117132,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -116341,6 +117406,9 @@ }, "site_admin": { "type": "boolean" + }, + "user_view_type": { + "type": "string" } } } @@ -116516,6 +117584,12 @@ "examples": [ false ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } } }, @@ -116743,7 +117817,7 @@ { "type": "array of strings", "name": "contexts", - "description": "Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Deprecated: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Closing down notice: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use checks
instead of contexts
for more fine-grained control.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nDeprecation notice: The tool_name
field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Lists the details of all code scanning analyses for a repository,\nstarting with the most recent.\nThe response is paginated and you can use the page
and per_page
parameters\nto list the analyses you're interested in.\nBy default 30 analyses are listed per page.
The rules_count
field in the response give the number of rules\nthat were run in the analysis.\nFor very old analyses this data is not available,\nand 0
is returned in this field.
Warning
\n\nClosing down notice: The tool_name
field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the tool
field.
OAuth app tokens and personal access tokens (classic) need the security_events
scope to use this endpoint with private or public repositories, or the public_repo
scope to use this endpoint with only public repositories.
Deprecated. Use position parameter instead. Line number in the file to comment on.
" + "description": "Closing down notice. Use position parameter instead. Line number in the file to comment on.
" } ], "progAccess": { @@ -169074,6 +170708,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -169652,6 +171292,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -170631,6 +172277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -171012,6 +172664,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172259,6 +173917,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -172498,6 +174162,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174114,6 +175784,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174353,6 +176029,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -174885,7 +176567,7 @@ }, { "name": "page", - "description": "Deprecated. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Closing down notice. Page number of the results to fetch. Use cursor-based pagination with before
or after
instead.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM groups in an enterprise.
\nYou can improve query search time by using the excludedAttributes
query parameter with a value of members
to exclude members from the response.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates a SCIM group for an enterprise.
\nIf members are included as part of the group provisioning payload, they will be created as external group members. It is up to a provider to store a mapping between the externalId
and id
of each user.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM group.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM group.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204314,7 +206115,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned group’s information.
\nYou must provide all the information required for the group as if you were provisioning it for the first time. Any existing group information that you don't provide will be removed, including group membership. If you want to only update a specific attribute, use the Update an attribute for a SCIM enterprise group endpoint instead.
", "statusCodes": [ { "httpStatusCode": "200", @@ -204861,7 +206662,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned group’s individual attributes.
\nTo change a group’s values, you must provide a specific Operations JSON format that contains at least one of the add, remove, or replace operations. For examples and more information on the SCIM operations format, see the SCIM specification. Update can also be used to add group memberships.
\nGroup memberships can be sent one at a time or in batches for faster performance. Note: The memberships are referenced through a local user id
, and the user will need to be created before they are referenced here.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nDeletes a SCIM group from an enterprise.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nDeletes a SCIM group from an enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -205416,7 +207217,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nLists provisioned SCIM enterprise members.
\nWhen a user with a SCIM-provisioned external identity is removed from an enterprise through a patch
with active
flag set to false
, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the delete
request. Users that were not permanently deleted will be visible in the returned results.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nCreates an external identity for a new SCIM enterprise user.
\nSCIM does not authenticate users, it only provisions them. The authentication of users is done by SAML. However, when SCIM is enabled, all users need to be provisioned through SCIM before a user can sign in through SAML. The matching of a user to a SCIM provisioned user is done when the SAML assertion is consumed. The user will be matched on SAML response NameID
to SCIM userName
.
When converting existing enterprise to use SCIM, the user handle (userName
) from the SCIM payload will be used to match the provisioned user to an already existing user in the enterprise. Since the new identity record is created for newly provisioned users the matching for those records is done using a user's handle. Currently the matching will be performed to all of the users no matter if they were SAML JIT provisioned or created as local users.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nGets information about a SCIM user.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nGets information about a SCIM user.
", "statusCodes": [ { "httpStatusCode": "200", @@ -207151,7 +208952,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nReplaces an existing provisioned user's information.
\nYou must provide all the information required for the user as if you were provisioning them for the first time. Any existing user information that you don't provide will be removed. If you want to only update a specific attribute, use the Update an attribute for a SCIM user endpoint instead.
\nWarning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nUpdate a provisioned user's individual attributes.
\nTo change a user's values, you must provide a specific Operations
JSON format that contains at least one of the add
, remove
, or replace
operations. For examples and more information on the SCIM operations format, see the SCIM specification.
Note
\n\nComplicated SCIM path
selectors that include filters are not supported. For example, a path
selector defined as \"path\": \"emails[type eq \\\"work\\\"]\"
will not work.
Warning
\n\nSetting active: false
will suspend a user and obfuscate the user handle and user email. Since the implementation is a generic SCIM implementation and does not differentiate yet between different IdP providers, for Okta, the user GDPR data will not be purged and the credentials will not be removed.
{\n \"Operations\":[{\n \"op\":\"replace\",\n \"value\":{\n \"active\":false\n }\n }]\n}\n
\nNote
\n\nThe SCIM API endpoints for enterprise accounts are currently in private beta and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", + "descriptionHTML": "Note
\n\nThe SCIM API endpoints for enterprise accounts are currently in private preview and are subject to change.
\nPermanently suspends a SCIM user from an enterprise, removes all data for the user, obfuscates the login, email, and display name of the user, removes all external-identity SCIM attributes, and deletes the emails, avatar, PATs, SSH keys, OAuth authorizations credentials, GPG keys, and SAML mappings for the user. You will not be able to undo this action.
", "statusCodes": [ { "httpStatusCode": "204", @@ -208873,6 +210674,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209139,7 +210946,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -209192,7 +210999,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -209481,6 +211288,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -209813,6 +211626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210279,6 +212098,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -210545,7 +212370,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -210598,7 +212423,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -210887,6 +212712,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211216,6 +213047,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -211482,7 +213319,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -211535,7 +213372,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -211824,6 +213661,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212503,6 +214346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212671,6 +214520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -212936,6 +214791,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -213094,13 +214952,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -213333,6 +215184,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213611,6 +215468,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -213784,6 +215647,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214062,6 +215931,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214447,6 +216322,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -214615,6 +216496,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215023,6 +216910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215191,6 +217084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -215425,6 +217324,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -215583,13 +217485,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -215822,6 +217717,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216100,6 +218001,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216273,6 +218180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216551,6 +218464,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -216802,6 +218721,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -216960,13 +218882,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -217199,6 +219114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217477,6 +219398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217650,6 +219577,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -217928,6 +219861,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218082,6 +220021,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -218240,13 +220182,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -218479,6 +220414,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218757,6 +220698,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -218930,6 +220877,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219208,6 +221161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -219374,6 +221333,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -219532,13 +221494,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -219771,6 +221726,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220049,6 +222010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220222,6 +222189,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220500,6 +222473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -220868,6 +222847,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221089,6 +223074,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -221247,13 +223235,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -221486,6 +223467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221764,6 +223751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -221937,6 +223930,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222215,6 +224214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222580,6 +224585,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -222748,6 +224759,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223190,6 +225207,9 @@ "type": "integer", "format": "int64" }, + "user_view_type": { + "type": "string" + }, "node_id": { "type": "string" }, @@ -223348,13 +225368,6 @@ "private_repos" ] }, - "suspended_at": { - "type": [ - "string", - "null" - ], - "format": "date-time" - }, "private_gists": { "type": "integer", "examples": [ @@ -223587,6 +225600,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -223865,6 +225884,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224038,6 +226063,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224316,6 +226347,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224709,6 +226746,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -224877,6 +226920,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225217,6 +227266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225571,6 +227626,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -225920,6 +227981,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -226284,6 +228351,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230081,6 +232154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230299,6 +232378,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230468,6 +232553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -230714,6 +232805,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231027,6 +233124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231323,6 +233426,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -231842,7 +233951,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -232170,6 +234279,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233073,6 +235188,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233291,6 +235412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233460,6 +235587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -233706,6 +235839,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234019,6 +236158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234315,6 +236460,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -234834,7 +236985,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -235162,6 +237313,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -235987,6 +238144,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236205,6 +238368,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236374,6 +238543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236620,6 +238795,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -236933,6 +239114,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237229,6 +239416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -237748,7 +239941,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -238076,6 +240269,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -238391,7 +240590,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is deprecated.
" + "description": "Login for the user that this issue should be assigned to. NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise. This field is closing down.
" }, { "type": "null or string or integer", @@ -238837,6 +241036,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239055,6 +241260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239224,6 +241435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239470,6 +241687,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -239783,6 +242006,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240079,6 +242308,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -240598,7 +242833,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -240926,6 +243161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241659,6 +243900,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -241877,6 +244124,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242046,6 +244299,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242292,6 +244551,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242605,6 +244870,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -242901,6 +245172,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -243420,7 +245697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -243748,6 +246025,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244074,7 +246357,7 @@ "type": "string or null", "name": "assignee", "in": "body", - "description": "Username to assign to this issue. This field is deprecated.
" + "description": "Username to assign to this issue. This field is closing down.
" }, { "type": "string", @@ -244547,6 +246830,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244765,6 +247054,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -244934,6 +247229,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245180,6 +247481,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245493,6 +247800,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -245789,6 +248102,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -246308,7 +248627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -246636,6 +248955,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247733,6 +250058,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -247951,6 +250282,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248120,6 +250457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248366,6 +250709,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248679,6 +251028,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -248975,6 +251330,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -249494,7 +251855,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -249822,6 +252183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250328,6 +252695,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -250918,6 +253291,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251136,6 +253515,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251305,6 +253690,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251551,6 +253942,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -251864,6 +254261,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252160,6 +254563,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -252679,7 +255088,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -253007,6 +255416,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253732,6 +256147,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -253950,6 +256371,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254119,6 +256546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254365,6 +256798,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254678,6 +257117,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -254974,6 +257419,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -255493,7 +257944,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -255821,6 +258272,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256504,6 +258961,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -256742,6 +259205,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257262,6 +259731,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -257500,6 +259975,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258026,6 +260507,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258264,6 +260751,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -258888,6 +261381,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259126,6 +261625,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259656,6 +262161,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -259894,6 +262405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260551,6 +263068,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -260842,6 +263365,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261060,6 +263589,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261229,6 +263764,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261475,6 +264016,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -261788,6 +264335,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262084,6 +264637,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -262603,7 +265162,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -262931,6 +265490,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263345,6 +265910,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263514,6 +266085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263683,6 +266260,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -263852,6 +266435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -264381,6 +266970,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265006,6 +267601,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265297,6 +267898,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265515,6 +268122,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265684,6 +268297,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -265930,6 +268549,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266243,6 +268868,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -266539,6 +269170,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267058,7 +269695,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -267386,6 +270023,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267800,6 +270443,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -267969,6 +270618,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -268138,174 +270793,186 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "requested_reviewer": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" }, - "starred_at": { + "user_view_type": { "type": "string", "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "requested_reviewer": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" ] } }, @@ -268836,6 +271503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269305,6 +271978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269523,6 +272202,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -269858,6 +272543,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270076,6 +272767,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270411,6 +273108,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270624,6 +273327,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -270914,6 +273623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271076,6 +273791,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271267,6 +273988,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271485,6 +274212,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271777,6 +274510,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -271939,6 +274678,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272130,6 +274875,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272348,6 +275099,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272679,6 +275436,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -272897,6 +275660,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273228,6 +275997,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273446,6 +276221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273781,6 +276562,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -273999,6 +276786,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274291,6 +277084,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274663,6 +277462,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -274853,6 +277658,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275071,6 +277882,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275363,6 +278180,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275735,6 +278558,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -275925,6 +278754,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276143,6 +278978,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276488,6 +279329,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -276706,6 +279553,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277035,6 +279888,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277253,6 +280112,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277604,6 +280469,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -277822,6 +280693,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278173,6 +281050,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278391,6 +281274,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278742,6 +281631,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -278955,6 +281850,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281394,6 +284295,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -281850,6 +284757,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282282,6 +285195,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -282746,6 +285665,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283343,6 +286268,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283561,6 +286492,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -283896,6 +286833,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284114,6 +287057,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284449,6 +287398,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284667,6 +287622,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -284998,6 +287959,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285216,6 +288183,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285547,6 +288520,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -285765,6 +288744,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286100,6 +289085,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286318,6 +289309,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286610,6 +289607,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -286982,6 +289985,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287172,6 +290181,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287390,6 +290405,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -287682,6 +290703,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288054,6 +291081,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288244,6 +291277,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288462,6 +291501,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -288807,6 +291852,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289025,6 +292076,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289354,6 +292411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289572,6 +292635,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -289923,6 +292992,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290141,6 +293216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290492,6 +293573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -290710,6 +293797,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291061,6 +294154,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291274,6 +294373,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291617,6 +294722,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -291814,6 +294925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292050,6 +295167,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292414,6 +295537,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292681,6 +295810,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -292899,6 +296034,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293068,6 +296209,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293314,6 +296461,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293627,6 +296780,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -293923,6 +297082,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -294442,7 +297607,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -294770,6 +297935,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295375,6 +298546,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -295575,14 +298752,14 @@ ] }, "position": { - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "type": "integer", "examples": [ 1 ] }, "original_position": { - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "type": "integer", "examples": [ 4 @@ -295748,6 +298925,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296232,6 +299415,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296505,6 +299694,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -296723,6 +299918,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297015,6 +300216,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297205,6 +300412,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297423,6 +300636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297715,6 +300934,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -297905,6 +301130,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -298123,6 +301354,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300109,6 +303346,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -300893,6 +304136,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301218,6 +304467,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -301737,7 +304992,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -302381,6 +305636,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -302706,6 +305967,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -303225,7 +306492,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -303834,6 +307101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304159,6 +307432,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -304678,7 +307957,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -305459,6 +308738,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306478,6 +309763,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -306803,6 +310094,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -307322,7 +310619,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -307959,6 +311256,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308284,6 +311587,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -308803,7 +312112,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -309431,6 +312740,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310367,6 +313682,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -310407,7 +313728,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nYou can use this API to list the set of OAuth applications that have been granted access to your account. Unlike the list your authorizations API, this API does not manage individual tokens. This API will return one entry for each OAuth application that has been granted access to your account, regardless of the number of tokens an application has generated for your user. The list of OAuth applications returned matches what is shown on the application authorizations settings screen within GitHub. The scopes
returned are the union of scopes authorized for the application. For example, if an application has one token with repo
scope and another token with user
scope, the grant will return [\"repo\", \"user\"]
.
Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nDeleting an OAuth application's grant will also delete all OAuth tokens associated with the application for your user. Once deleted, the application has no access to your account and is no longer listed on the application authorizations settings screen within GitHub.
", "statusCodes": [ { "httpStatusCode": "204", @@ -311130,6 +314457,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311396,7 +314729,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -311449,7 +314782,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -311738,6 +315071,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -311801,7 +315140,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates OAuth tokens using Basic Authentication. If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nTo create tokens for a particular OAuth application using this endpoint, you must authenticate as the user you want to create an authorization for and provide the app's client ID and secret, found on your OAuth application's settings page. If your OAuth application intends to create multiple tokens for one user, use fingerprint
to differentiate between them.
You can also create tokens on GitHub Enterprise Server from the personal access tokens settings page. Read more about these tokens in the GitHub Help documentation.
\nOrganizations that enforce SAML SSO require personal access tokens to be allowed. For more information, see \"About identity and access management with SAML single sign-on\" in the GitHub Enterprise Cloud documentation.
", "statusCodes": [ { "httpStatusCode": "201", @@ -313181,6 +316532,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313447,7 +316804,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -313500,7 +316857,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -313789,6 +317146,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -313870,7 +317233,7 @@ "response": { "statusCode": "201", "contentType": "application/json", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nCreates a new authorization for the specified OAuth application, only if an authorization for that application doesn't already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -314799,7 +318174,7 @@ }, { "httpStatusCode": "201", - "description": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nApps must use the web application flow to obtain OAuth tokens that work with GitHub Enterprise Server SAML organizations. OAuth tokens created using the Authorizations API will be unable to access GitHub Enterprise Server SAML organizations. For more information, see the blog post.
\nThis method will create a new authorization for the specified OAuth application, only if an authorization for that application and fingerprint do not already exist for the user. The URL includes the 20 character client ID for the OAuth app that is requesting the token. fingerprint
is a unique string to distinguish an authorization from others created for the same client ID and user. It returns the user's existing authorization for the application if one is present. Otherwise, it creates and returns a new one.
If you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -317074,6 +320473,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317340,7 +320745,7 @@ }, "organization_copilot_seat_management": { "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change.", + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ "write" ] @@ -317393,7 +320798,7 @@ }, "organization_projects": { "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available).", + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).", "enum": [ "read", "write", @@ -317682,6 +321087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -317744,7 +321155,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", + "descriptionHTML": "Warning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nIf you have two-factor authentication setup, Basic Authentication for this endpoint requires that you use a one-time password (OTP) and your username and password instead of tokens. For more information, see \"Working with two-factor authentication.\"
\nYou can only send one of these scope keys at a time.
", "statusCodes": [ { "httpStatusCode": "200", @@ -318824,7 +322247,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nWarning
\n\nClosing down notice: GitHub Enterprise Server will discontinue the OAuth Authorizations API, which is used by integrations to create personal access tokens and OAuth tokens, and you must now create these tokens using our web application flow. The OAuth Authorizations API will be removed on November 13, 2020. For more information, including scheduled brownouts, see the blog post.
\nSpecifies which types of repositories non-admin organization members can create.\nNote: This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Specifies which types of repositories non-admin organization members can create.\nNote: This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in members_can_create_repositories
. See the parameter deprecation notice in the operation description for details.
Deprecated. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether dependency graph is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Deprecated. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Endpoint closing down notice. Please use code security configurations instead.
\nWhether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization.
\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"Managing security managers in your organization.\"
\nYou can check which security and analysis features are currently enabled by using a GET /orgs/{org}
request.
Warning
\n\nParameter deprecation notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nParameter deprecation notice: Code security product enablement for new repositories through the organization API is deprecated and will be replaced with code security configurations in a future GitHub Enterprise Server version.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: GitHub Enterprise Server will replace and discontinue members_allowed_repository_creation_type
in favor of more granular permissions. The new input parameters are members_can_create_public_repositories
, members_can_create_private_repositories
for all organizations and members_can_create_internal_repositories
for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the blog post.
Warning
\n\nClosing down notice: Code security product enablement for new repositories through the organization API is closing down and will be replaced with code security configurations in a future GitHub Enterprise Server version.
\nUpdates the organization's profile and member privileges.
\nThe authenticated user must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nDeprecation notice: The ability to enable or disable a security feature for all eligible repositories in an organization is deprecated. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
Warning
\n\nClosing down notice: The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use code security configurations instead. For more information, see the changelog.
\nEnables or disables the specified security feature for all eligible repositories in an organization. For more information, see \"Managing security managers in your organization.\"
\nThe authenticated user must be an organization owner or be member of a team with the security manager role to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
, write:org
, or repo
scopes to use this endpoint.
Warning
\n\nDeprecation notice: This operation is deprecated and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
This parameter is deprecated. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
This parameter is closing down. Use line
instead. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first \"@@\" hunk header in the file you want to add a comment. The line just below the \"@@\" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is deprecated. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see \"Create an issue comment.\"
\nIf your comment applies to more than one line in the pull request diff, you should use the parameters line
, side
, and optionally start_line
and start_side
in your request.
The position
parameter is closing down. If you use position
, the line
, side
, start_line
, and start_side
parameters are not required.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\"\nand \"Best practices for using the REST API.\"
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is deprecated. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Note
\n\nAccessing this endpoint does not count against your REST API rate limit.
\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under resources
, you'll see objects relating to different categories:
core
object provides your rate limit status for all non-search-related resources in the REST API.search
object provides your rate limit status for the REST API for searching (excluding code searches). For more information, see \"Search.\"code_search
object provides your rate limit status for the REST API for searching code. For more information, see \"Search code.\"graphql
object provides your rate limit status for the GraphQL API. For more information, see \"Resource limitations.\"integration_manifest
object provides your rate limit status for the POST /app-manifests/{code}/conversions
operation. For more information, see \"Creating a GitHub App from a manifest.\"dependency_snapshots
object provides your rate limit status for submitting snapshots to the dependency graph. For more information, see \"Dependency graph.\"code_scanning_upload
object provides your rate limit status for uploading SARIF results to code scanning. For more information, see \"Uploading a SARIF file to GitHub.\"actions_runner_registration
object provides your rate limit status for registering self-hosted runners in GitHub Actions. For more information, see \"Self-hosted runners.\"source_import
object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see \"API Versions.\"Note
\n\nThe rate
object is closing down. If you're writing new API client code or updating existing code, you should use the core
object instead of the rate
object. The core
object contains the same information that is present in the rate
object.
Response
", - "example": { - "id": 1, - "node_id": "MDg6UmVhY3Rpb24x", - "user": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "content": "heart", - "created_at": "2016-05-20T20:09:31Z" - }, - "schema": { - "title": "Reaction", - "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", - "type": "object", - "properties": { - "id": { - "type": "integer", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDg6UmVhY3Rpb24x" - ] - }, - "user": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] }, - "node_id": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "content": { + "description": "The reaction to use", + "type": "string", + "enum": [ + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "rocket", + "eyes" + ], + "examples": [ + "heart" + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2016-05-20T20:09:31Z" + ] + } + }, + "required": [ + "id", + "node_id", + "user", + "content", + "created_at" + ] + } + } + }, + { + "key": "default", + "request": { + "contentType": "application/json", + "description": "Example 2: Status Code 201", + "acceptHeader": "application/vnd.github.v3+json", + "bodyParameters": { + "content": "heart" + }, + "parameters": { + "org": "ORG", + "team_slug": "TEAM_SLUG", + "discussion_number": "DISCUSSION_NUMBER" + } + }, + "response": { + "statusCode": "201", + "contentType": "application/json", + "description": "Response
", + "example": { + "id": 1, + "node_id": "MDg6UmVhY3Rpb24x", + "user": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + }, + "content": "heart", + "created_at": "2016-05-20T20:09:31Z" + }, + "schema": { + "title": "Reaction", + "description": "Reactions to conversations provide a way to help people express their feelings more simply and effectively.", + "type": "object", + "properties": { + "id": { + "type": "integer", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDg6UmVhY3Rpb24x" + ] + }, + "user": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -405664,6 +412809,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406012,6 +413163,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406278,6 +413435,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -406734,6 +413897,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407082,6 +414251,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407348,6 +414523,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -407803,6 +414984,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408154,6 +415341,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408420,6 +415613,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -408875,6 +416074,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409223,6 +416428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409489,6 +416700,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -409938,6 +417155,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410280,6 +417503,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410546,6 +417775,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -410986,6 +418221,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -411049,7 +418290,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion comment
endpoint.
List the reactions to a team discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List reactions for a team discussion
endpoint.
List the reactions to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion
endpoint.
Create a reaction to a team discussion.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Either true
to allow squash-merge commits to use pull request title, or false
to use commit message. **This property is closing down. Please use squash_merge_commit_title
instead.
JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10.
" + "description": "JSON payload with extra information about the webhook event that your action or workflow may use. The maximum number of top-level properties is 10. The total size of the JSON payload must be less than 64KB.
" } ], "progAccess": { @@ -436073,6 +443533,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -437692,6 +445158,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438444,6 +445916,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -438963,7 +446441,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -439434,6 +446912,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -439720,6 +447204,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -440239,7 +447729,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -440651,6 +448141,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -441170,7 +448666,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -441836,6 +449332,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443023,6 +450525,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -443542,7 +451050,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -444610,6 +452118,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445362,6 +452876,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -445881,7 +453401,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -446352,6 +453872,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -446638,6 +454164,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -447157,7 +454689,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -447569,6 +455101,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -448088,7 +455626,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -448870,6 +456408,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -454466,6 +462010,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -455878,6 +463428,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -456630,6 +464186,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457149,7 +464711,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -457620,6 +465182,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -457906,6 +465474,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -458425,7 +465999,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -458837,6 +466411,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -459356,7 +466936,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -467856,7 +475436,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - List tag protection states for a repository", + "title": "Closing down - List tag protection states for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -467958,7 +475538,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis returns the tag protection states of a repository.
\nThis information is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", @@ -467978,7 +475558,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "post", "requestPath": "/repos/{owner}/{repo}/tags/protection", - "title": "Deprecated - Create a tag protection state for a repository", + "title": "Closing down - Create a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -468086,7 +475666,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis creates a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "201", @@ -468106,7 +475686,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}", - "title": "Deprecated - Delete a tag protection state for a repository", + "title": "Closing down - Delete a tag protection state for a repository", "category": "repos", "subcategory": "tags", "parameters": [ @@ -468168,7 +475748,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This operation is deprecated and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed after August 30, 2024. Use the \"Repository Rulesets\" endpoint instead.
\nThis deletes a tag protection state for a repository.\nThis endpoint is only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "204", @@ -470993,6 +478573,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472252,6 +479838,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -472495,6 +480087,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473616,6 +481214,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -473784,216 +481388,228 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] - } - }, - "required": [ - "avatar_url", - "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", - "html_url", - "id", - "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - } - ] - }, - "labels": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string" - }, - "url": { - "type": "string" - }, - "name": { - "type": "string" - }, - "color": { - "type": "string" - }, - "default": { - "type": "boolean" - }, - "description": { - "type": [ - "string", - "null" - ] - } - } - } - }, - "state": { - "type": "string" - }, - "state_reason": { - "type": [ - "string", - "null" - ] - }, - "assignee": { - "anyOf": [ - { - "type": "null" - }, - { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "type": [ - "string", - "null" - ] - }, - "email": { - "type": [ - "string", - "null" - ] - }, - "login": { - "type": "string", - "examples": [ - "octocat" - ] - }, - "id": { - "type": "integer", - "format": "int64", - "examples": [ - 1 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDQ6VXNlcjE=" - ] - }, - "avatar_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/images/error/octocat_happy.gif" - ] - }, - "gravatar_id": { - "type": [ - "string", - "null" - ], - "examples": [ - "41d064eb2195891e12d0413f63227ea7" - ] }, - "url": { + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] + } + }, + "required": [ + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" + ] + } + ] + }, + "labels": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64" + }, + "node_id": { + "type": "string" + }, + "url": { + "type": "string" + }, + "name": { + "type": "string" + }, + "color": { + "type": "string" + }, + "default": { + "type": "boolean" + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "state": { + "type": "string" + }, + "state_reason": { + "type": [ + "string", + "null" + ] + }, + "assignee": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { + "type": "string", + "examples": [ + "octocat" + ] + }, + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDQ6VXNlcjE=" + ] + }, + "avatar_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/images/error/octocat_happy.gif" + ] + }, + "gravatar_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "41d064eb2195891e12d0413f63227ea7" + ] + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat" + ] + }, + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { "type": "string", - "format": "uri", "examples": [ - "https://api.github.com/users/octocat" - ] - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat" - ] - }, - "followers_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/followers" - ] - }, - "following_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" - ] - }, - "gists_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" - ] - }, - "starred_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" - ] - }, - "subscriptions_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/subscriptions" - ] - }, - "organizations_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/orgs" - ] - }, - "repos_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/repos" - ] - }, - "events_url": { - "type": "string", - "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" - ] - }, - "received_events_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/users/octocat/received_events" - ] - }, - "type": { - "type": "string", - "examples": [ - "User" - ] - }, - "site_admin": { - "type": "boolean" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:55Z\"" + "public" ] } }, @@ -474242,6 +481858,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -474728,6 +482350,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -475247,7 +482875,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -475585,6 +483213,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -476470,6 +484104,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -477678,6 +485318,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "required": [ @@ -478300,6 +485943,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -478510,6 +486159,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479033,6 +486688,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479684,6 +487345,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -479894,6 +487561,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480417,6 +488090,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -480944,6 +488623,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481139,6 +488824,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481276,16 +488967,10 @@ "html_url": "https://github.com/owner/private-repo/security/secret-scanning/42", "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations", "state": "open", - "resolution": null, - "resolved_at": null, - "resolved_by": null, "secret_type": "mailchimp_api_key", "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", - "push_protection_bypassed_by": null, "push_protection_bypassed": false, - "push_protection_bypassed_at": null, - "resolution_comment": null, "validity": "unknown" }, "schema": { @@ -481506,6 +489191,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481701,6 +489392,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -481903,8 +489600,6 @@ "secret_type_display_name": "Mailchimp API Key", "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2", "push_protection_bypassed": false, - "push_protection_bypassed_by": null, - "push_protection_bypassed_at": null, "resolution_comment": "Example comment", "validity": "unknown" }, @@ -482126,6 +489821,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -482321,6 +490022,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -483810,6 +491517,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -484553,6 +492266,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -485020,7 +492739,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push" @@ -486603,7 +494322,7 @@ "type": "string", "name": "permission", "in": "body", - "description": "Deprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -488416,6 +496135,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -488774,6 +496499,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -489361,6 +497092,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -490470,6 +498207,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -492313,7 +500056,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the Get a team by name endpoint.
\nDeprecated. The permission that new repositories will be added to the team with when none is specified.
", + "description": "Closing down notice. The permission that new repositories will be added to the team with when none is specified.
", "enum": [ "pull", "push", @@ -493831,7 +501574,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a team endpoint.
\nTo edit a team, the authenticated user must either be an organization owner or a team maintainer.
\nNote
\n\nWith nested teams, the privacy
for parent teams cannot be secret
.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a team endpoint.
\nTo delete a team, the authenticated user must be an organization owner or team maintainer.
\nIf you are an organization owner, deleting a parent team will delete all of its child teams as well.
", "statusCodes": [ { "httpStatusCode": "204", @@ -494180,6 +501923,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494259,7 +502008,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team projects
endpoint.
Lists the organization projects for a team.
", "statusCodes": [ { "httpStatusCode": "200", @@ -494532,6 +502281,12 @@ "examples": [ "\"2020-07-09T00:17:55Z\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ @@ -494610,7 +502365,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a project endpoint.
\nChecks whether a team has read
, write
, or admin
permissions for an organization project. The response includes projects inherited from a parent team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team project permissions endpoint.
\nAdds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have admin
permissions for the project. The project and team must be part of the same organization.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a project from a team endpoint.
\nRemoves an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have read
access to both the team and project, or admin
access to the team or project. Note: This endpoint removes the project from the team, but does not delete it.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Check team permissions for a repository endpoint.
\nNote
\n\nRepositories inherited through a parent team will also be checked.
\nYou can also get information about the specified repository, including what permissions the team grants on it, by passing the following custom media type via the Accept
header:
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Add or update team repository permissions\" endpoint.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization.
Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove a repository from a team endpoint.
\nIf the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team.
", "statusCodes": [ { "httpStatusCode": "204", @@ -497295,7 +505062,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List child teams
endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion comment endpoint.
\nCreates a new comment on a team discussion.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion comment endpoint.
\nGet a specific comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion comment endpoint.
\nEdits the body text of a discussion comment.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussions
endpoint.
List all discussions on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion
endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get a discussion endpoint.
\nGet a specific discussion on a team's page.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion
endpoint.
Delete a discussion from a team's page.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members
endpoint.
Team members will include the members of child teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -507423,7 +515298,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Get team member\" endpoint (described below) is deprecated.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", + "descriptionHTML": "The \"Get team member\" endpoint (described below) is closing down.
\nWe recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "204", @@ -507491,7 +515366,7 @@ } ], "previews": [], - "descriptionHTML": "The \"Add team member\" endpoint (described below) is deprecated.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Add team member\" endpoint (described below) is closing down.
\nWe recommend using the Add or update team membership for a user endpoint instead. It allows you to invite new organization members to your teams.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo add someone to a team, the authenticated user must be an organization owner or a team maintainer in the team they're changing. The person being added to the team must be a member of the team's organization.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nNote that you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
The \"Remove team member\" endpoint (described below) is deprecated.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nThe \"Remove team member\" endpoint (described below) is closing down.
\nWe recommend using the Remove team membership for a user endpoint instead. It allows you to remove both active and pending memberships.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a team member, the authenticated user must have 'admin' permissions to the team or be an owner of the org that the team is associated with. Removing a team member does not delete the user, it just removes them from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Get team membership for a user endpoint.
\nTeam members will include the members of child teams.
\nTo get a user's membership with a team, the team must be visible to the authenticated user.
\nNote:\nThe response contains the state
of the membership and the member's role
.
The role
for organization owners is set to maintainer
. For more information about maintainer
roles, see Create a team.
Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Add or update team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nIf the user is already a member of the team's organization, this endpoint will add the user to the team. To add a membership between an organization member and a team, the authenticated user must be an organization owner or a team maintainer.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nIf the user is unaffiliated with the team's organization, this endpoint will send an invitation to the user via email. This newly-created membership will be in the \"pending\" state until the user accepts the invitation, at which point the membership will transition to the \"active\" state and the user will be added as a member of the team. To add a membership between an unaffiliated user and a team, the authenticated user must be an organization owner.
\nIf the user is already a member of the team, this endpoint will update the role of the team member's role. To update the membership of a team member, the authenticated user must be an organization owner or a team maintainer.
", "statusCodes": [ { "httpStatusCode": "200", @@ -507849,7 +515724,7 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nDeprecation notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nWarning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Remove team membership for a user endpoint.
\nTeam synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
\nTo remove a membership between a user and a team, the authenticated user must have 'admin' permissions to the team or be an owner of the organization that the team is associated with. Removing team membership does not delete the user, it just removes their membership from the team.
\nNote
\n\nWhen you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub Enterprise Server team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see \"Synchronizing teams between your identity provider and GitHub Enterprise Server.\"
\nState of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11810,6 +11876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12986,6 +13057,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13608,7 +13684,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "A Dependabot alert was automatically closed by a Dependabot auto-triage rule.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21730,12 +22166,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21748,24 +22178,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21786,25 +22204,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21856,12 +22256,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21869,136 +22263,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22046,25 +22324,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -22075,133 +22365,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -22210,130 +22495,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -22346,36 +22616,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22385,6 +22659,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22392,56 +22672,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22452,10 +22732,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -22482,155 +22772,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22682,12 +23206,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22695,136 +23213,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22870,12 +23272,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22883,151 +23279,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -23036,130 +23445,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -23172,36 +23566,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -23211,6 +23609,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -23218,56 +23622,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23278,10 +23682,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23557,6 +23971,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23741,6 +24160,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23935,6 +24359,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24352,6 +24781,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24696,6 +25130,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25218,6 +25657,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25432,6 +25876,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25577,6 +26026,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25994,6 +26448,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26332,6 +26791,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26854,6 +27318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27067,6 +27536,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27278,6 +27752,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27882,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27613,6 +28097,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27951,6 +28440,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28473,6 +28967,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28687,6 +29186,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28973,6 +29477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29181,6 +29690,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29703,6 +30217,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29915,6 +30434,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30513,6 +31037,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31594,6 +32123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31635,7 +32169,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nNew requested permissions, categorized by type of permission.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "organization", - "description": "" - }, - { - "type": "object", - "name": "repository", - "description": "" }, { - "type": "object", - "name": "other", + "type": "string", + "name": "user_view_type", "description": "" } ] }, { "type": "object", - "name": "permissions_upgraded", - "description": "Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.
", + "name": "permissions_added", + "description": "New requested permissions, categorized by type of permission.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "organization", + "description": "" + }, + { + "type": "object", + "name": "repository", + "description": "" + }, + { + "type": "object", + "name": "other", + "description": "" + } + ] + }, + { + "type": "object", + "name": "permissions_upgraded", + "description": "Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.
", "isRequired": true, "childParamsGroups": [ { @@ -88628,7 +89987,7 @@ }, "denied": { "descriptionHtml": "A fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108601,12 +110580,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108619,24 +110592,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108657,25 +110618,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108727,12 +110670,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108740,136 +110677,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108917,25 +110738,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108946,133 +110779,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -109081,130 +110909,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -109217,36 +111030,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109256,6 +111073,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109263,56 +111086,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109323,10 +111146,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109353,155 +111186,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109553,12 +111620,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109566,136 +111627,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109741,12 +111686,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109754,151 +111693,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -109907,130 +111859,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -110043,36 +111980,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -110082,6 +112023,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -110089,56 +112036,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110149,10 +112096,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -110428,6 +112385,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110612,6 +112574,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110715,7 +112682,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -111914,12 +114181,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -111932,24 +114193,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -111970,25 +114219,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -112040,12 +114271,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -112053,136 +114278,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -112230,25 +114339,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -112259,133 +114380,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -112394,130 +114510,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -112530,36 +114631,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -112569,6 +114674,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -112576,56 +114687,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -112636,10 +114747,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112666,155 +114787,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -112866,12 +115221,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -112879,136 +115228,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -113054,12 +115287,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -113067,151 +115294,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -113220,130 +115460,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -113356,36 +115581,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -113395,6 +115624,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -113402,56 +115637,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -113462,10 +115697,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -113741,6 +115986,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113925,6 +116175,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -114028,7 +116283,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -121970,12 +124620,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -121988,24 +124632,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -122026,25 +124658,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -122096,12 +124710,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -122109,136 +124717,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -122286,25 +124778,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -122315,133 +124819,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -122450,130 +124949,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -122586,36 +125070,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -122625,6 +125113,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -122632,56 +125126,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -122692,10 +125186,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -122722,155 +125226,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -122922,12 +125660,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -122935,136 +125667,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -123110,12 +125726,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -123123,151 +125733,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -123276,130 +125899,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -123412,36 +126020,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -123451,6 +126063,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -123458,56 +126076,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -123518,10 +126136,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -123797,6 +126425,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -123981,6 +126614,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -124084,7 +126722,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -138536,12 +141623,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -138549,136 +141630,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -138726,25 +141691,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -138755,133 +141732,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -138890,130 +141862,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -139026,36 +141983,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -139065,6 +142026,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -139072,56 +142039,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -139132,10 +142099,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139162,155 +142139,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -139362,12 +142573,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -139375,136 +142580,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -139552,25 +142641,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -139581,133 +142682,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -139716,130 +142812,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -139852,36 +142933,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -139891,6 +142976,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -139898,56 +142989,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -139958,10 +143049,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140237,6 +143338,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140421,6 +143527,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140524,7 +143635,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -141849,12 +145224,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -141862,136 +145231,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -142039,25 +145292,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -142068,133 +145333,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -142203,130 +145463,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -142339,36 +145584,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -142378,6 +145627,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -142385,56 +145640,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -142445,10 +145700,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142475,155 +145740,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -142675,12 +146174,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -142688,136 +146181,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -142865,25 +146242,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -142894,133 +146283,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -143029,130 +146413,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -143165,36 +146534,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -143204,6 +146577,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -143211,56 +146590,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -143271,10 +146650,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143550,6 +146939,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143734,6 +147128,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143837,7 +147236,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145162,12 +148825,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -145175,136 +148832,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -145352,25 +148893,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -145381,133 +148934,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -145516,130 +149064,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -145652,36 +149185,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -145691,6 +149228,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -145698,56 +149241,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -145758,10 +149301,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145788,155 +149341,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145988,12 +149775,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -146001,136 +149782,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -146178,25 +149843,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -146207,133 +149884,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -146342,130 +150014,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -146478,36 +150135,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -146517,6 +150178,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -146524,56 +150191,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -146584,10 +150251,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -146863,6 +150540,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147047,6 +150729,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147150,7 +150837,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -150369,6 +154096,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150500,6 +154232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150989,6 +154726,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151149,6 +154891,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151741,6 +155488,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151924,7 +155676,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" }, { "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -153866,6 +157643,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -153998,6 +157780,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154492,6 +158279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154652,6 +158444,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155244,6 +159041,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -155427,7 +159229,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
An optional comment to resolve an alert.
" + }, + { + "type": "string", + "name": "secret_type", + "description": "The type of secret that secret scanning detected.
" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "Whether push protection was bypassed for the detected secret.
" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "created", + "category": "secret_scanning_alert" + }, + "publicly_leaked": { + "descriptionHtml": "A secret scanning alert was detected in a public repo.
", + "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "publicly_leaked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "The security alert number.
" + }, + { + "type": "string", + "name": "created_at", + "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" + }, + { + "type": "string", + "name": "html_url", + "description": "The GitHub URL of the alert resource.
" + }, + { + "type": "string", + "name": "locations_url", + "description": "The REST API URL of the code locations for this alert.
" + }, + { + "type": "string or null", + "name": "resolution", + "description": "The reason for resolving the alert.
", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "An optional comment to resolve an alert.
" + }, + { + "type": "string", + "name": "secret_type", + "description": "The type of secret that secret scanning detected.
" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "Whether push protection was bypassed for the detected secret.
" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "publicly_leaked", + "category": "secret_scanning_alert" + }, + "reopened": { + "descriptionHtml": "A previously closed secret scanning alert was reopened.
", + "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "The security alert number.
" + }, + { + "type": "string", + "name": "created_at", + "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" + }, + { + "type": "string", + "name": "html_url", + "description": "The GitHub URL of the alert resource.
" + }, + { + "type": "string", + "name": "locations_url", + "description": "The REST API URL of the code locations for this alert.
" + }, + { + "type": "string or null", + "name": "resolution", + "description": "The reason for resolving the alert.
", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211362,6 +216690,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211369,6 +216702,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -211414,11 +216757,11 @@ "organization", "app" ], - "action": "created", + "action": "reopened", "category": "secret_scanning_alert" }, - "reopened": { - "descriptionHtml": "A previously closed secret scanning alert was reopened.
", + "resolved": { + "descriptionHtml": "A secret scanning alert was closed.
", "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", "bodyParameters": [ { @@ -211428,7 +216771,7 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "resolved" ], "childParamsGroups": [] }, @@ -211615,6 +216958,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -211775,418 +217123,10 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string or null", - "name": "push_protection_bypassed_at", - "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "secret_scanning_alert" - }, - "resolved": { - "descriptionHtml": "A secret scanning alert was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "resolved" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "The security alert number.
" - }, - { - "type": "string", - "name": "created_at", - "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" - }, - { - "type": "string", - "name": "html_url", - "description": "The GitHub URL of the alert resource.
" - }, - { - "type": "string", - "name": "locations_url", - "description": "The REST API URL of the code locations for this alert.
" - }, - { - "type": "string or null", - "name": "resolution", - "description": "The reason for resolving the alert.
", - "enum": [ - "false_positive", - "wont_fix", - "revoked", - "used_in_tests", - "pattern_deleted", - "pattern_edited", - null - ] - }, - { - "type": "string or null", - "name": "resolved_at", - "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "resolution_comment", - "description": "An optional comment to resolve an alert.
" - }, - { - "type": "string", - "name": "secret_type", - "description": "The type of secret that secret scanning detected.
" - }, - { - "type": "string", - "name": "secret_type_display_name", - "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", - "enum": [ - "active", - "inactive", - "unknown" - ] - }, - { - "type": "boolean or null", - "name": "push_protection_bypassed", - "description": "Whether push protection was bypassed for the detected secret.
" - }, - { - "type": "object", - "name": "push_protection_bypassed_by", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] @@ -212195,6 +217135,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -212441,6 +217391,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212601,6 +217556,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -212608,6 +217568,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -212855,6 +217825,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213015,6 +217990,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213022,6 +218002,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -214273,6 +219263,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214405,6 +219400,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214525,6 +219525,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214755,6 +219760,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214887,6 +219897,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215007,6 +220022,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215259,6 +220279,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215391,6 +220416,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215511,6 +220541,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215747,6 +220782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215879,6 +220919,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215999,6 +221044,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216312,6 +221362,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216444,6 +221499,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216564,6 +221624,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216871,6 +221936,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217003,6 +222073,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217123,6 +222198,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218200,6 +223280,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218337,6 +223422,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218467,6 +223557,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218663,6 +223758,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218907,6 +224007,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219166,6 +224271,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219620,7 +224730,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A push ruleset bypass request was cancelled.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1365,7 +1365,7 @@ }, "completed": { "descriptionHtml": "A push ruleset bypass request was completed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1576,7 +1576,7 @@ }, "created": { "descriptionHtml": "A push ruleset bypass request was created.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1787,7 +1787,7 @@ }, "response_dismissed": { "descriptionHtml": "A push ruleset bypass response was dismissed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2037,7 +2037,7 @@ }, "response_submitted": { "descriptionHtml": "A response either approving or rejecting the push ruleset bypass request was submitted.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass a set of push rules.
\nFor more information, see \"Managing requests to bypass push rulesets.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Administration\" repository permission.
\nNote: Delegated bypass for push rules is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2289,7 +2289,7 @@ "bypass_request_secret_scanning": { "cancelled": { "descriptionHtml": "A secret scanning push protection bypass request was cancelled.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2500,7 +2500,7 @@ }, "completed": { "descriptionHtml": "A secret scanning bypass request was completed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2711,7 +2711,7 @@ }, "created": { "descriptionHtml": "A secret scanning push protection bypass request was created.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2922,7 +2922,7 @@ }, "response_dismissed": { "descriptionHtml": "A secret scanning push protection bypass response was dismissed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -3172,7 +3172,7 @@ }, "response_submitted": { "descriptionHtml": "A response either approving or rejecting the secret scanning push protection bypass request was submitted.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -3615,6 +3615,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4036,6 +4041,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5284,6 +5294,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5705,6 +5720,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6954,6 +6974,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7375,6 +7400,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8636,6 +8666,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9057,6 +9092,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10317,6 +10357,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11220,6 +11265,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12121,6 +12171,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12971,6 +13026,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13376,6 +13436,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13886,13 +13951,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -14144,6 +14210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -15320,6 +15391,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -15942,7 +16018,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "A Dependabot alert was automatically closed by a Dependabot auto-triage rule.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -24064,12 +24500,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -24082,24 +24512,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -24120,25 +24538,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -24190,12 +24590,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -24203,136 +24597,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -24380,25 +24658,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -24409,133 +24699,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -24544,130 +24829,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -24680,36 +24950,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -24719,6 +24993,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -24726,56 +25006,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -24786,10 +25066,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -24816,155 +25106,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -25016,12 +25540,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -25029,136 +25547,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -25204,12 +25606,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -25217,151 +25613,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -25370,130 +25779,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -25506,36 +25900,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -25545,6 +25943,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -25552,56 +25956,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -25612,10 +26016,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -25891,6 +26305,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26075,6 +26494,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26269,6 +26693,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26686,6 +27115,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27030,6 +27464,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27552,6 +27991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27766,6 +28210,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27911,6 +28360,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28328,6 +28782,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28666,6 +29125,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29188,6 +29652,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29401,6 +29870,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29612,6 +30086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29737,6 +30216,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29947,6 +30431,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30285,6 +30774,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30807,6 +31301,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31021,6 +31520,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31307,6 +31811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31515,6 +32024,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32037,6 +32551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32249,6 +32768,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32847,6 +33371,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33928,6 +34457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -33969,7 +34503,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nNew requested permissions, categorized by type of permission.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "object", - "name": "organization", - "description": "" - }, - { - "type": "object", - "name": "repository", - "description": "" }, { - "type": "object", - "name": "other", + "type": "string", + "name": "user_view_type", "description": "" } ] }, { "type": "object", - "name": "permissions_upgraded", - "description": "Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.
", + "name": "permissions_added", + "description": "New requested permissions, categorized by type of permission.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "object", + "name": "organization", + "description": "" + }, + { + "type": "object", + "name": "repository", + "description": "" + }, + { + "type": "object", + "name": "other", + "description": "" + } + ] + }, + { + "type": "object", + "name": "permissions_upgraded", + "description": "Requested permissions that elevate access for a previously approved request for access, categorized by type of permission.
", "isRequired": true, "childParamsGroups": [ { @@ -90962,7 +92321,7 @@ }, "denied": { "descriptionHtml": "A fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -110935,12 +112914,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -110953,24 +112926,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -110991,25 +112952,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -111061,12 +113004,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -111074,136 +113011,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -111251,25 +113072,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -111280,133 +113113,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -111415,130 +113243,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -111551,36 +113364,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -111590,6 +113407,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -111597,56 +113420,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -111657,10 +113480,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111687,155 +113520,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -111887,12 +113954,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -111900,136 +113961,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -112075,12 +114020,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -112088,151 +114027,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -112241,130 +114193,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -112377,36 +114314,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -112416,6 +114357,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -112423,56 +114370,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -112483,10 +114430,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -112762,6 +114719,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -112946,6 +114908,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -113049,7 +115016,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114248,12 +116515,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114266,24 +116527,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -114304,25 +116553,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114374,12 +116605,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114387,136 +116612,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114564,25 +116673,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -114593,133 +116714,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -114728,130 +116844,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -114864,36 +116965,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114903,6 +117008,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114910,56 +117021,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114970,10 +117081,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115000,155 +117121,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115200,12 +117555,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115213,136 +117562,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115388,12 +117621,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -115401,151 +117628,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -115554,130 +117794,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -115690,36 +117915,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115729,6 +117958,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115736,56 +117971,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115796,10 +118031,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116075,6 +118320,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116259,6 +118509,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116362,7 +118617,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -124304,12 +126954,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -124322,24 +126966,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -124360,25 +126992,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -124430,12 +127044,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -124443,136 +127051,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -124620,25 +127112,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -124649,133 +127153,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -124784,130 +127283,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -124920,36 +127404,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -124959,6 +127447,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -124966,56 +127460,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -125026,10 +127520,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -125056,155 +127560,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -125256,12 +127994,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -125269,136 +128001,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -125444,12 +128060,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -125457,151 +128067,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -125610,130 +128233,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -125746,36 +128354,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -125785,6 +128397,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -125792,56 +128410,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -125852,10 +128470,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -126131,6 +128759,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126315,6 +128948,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -126418,7 +129056,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -140870,12 +143957,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -140883,136 +143964,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -141060,25 +144025,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -141089,133 +144066,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -141224,130 +144196,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -141360,36 +144317,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -141399,6 +144360,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -141406,56 +144373,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -141466,10 +144433,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141496,155 +144473,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -141696,12 +144907,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -141709,136 +144914,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -141886,25 +144975,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -141915,133 +145016,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -142050,130 +145146,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -142186,36 +145267,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -142225,6 +145310,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -142232,56 +145323,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -142292,10 +145383,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142571,6 +145672,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142755,6 +145861,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142858,7 +145969,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -144183,12 +147558,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -144196,136 +147565,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -144373,25 +147626,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -144402,133 +147667,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -144537,130 +147797,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -144673,36 +147918,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -144712,6 +147961,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -144719,56 +147974,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -144779,10 +148034,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144809,155 +148074,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -145009,12 +148508,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -145022,136 +148515,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -145199,25 +148576,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -145228,133 +148617,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -145363,130 +148747,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -145499,36 +148868,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -145538,6 +148911,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -145545,56 +148924,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -145605,10 +148984,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145884,6 +149273,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146068,6 +149462,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146171,7 +149570,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, { - "type": "string", - "name": "assignees_url", - "description": "", - "isRequired": true + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false }, { "type": "string", - "name": "blobs_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "string or null", + "name": "description", "description": "", "isRequired": true }, { - "type": "string", - "name": "collaborators_url", + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "comments_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "branches_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "collaborators_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "compare_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_tags_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -147496,12 +151159,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -147509,136 +151166,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -147686,25 +151227,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -147715,133 +151268,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -147850,130 +151398,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -147986,36 +151519,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -148025,6 +151562,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -148032,56 +151575,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -148092,10 +151635,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -148122,155 +151675,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -148322,12 +152109,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -148335,136 +152116,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -148512,25 +152177,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -148541,133 +152218,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -148676,130 +152348,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -148812,36 +152469,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -148851,6 +152512,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -148858,56 +152525,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -148918,10 +152585,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149197,6 +152874,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149381,6 +153063,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149484,7 +153171,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -152703,6 +156430,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152834,6 +156566,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153323,6 +157060,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -153483,6 +157225,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154075,6 +157822,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -154258,7 +158010,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" }, { "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -156200,6 +159977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -156332,6 +160114,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156826,6 +160613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -156986,6 +160778,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157578,6 +161375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -157761,7 +161563,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
An optional comment to resolve an alert.
" + }, + { + "type": "string", + "name": "secret_type", + "description": "The type of secret that secret scanning detected.
" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "Whether push protection was bypassed for the detected secret.
" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "created", + "category": "secret_scanning_alert" + }, + "publicly_leaked": { + "descriptionHtml": "A secret scanning alert was detected in a public repo.
", + "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "publicly_leaked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "The security alert number.
" + }, + { + "type": "string", + "name": "created_at", + "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" + }, + { + "type": "string", + "name": "html_url", + "description": "The GitHub URL of the alert resource.
" + }, + { + "type": "string", + "name": "locations_url", + "description": "The REST API URL of the code locations for this alert.
" + }, + { + "type": "string or null", + "name": "resolution", + "description": "The reason for resolving the alert.
", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "resolution_comment", + "description": "An optional comment to resolve an alert.
" + }, + { + "type": "string", + "name": "secret_type", + "description": "The type of secret that secret scanning detected.
" + }, + { + "type": "string", + "name": "secret_type_display_name", + "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", + "enum": [ + "active", + "inactive", + "unknown" + ] + }, + { + "type": "boolean or null", + "name": "push_protection_bypassed", + "description": "Whether push protection was bypassed for the detected secret.
" + }, + { + "type": "object", + "name": "push_protection_bypassed_by", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string or null", + "name": "push_protection_bypassed_at", + "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" + } + ] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "publicly_leaked", + "category": "secret_scanning_alert" + }, + "reopened": { + "descriptionHtml": "A previously closed secret scanning alert was reopened.
", + "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "reopened" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "alert", + "in": "body", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "integer", + "name": "number", + "description": "The security alert number.
" + }, + { + "type": "string", + "name": "created_at", + "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" + }, + { + "type": "string", + "name": "html_url", + "description": "The GitHub URL of the alert resource.
" + }, + { + "type": "string", + "name": "locations_url", + "description": "The REST API URL of the code locations for this alert.
" + }, + { + "type": "string or null", + "name": "resolution", + "description": "The reason for resolving the alert.
", + "enum": [ + "false_positive", + "wont_fix", + "revoked", + "used_in_tests", + "pattern_deleted", + "pattern_edited", + null + ] + }, + { + "type": "string or null", + "name": "resolved_at", + "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213699,6 +219027,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -213706,6 +219039,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -213751,11 +219094,11 @@ "organization", "app" ], - "action": "created", + "action": "reopened", "category": "secret_scanning_alert" }, - "reopened": { - "descriptionHtml": "A previously closed secret scanning alert was reopened.
", + "resolved": { + "descriptionHtml": "A secret scanning alert was closed.
", "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", "bodyParameters": [ { @@ -213765,7 +219108,7 @@ "description": "", "isRequired": true, "enum": [ - "reopened" + "resolved" ], "childParamsGroups": [] }, @@ -213952,6 +219295,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214112,418 +219460,10 @@ "type": "string", "name": "starred_at", "description": "" - } - ] - }, - { - "type": "string or null", - "name": "push_protection_bypassed_at", - "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "reopened", - "category": "secret_scanning_alert" - }, - "resolved": { - "descriptionHtml": "A secret scanning alert was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see \"About secret scanning.\" For information about the API to manage secret scanning alerts, see \"Secret scanning\" in the REST API documentation.
\nFor activity relating to secret scanning alert locations, use the secret_scanning_alert_location
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "resolved" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "alert", - "in": "body", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "integer", - "name": "number", - "description": "The security alert number.
" - }, - { - "type": "string", - "name": "created_at", - "description": "The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
" - }, - { - "type": "string", - "name": "html_url", - "description": "The GitHub URL of the alert resource.
" - }, - { - "type": "string", - "name": "locations_url", - "description": "The REST API URL of the code locations for this alert.
" - }, - { - "type": "string or null", - "name": "resolution", - "description": "The reason for resolving the alert.
", - "enum": [ - "false_positive", - "wont_fix", - "revoked", - "used_in_tests", - "pattern_deleted", - "pattern_edited", - null - ] - }, - { - "type": "string or null", - "name": "resolved_at", - "description": "The time that the alert was resolved in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", - "description": "" - } - ] - }, - { - "type": "string or null", - "name": "resolution_comment", - "description": "An optional comment to resolve an alert.
" - }, - { - "type": "string", - "name": "secret_type", - "description": "The type of secret that secret scanning detected.
" - }, - { - "type": "string", - "name": "secret_type_display_name", - "description": "User-friendly name for the detected secret, matching the secret_type
.\nFor a list of built-in patterns, see \"Supported secret scanning patterns.\"
The token status as of the latest validity check.
", - "enum": [ - "active", - "inactive", - "unknown" - ] - }, - { - "type": "boolean or null", - "name": "push_protection_bypassed", - "description": "Whether push protection was bypassed for the detected secret.
" - }, - { - "type": "object", - "name": "push_protection_bypassed_by", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true }, { "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", "description": "" } ] @@ -214532,6 +219472,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -214778,6 +219728,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214938,6 +219893,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -214945,6 +219905,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -215192,6 +220162,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215352,6 +220327,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -215359,6 +220339,16 @@ "type": "string or null", "name": "push_protection_bypassed_at", "description": "The time that push protection was bypassed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Whether the detected secret was publicly leaked.
" + }, + { + "type": "boolean or null", + "name": "multi_repo", + "description": "Whether the detected secret was found in multiple repositories in the same organization or business.
" } ] }, @@ -216626,6 +221616,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216758,6 +221753,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -216878,6 +221878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217108,6 +222113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217240,6 +222250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217360,6 +222375,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217612,6 +222632,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217744,6 +222769,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -217864,6 +222894,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218100,6 +223135,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218232,6 +223272,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218352,6 +223397,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218665,6 +223715,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218797,6 +223852,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -218917,6 +223977,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219224,6 +224289,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219356,6 +224426,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -219476,6 +224551,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220553,6 +225633,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220690,6 +225775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -220820,6 +225910,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221016,6 +226111,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221260,6 +226360,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221519,6 +226624,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -221973,7 +227083,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11537,6 +11603,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12713,6 +12784,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -12936,7 +13012,7 @@ "dependabot_alert": { "created": { "descriptionHtml": "A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -19804,12 +20230,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -19822,24 +20242,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -19860,25 +20268,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -19930,12 +20320,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -19943,136 +20327,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20120,25 +20388,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -20149,133 +20429,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -20284,130 +20559,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -20420,36 +20680,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -20459,6 +20723,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -20466,56 +20736,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -20526,10 +20796,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -20556,155 +20836,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20756,12 +21270,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20769,136 +21277,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20944,12 +21336,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -20957,151 +21343,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -21110,130 +21509,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -21246,36 +21630,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21285,6 +21673,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21292,56 +21686,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21352,10 +21746,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21631,6 +22035,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21815,6 +22224,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22009,6 +22423,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22426,6 +22845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22770,6 +23194,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23292,6 +23721,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23506,6 +23940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23651,6 +24090,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24068,6 +24512,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24406,6 +24855,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24928,6 +25382,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25141,6 +25600,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25352,6 +25816,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25477,6 +25946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25687,6 +26161,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26025,6 +26504,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26547,6 +27031,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26761,6 +27250,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27047,6 +27541,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27255,6 +27754,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27777,6 +28281,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27989,6 +28498,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28587,6 +29101,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29668,6 +30187,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29709,7 +30233,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "An item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "The type of content tracked in a project item
", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "An item was added to a project in the organization.
", + "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "The type of content tracked in a project item
", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -91440,7 +92924,7 @@ }, "deleted": { "descriptionHtml": "An item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -103429,12 +105373,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -103447,24 +105385,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -103485,25 +105411,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -103555,12 +105463,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -103568,136 +105470,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -103745,25 +105531,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -103774,133 +105572,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -103909,130 +105702,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -104045,36 +105823,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104084,6 +105866,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104091,56 +105879,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104151,10 +105939,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104181,155 +105979,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104381,12 +106413,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104394,136 +106420,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -104569,12 +106479,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -104582,151 +106486,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -104735,130 +106652,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -104871,36 +106773,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104910,6 +106816,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104917,56 +106829,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104977,10 +106889,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105256,6 +107178,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105440,6 +107367,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105543,7 +107475,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -106742,12 +108974,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -106760,24 +108986,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106798,25 +109012,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106868,12 +109064,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106881,136 +109071,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107058,25 +109132,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -107087,133 +109173,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -107222,130 +109303,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -107358,36 +109424,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107397,6 +109467,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107404,56 +109480,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107464,10 +109540,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107494,155 +109580,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -107694,12 +110014,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107707,136 +110021,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107882,12 +110080,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -107895,151 +110087,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -108048,130 +110253,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -108184,36 +110374,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108223,6 +110417,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108230,56 +110430,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108290,10 +110490,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108569,6 +110779,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108753,6 +110968,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108856,7 +111076,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -113565,12 +116135,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -113583,24 +116147,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -113621,25 +116173,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -113691,12 +116225,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -113704,136 +116232,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -113881,25 +116293,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -113910,133 +116334,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -114045,130 +116464,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -114181,36 +116585,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114220,6 +116628,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114227,56 +116641,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114287,10 +116701,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114317,155 +116741,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114517,12 +117175,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114530,136 +117182,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114705,12 +117241,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -114718,151 +117248,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -114871,130 +117414,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -115007,36 +117535,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115046,6 +117578,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115053,56 +117591,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115113,10 +117651,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115392,6 +117940,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115576,6 +118129,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115679,7 +118237,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -126793,12 +129791,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -126811,24 +129803,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -126849,25 +129829,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -126919,12 +129881,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -126932,136 +129888,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127109,25 +129949,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -127138,133 +129990,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -127273,130 +130120,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -127409,36 +130241,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -127448,6 +130284,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -127455,56 +130297,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -127515,10 +130357,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127545,155 +130397,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127745,12 +130831,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127758,136 +130838,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127933,12 +130897,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -127946,151 +130904,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -128099,130 +131070,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -128235,36 +131191,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128274,6 +131234,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128281,56 +131247,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128341,10 +131307,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128620,6 +131596,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128804,6 +131785,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128907,7 +131893,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -130106,12 +133392,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -130124,24 +133404,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -130162,25 +133430,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130232,12 +133482,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130245,136 +133489,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130422,25 +133550,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -130451,133 +133591,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -130586,130 +133721,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -130722,36 +133842,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130761,6 +133885,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130768,56 +133898,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130828,10 +133958,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130858,155 +133998,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131058,12 +134432,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131071,136 +134439,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131246,12 +134498,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -131259,151 +134505,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -131412,130 +134671,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -131548,36 +134792,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -131587,6 +134835,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -131594,56 +134848,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -131654,10 +134908,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -131933,6 +135197,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132117,6 +135386,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132220,7 +135494,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -133419,12 +136993,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -133437,24 +137005,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -133475,25 +137031,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133545,12 +137083,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133558,136 +137090,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133735,25 +137151,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -133764,133 +137192,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -133899,130 +137322,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -134035,36 +137443,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134074,6 +137486,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134081,56 +137499,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134141,10 +137559,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134171,155 +137599,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134371,12 +138033,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134384,136 +138040,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -134561,25 +138101,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -134590,133 +138142,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -134725,130 +138272,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -134861,36 +138393,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134900,6 +138436,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134907,56 +138449,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134967,10 +138509,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135246,6 +138798,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135430,6 +138987,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135533,7 +139095,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -138752,6 +142354,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -138883,6 +142490,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139372,6 +142984,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139532,6 +143149,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140124,6 +143746,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140307,7 +143934,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -142249,6 +145901,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142381,6 +146038,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142875,6 +146537,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143035,6 +146702,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143627,6 +147299,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143810,7 +147487,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -145752,6 +149454,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -145915,6 +149622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146209,6 +149921,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146369,6 +150086,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146961,6 +150683,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147144,7 +150871,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -149087,6 +152839,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149472,6 +153229,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149632,6 +153394,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150224,6 +153991,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150407,7 +154179,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", + "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", - "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "created": { "descriptionHtml": "A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -19928,12 +20354,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -19946,24 +20366,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -19984,25 +20392,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20054,12 +20444,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20067,136 +20451,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -20244,25 +20512,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -20273,133 +20553,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -20408,130 +20683,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -20544,36 +20804,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -20583,6 +20847,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -20590,56 +20860,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -20650,10 +20920,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -20680,155 +20960,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -20880,12 +21394,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -20893,136 +21401,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21068,12 +21460,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -21081,151 +21467,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -21234,130 +21633,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -21370,36 +21754,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21409,6 +21797,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21416,56 +21810,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21476,10 +21870,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21755,6 +22159,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -21939,6 +22348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22133,6 +22547,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22550,6 +22969,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -22894,6 +23318,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23416,6 +23845,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23630,6 +24064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23775,6 +24214,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24192,6 +24636,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24530,6 +24979,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25052,6 +25506,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25265,6 +25724,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25476,6 +25940,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25601,6 +26070,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25811,6 +26285,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26149,6 +26628,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26671,6 +27155,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26885,6 +27374,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27171,6 +27665,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27379,6 +27878,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27901,6 +28405,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28113,6 +28622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28711,6 +29225,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29792,6 +30311,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29833,7 +30357,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "An item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "The type of content tracked in a project item
", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "An item was added to a project in the organization.
", + "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "The type of content tracked in a project item
", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -91569,7 +93053,7 @@ }, "deleted": { "descriptionHtml": "An item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -103558,12 +105502,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -103576,24 +105514,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -103614,25 +105540,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -103684,12 +105592,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -103697,136 +105599,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -103874,25 +105660,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -103903,133 +105701,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -104038,130 +105831,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -104174,36 +105952,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -104213,6 +105995,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -104220,56 +106008,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -104280,10 +106068,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -104310,155 +106108,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104510,12 +106542,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104523,136 +106549,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -104698,12 +106608,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -104711,151 +106615,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -104864,130 +106781,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -105000,36 +106902,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105039,6 +106945,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105046,56 +106958,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105106,10 +107018,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105385,6 +107307,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105569,6 +107496,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -105672,7 +107604,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -106871,12 +109103,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -106889,24 +109115,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106927,25 +109141,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106997,12 +109193,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107010,136 +109200,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107187,25 +109261,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -107216,133 +109302,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -107351,130 +109432,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -107487,36 +109553,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107526,6 +109596,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107533,56 +109609,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107593,10 +109669,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107623,155 +109709,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -107823,12 +110143,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -107836,136 +110150,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108011,12 +110209,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -108024,151 +110216,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -108177,130 +110382,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -108313,36 +110503,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108352,6 +110546,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108359,56 +110559,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108419,10 +110619,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108698,6 +110908,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108882,6 +111097,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108985,7 +111205,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -113694,12 +116264,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -113712,24 +116276,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -113750,25 +116302,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -113820,12 +116354,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -113833,136 +116361,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114010,25 +116422,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -114039,133 +116463,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -114174,130 +116593,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -114310,36 +116714,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -114349,6 +116757,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -114356,56 +116770,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -114416,10 +116830,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -114446,155 +116870,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -114646,12 +117304,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -114659,136 +117311,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -114834,12 +117370,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -114847,151 +117377,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -115000,130 +117543,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -115136,36 +117664,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115175,6 +117707,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115182,56 +117720,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115242,10 +117780,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115521,6 +118069,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115705,6 +118258,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -115808,7 +118366,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -126922,12 +129920,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -126940,24 +129932,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -126978,25 +129958,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127048,12 +130010,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127061,136 +130017,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -127238,25 +130078,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -127267,133 +130119,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -127402,130 +130249,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -127538,36 +130370,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -127577,6 +130413,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -127584,56 +130426,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -127644,10 +130486,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -127674,155 +130526,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -127874,12 +130960,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -127887,136 +130967,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128062,12 +131026,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -128075,151 +131033,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -128228,130 +131199,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -128364,36 +131320,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128403,6 +131363,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128410,56 +131376,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128470,10 +131436,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128749,6 +131725,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -128933,6 +131914,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -129036,7 +132022,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -130235,12 +133521,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -130253,24 +133533,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -130291,25 +133559,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130361,12 +133611,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130374,136 +133618,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130551,25 +133679,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -130580,133 +133720,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -130715,130 +133850,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -130851,36 +133971,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130890,6 +134014,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130897,56 +134027,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130957,10 +134087,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130987,155 +134127,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131187,12 +134561,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131200,136 +134568,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131375,12 +134627,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -131388,151 +134634,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -131541,130 +134800,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -131677,36 +134921,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -131716,6 +134964,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -131723,56 +134977,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -131783,10 +135037,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132062,6 +135326,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132246,6 +135515,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -132349,7 +135623,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -133548,12 +137122,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -133566,24 +137134,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -133604,25 +137160,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133674,12 +137212,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133687,136 +137219,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133864,25 +137280,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -133893,133 +137321,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -134028,130 +137451,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -134164,36 +137572,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134203,6 +137615,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134210,56 +137628,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134270,10 +137688,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134300,155 +137728,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134500,12 +138162,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134513,136 +138169,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -134690,25 +138230,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -134719,133 +138271,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -134854,130 +138401,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -134990,36 +138522,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135029,6 +138565,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135036,56 +138578,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135096,10 +138638,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135375,6 +138927,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135559,6 +139116,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -135662,7 +139224,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -138881,6 +142483,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -139012,6 +142619,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139501,6 +143113,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -139661,6 +143278,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140253,6 +143875,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140436,7 +144063,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -142378,6 +146030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -142510,6 +146167,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143004,6 +146666,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143164,6 +146831,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143756,6 +147428,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -143939,7 +147616,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -145881,6 +149583,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -146044,6 +149751,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146338,6 +150050,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146498,6 +150215,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147090,6 +150812,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147273,7 +151000,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -149216,6 +152968,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -149601,6 +153358,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149761,6 +153523,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150353,6 +154120,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -150536,7 +154308,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", + "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", - "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "A Dependabot alert was automatically closed by a Dependabot auto-triage rule.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21182,12 +21618,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21200,24 +21630,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21238,25 +21656,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21308,12 +21708,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21321,136 +21715,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21498,25 +21776,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -21527,133 +21817,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -21662,130 +21947,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -21798,36 +22068,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21837,6 +22111,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21844,56 +22124,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21904,10 +22184,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21934,155 +22224,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22134,12 +22658,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22147,136 +22665,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22322,12 +22724,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22335,151 +22731,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -22488,130 +22897,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -22624,36 +23018,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22663,6 +23061,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22670,56 +23074,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22730,10 +23134,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23009,6 +23423,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23193,6 +23612,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23387,6 +23811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23804,6 +24233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24148,6 +24582,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24670,6 +25109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24884,6 +25328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25029,6 +25478,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25446,6 +25900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25784,6 +26243,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26306,6 +26770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26519,6 +26988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26730,6 +27204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26855,6 +27334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27065,6 +27549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27925,6 +28419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28139,6 +28638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28425,6 +28929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28633,6 +29142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29155,6 +29669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29367,6 +29886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29965,6 +30489,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31046,6 +31575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31087,7 +31621,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "An item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "The type of content tracked in a project item
", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "An item was added to a project in the organization.
", + "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "The type of content tracked in a project item
", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -92823,7 +94317,7 @@ }, "deleted": { "descriptionHtml": "An item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -104812,12 +106766,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -104830,24 +106778,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -104868,25 +106804,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104938,12 +106856,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104951,136 +106863,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105128,25 +106924,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -105157,133 +106965,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -105292,130 +107095,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -105428,36 +107216,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105467,6 +107259,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105474,56 +107272,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105534,10 +107332,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105564,155 +107372,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -105764,12 +107806,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -105777,136 +107813,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105952,12 +107872,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -105965,151 +107879,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -106118,130 +108045,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -106254,36 +108166,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106293,6 +108209,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106300,56 +108222,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106360,10 +108282,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106639,6 +108571,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106823,6 +108760,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106926,7 +108868,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108125,12 +110367,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108143,24 +110379,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108181,25 +110405,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108251,12 +110457,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108264,136 +110464,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108441,25 +110525,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108470,133 +110566,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -108605,130 +110696,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -108741,36 +110817,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108780,6 +110860,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108787,56 +110873,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108847,10 +110933,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108877,155 +110973,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109077,12 +111407,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109090,136 +111414,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109265,12 +111473,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109278,151 +111480,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -109431,130 +111646,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -109567,36 +111767,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109606,6 +111810,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109613,56 +111823,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109673,10 +111883,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109952,6 +112172,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110136,6 +112361,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110239,7 +112469,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114948,12 +117528,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114966,24 +117540,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -115004,25 +117566,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115074,12 +117618,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115087,136 +117625,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115264,25 +117686,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -115293,133 +117727,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -115428,130 +117857,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -115564,36 +117978,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115603,6 +118021,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115610,56 +118034,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115670,10 +118094,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115700,155 +118134,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115900,12 +118568,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115913,136 +118575,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116088,12 +118634,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -116101,151 +118641,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -116254,130 +118807,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -116390,36 +118928,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116429,6 +118971,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116436,56 +118984,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116496,10 +119044,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116775,6 +119333,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116959,6 +119522,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117062,7 +119630,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -128176,12 +131184,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -128194,24 +131196,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -128232,25 +131222,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -128302,12 +131274,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -128315,136 +131281,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128492,25 +131342,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -128521,133 +131383,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -128656,130 +131513,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -128792,36 +131634,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128831,6 +131677,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128838,56 +131690,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128898,10 +131750,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128928,155 +131790,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129128,12 +132224,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129141,136 +132231,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129316,12 +132290,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -129329,151 +132297,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -129482,130 +132463,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -129618,36 +132584,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129657,6 +132627,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -129664,56 +132640,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -129724,10 +132700,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130003,6 +132989,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130187,6 +133178,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130290,7 +133286,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -131489,12 +134785,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -131507,24 +134797,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -131545,25 +134823,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131615,12 +134875,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131628,136 +134882,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131805,25 +134943,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -131834,133 +134984,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -131969,130 +135114,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -132105,36 +135235,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132144,6 +135278,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132151,56 +135291,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -132211,10 +135351,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132241,155 +135391,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132441,12 +135825,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132454,136 +135832,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132629,12 +135891,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -132642,151 +135898,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -132795,130 +136064,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -132931,36 +136185,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132970,6 +136228,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132977,56 +136241,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133037,10 +136301,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133316,6 +136590,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133500,6 +136779,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133603,7 +136887,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -134802,12 +138386,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -134820,24 +138398,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -134858,25 +138424,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134928,12 +138476,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134941,136 +138483,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135118,25 +138544,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135147,133 +138585,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -135282,130 +138715,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -135418,36 +138836,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135457,6 +138879,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135464,56 +138892,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135524,10 +138952,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135554,155 +138992,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -135754,12 +139426,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -135767,136 +139433,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135944,25 +139494,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135973,133 +139535,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -136108,130 +139665,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -136244,36 +139786,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136283,6 +139829,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136290,56 +139842,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136350,10 +139902,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136629,6 +140191,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136813,6 +140380,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136916,7 +140488,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -140135,6 +143747,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140266,6 +143883,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140755,6 +144377,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140915,6 +144542,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141507,6 +145139,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141690,7 +145327,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -143632,6 +147294,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143764,6 +147431,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144258,6 +147930,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144418,6 +148095,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145010,6 +148692,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145193,7 +148880,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -147135,6 +150847,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147298,6 +151015,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147592,6 +151314,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147752,6 +151479,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148344,6 +152076,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148527,7 +152264,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -150470,6 +154232,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150855,6 +154622,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151015,6 +154787,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151607,6 +155384,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151790,7 +155572,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", + "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", - "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -11661,6 +11727,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12837,6 +12908,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -13060,7 +13136,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "A Dependabot alert was automatically closed by a Dependabot auto-triage rule.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -21182,12 +21618,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -21200,24 +21630,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -21238,25 +21656,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -21308,12 +21708,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -21321,136 +21715,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -21498,25 +21776,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -21527,133 +21817,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -21662,130 +21947,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -21798,36 +22068,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -21837,6 +22111,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -21844,56 +22124,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -21904,10 +22184,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -21934,155 +22224,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22134,12 +22658,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22147,136 +22665,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22322,12 +22724,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -22335,151 +22731,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -22488,130 +22897,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -22624,36 +23018,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22663,6 +23061,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22670,56 +23074,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -22730,10 +23134,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23009,6 +23423,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23193,6 +23612,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23387,6 +23811,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -23804,6 +24233,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24148,6 +24582,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24670,6 +25109,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24884,6 +25328,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25029,6 +25478,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25446,6 +25900,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25784,6 +26243,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26306,6 +26770,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26519,6 +26988,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26730,6 +27204,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26855,6 +27334,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27065,6 +27549,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27403,6 +27892,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27925,6 +28419,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28139,6 +28638,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28425,6 +28929,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28633,6 +29142,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29155,6 +29669,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29367,6 +29886,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29965,6 +30489,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31046,6 +31575,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31087,7 +31621,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "An item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "The type of content tracked in a project item
", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "An item was added to a project in the organization.
", + "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "The type of content tracked in a project item
", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -92838,7 +94332,7 @@ }, "deleted": { "descriptionHtml": "An item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -104827,12 +106781,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -104845,24 +106793,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -104883,25 +106819,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -104953,12 +106871,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -104966,136 +106878,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105143,25 +106939,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -105172,133 +106980,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -105307,130 +107110,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -105443,36 +107231,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -105482,6 +107274,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -105489,56 +107287,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -105549,10 +107347,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -105579,155 +107387,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -105779,12 +107821,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -105792,136 +107828,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -105967,12 +107887,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -105980,151 +107894,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -106133,130 +108060,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -106269,36 +108181,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106308,6 +108224,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106315,56 +108237,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106375,10 +108297,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106654,6 +108586,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106838,6 +108775,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -106941,7 +108883,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -108140,12 +110382,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -108158,24 +110394,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -108196,25 +110420,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -108266,12 +110472,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -108279,136 +110479,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -108456,25 +110540,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -108485,133 +110581,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -108620,130 +110711,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -108756,36 +110832,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -108795,6 +110875,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -108802,56 +110888,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -108862,10 +110948,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -108892,155 +110988,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109092,12 +111422,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109105,136 +111429,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109280,12 +111488,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -109293,151 +111495,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -109446,130 +111661,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -109582,36 +111782,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109621,6 +111825,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109628,56 +111838,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -109688,10 +111898,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -109967,6 +112187,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110151,6 +112376,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -110254,7 +112484,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -114963,12 +117543,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -114981,24 +117555,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -115019,25 +117581,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115089,12 +117633,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115102,136 +117640,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -115279,25 +117701,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -115308,133 +117742,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -115443,130 +117872,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -115579,36 +117993,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -115618,6 +118036,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -115625,56 +118049,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -115685,10 +118109,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -115715,155 +118149,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -115915,12 +118583,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -115928,136 +118590,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116103,12 +118649,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -116116,151 +118656,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -116269,130 +118822,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -116405,36 +118943,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116444,6 +118986,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116451,56 +118999,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116511,10 +119059,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116790,6 +119348,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -116974,6 +119537,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -117077,7 +119645,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -128191,12 +131199,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -128209,24 +131211,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -128247,25 +131237,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -128317,12 +131289,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -128330,136 +131296,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -128507,25 +131357,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -128536,133 +131398,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -128671,130 +131528,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -128807,36 +131649,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -128846,6 +131692,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -128853,56 +131705,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -128913,10 +131765,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -128943,155 +131805,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129143,12 +132239,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129156,136 +132246,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129331,12 +132305,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -129344,151 +132312,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -129497,130 +132478,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -129633,36 +132599,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129672,6 +132642,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -129679,56 +132655,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -129739,10 +132715,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130018,6 +133004,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130202,6 +133193,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -130305,7 +133301,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -131504,12 +134800,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -131522,24 +134812,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -131560,25 +134838,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -131630,12 +134890,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -131643,136 +134897,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -131820,25 +134958,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -131849,133 +134999,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -131984,130 +135129,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -132120,36 +135250,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132159,6 +135293,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132166,56 +135306,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -132226,10 +135366,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -132256,155 +135406,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132456,12 +135840,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132469,136 +135847,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132644,12 +135906,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -132657,151 +135913,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -132810,130 +136079,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -132946,36 +136200,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -132985,6 +136243,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -132992,56 +136256,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133052,10 +136316,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133331,6 +136605,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133515,6 +136794,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -133618,7 +136902,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -134817,12 +138401,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -134835,24 +138413,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -134873,25 +138439,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -134943,12 +138491,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -134956,136 +138498,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135133,25 +138559,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135162,133 +138600,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -135297,130 +138730,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -135433,36 +138851,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -135472,6 +138894,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -135479,56 +138907,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -135539,10 +138967,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -135569,155 +139007,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -135769,12 +139441,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -135782,136 +139448,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -135959,25 +139509,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -135988,133 +139550,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -136123,130 +139680,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -136259,36 +139801,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136298,6 +139844,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136305,56 +139857,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136365,10 +139917,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136644,6 +140206,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136828,6 +140395,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -136931,7 +140503,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -140150,6 +143762,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -140281,6 +143898,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140770,6 +144392,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -140930,6 +144557,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141522,6 +145154,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141705,7 +145342,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -143647,6 +147309,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -143779,6 +147446,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144273,6 +147945,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -144433,6 +148110,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145025,6 +148707,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145208,7 +148895,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -147150,6 +150862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -147313,6 +151030,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147607,6 +151329,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -147767,6 +151494,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148359,6 +152091,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148542,7 +152279,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -150485,6 +154247,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -150870,6 +154637,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151030,6 +154802,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151622,6 +155399,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -151805,7 +155587,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", + "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", - "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A secret scanning push protection bypass request was cancelled.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1286,7 +1286,7 @@ }, "completed": { "descriptionHtml": "A secret scanning bypass request was completed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1497,7 +1497,7 @@ }, "created": { "descriptionHtml": "A secret scanning push protection bypass request was created.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1708,7 +1708,7 @@ }, "response_dismissed": { "descriptionHtml": "A secret scanning push protection bypass response was dismissed.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -1958,7 +1958,7 @@ }, "response_submitted": { "descriptionHtml": "A response either approving or rejecting the secret scanning push protection bypass request was submitted.
", - "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in beta and subject to change.
", + "summaryHtml": "This event occurs when there is activity related to a user's request to bypass secret scanning push protection.
\nFor more information, see \"Enabling delegated bypass for push protection.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Secret scanning alerts\" repository permission.
\nNote: Delegated bypass for push protection is currently in public preview and subject to change.
", "bodyParameters": [ { "type": "string", @@ -2474,6 +2474,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -2895,6 +2900,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4090,6 +4100,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -4511,6 +4526,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -5707,6 +5727,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -6128,6 +6153,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7336,6 +7366,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -7757,6 +7792,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -8969,6 +9009,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -9872,6 +9917,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -10773,6 +10823,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -11623,6 +11678,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12028,6 +12088,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -12538,13 +12603,14 @@ ] }, { - "type": "string", + "type": "string or null", "name": "state", "description": "State of a code scanning alert.
", "isRequired": true, "enum": [ "open", - "dismissed" + "dismissed", + null ] }, { @@ -12796,6 +12862,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -13972,6 +14043,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -14195,7 +14271,7 @@ "dependabot_alert": { "auto_dismissed": { "descriptionHtml": "A Dependabot alert was automatically closed by a Dependabot auto-triage rule.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually closed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change removed a vulnerability.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA manifest file change introduced a vulnerable dependency that had previously been fixed.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA Dependabot alert was manually reopened.
", - "summaryHtml": "This event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in beta and subject to change.
\nThis event occurs when there is activity relating to Dependabot alerts.
\nFor more information about Dependabot alerts, see \"About Dependabot alerts.\" For information about the API to manage Dependabot alerts, see \"Dependabot alerts\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Dependabot alerts\" repository permission.
\nNote
\n\nWebhook events for Dependabot alerts are currently in public preview and subject to change.
\nA repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -22317,12 +22753,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -22335,24 +22765,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -22373,25 +22791,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -22443,12 +22843,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -22456,136 +22850,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -22633,25 +22911,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -22662,133 +22952,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -22797,130 +23082,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -22933,36 +23203,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -22972,6 +23246,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -22979,56 +23259,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23039,10 +23319,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -23069,155 +23359,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -23269,12 +23793,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -23282,136 +23800,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -23457,12 +23859,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -23470,151 +23866,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -23623,130 +24032,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -23759,36 +24153,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -23798,6 +24196,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -23805,56 +24209,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -23865,10 +24269,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -24144,6 +24558,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24328,6 +24747,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24522,6 +24946,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -24939,6 +25368,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25283,6 +25717,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -25805,6 +26244,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26019,6 +26463,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26164,6 +26613,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26581,6 +27035,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -26919,6 +27378,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27441,6 +27905,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27654,6 +28123,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27865,6 +28339,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -27990,6 +28469,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28200,6 +28684,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -28538,6 +29027,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29060,6 +29554,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29274,6 +29773,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29560,6 +30064,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -29768,6 +30277,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30290,6 +30804,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -30502,6 +31021,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -31100,6 +31624,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32181,6 +32710,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -32222,7 +32756,7 @@ "discussion": { "answered": { "descriptionHtml": "A comment on the discussion was marked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe category of a discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was closed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nThe title or body on a discussion was edited, or the category of the discussion was changed.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was added to a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was locked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was pinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was transferred to another repository.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A comment on the discussion was unmarked as the answer.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA label was removed from a discussion.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unlocked.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA discussion was unpinned.
", - "summaryHtml": "This event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a comment on a discussion, use the discussion_comment
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was created.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA comment on a discussion was edited.
", - "summaryHtml": "This event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in beta and subject to change.
\nThis event occurs when there is activity relating to a comment on a discussion. For more information about discussions, see \"GitHub Discussions.\" For information about the API to manage discussions, see the GraphQL documentation.
\nFor activity relating to a discussion as opposed to comments on a discussion, use the discussion
event.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Discussions\" repository permission.
\nNote
\n\nWebhook events for GitHub Discussions are currently in public preview and subject to change.
\nA fine-grained personal access token request was approved.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was cancelled by the requester.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was created.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA fine-grained personal access token request was denied.
", - "summaryHtml": "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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change.
\nThis 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 \"Creating a personal access token.\"
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Personal access token requests\" organization permission.
\nNote
\n\nFine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change.
\nA project in the organization was closed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was created.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was deleted.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe title, description, or README of a project in the organization was changed.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA project in the organization was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a item on a project, use the projects_v2_item
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn item on an organization project was archived. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA draft issue in an organization project was converted to an issue.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nA GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "organization" - ], - "action": "converted", - "category": "projects_v2_item" - }, - "created": { - "descriptionHtml": "An item was added to a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "number", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "project_node_id", - "description": "" - }, - { - "type": "string", - "name": "content_node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "content_type", - "description": "The type of content tracked in a project item
", - "isRequired": true, - "enum": [ - "Issue", - "PullRequest", - "DraftIssue" - ] - }, - { - "type": "object", - "name": "creator", - "description": "A GitHub user.
", - "childParamsGroups": [ - { - "type": "string or null", - "name": "name", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true }, { "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_at", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "updated_at", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "archived_at", + "description": "", + "isRequired": true + } + ] + }, + { + "type": "object", + "name": "sender", + "in": "body", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "organization" + ], + "action": "converted", + "category": "projects_v2_item" + }, + "created": { + "descriptionHtml": "An item was added to a project in the organization.
", + "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
An item belonging to a project
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "number", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "project_node_id", + "description": "" + }, + { + "type": "string", + "name": "content_node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "content_type", + "description": "The type of content tracked in a project item
", + "isRequired": true, + "enum": [ + "Issue", + "PullRequest", + "DraftIssue" + ] + }, + { + "type": "object", + "name": "creator", + "description": "A GitHub user.
", + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -93986,7 +95480,7 @@ }, "deleted": { "descriptionHtml": "An item was deleted from a project in the organization.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThe 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.
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nAn archived item on an organization project was restored from the archive. For more information, see \"Archiving items from your project.\"
", - "summaryHtml": "This event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nThis event occurs when there is activity relating to an item on an organization-level project. For more information, see \"About Projects.\" For information about the Projects API, see the GraphQL documentation.
\nFor activity relating to a project (instead of an item on a project), use the projects_v2
event. For activity relating to Projects (classic), use the project
, project_card
, and project_column
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Projects\" organization permission.
\nNote
\n\nWebhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the Projects webhook feedback discussion.
\nWhether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -105975,12 +107929,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -105993,24 +107941,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -106031,25 +107967,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106101,12 +108019,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106114,136 +108026,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -106291,25 +108087,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -106320,133 +108128,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -106455,130 +108258,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -106591,36 +108379,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -106630,6 +108422,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -106637,56 +108435,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -106697,10 +108495,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -106727,155 +108535,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -106927,12 +108969,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -106940,136 +108976,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -107115,12 +109035,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -107128,151 +109042,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -107281,130 +109208,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -107417,36 +109329,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -107456,6 +109372,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -107463,56 +109385,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -107523,10 +109445,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -107802,6 +109734,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -107986,6 +109923,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -108089,7 +110031,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -109288,12 +111530,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -109306,24 +111542,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -109344,25 +111568,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -109414,12 +111620,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -109427,136 +111627,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -109604,25 +111688,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -109633,133 +111729,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -109768,130 +111859,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -109904,36 +111980,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -109943,6 +112023,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -109950,56 +112036,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110010,10 +112096,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -110040,155 +112136,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -110240,12 +112570,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -110253,136 +112577,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -110428,12 +112636,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -110441,151 +112643,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -110594,130 +112809,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -110730,36 +112930,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -110769,6 +112973,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -110776,56 +112986,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -110836,10 +113046,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -111115,6 +113335,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111299,6 +113524,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -111402,7 +113632,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -116111,12 +118691,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -116129,24 +118703,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -116167,25 +118729,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -116237,12 +118781,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -116250,136 +118788,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -116427,25 +118849,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -116456,133 +118890,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -116591,130 +119020,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -116727,36 +119141,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -116766,6 +119184,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -116773,56 +119197,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -116833,10 +119257,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -116863,155 +119297,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -117063,12 +119731,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -117076,136 +119738,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -117251,12 +119797,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -117264,151 +119804,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -117417,130 +119970,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -117553,36 +120091,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -117592,6 +120134,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -117599,56 +120147,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -117659,10 +120207,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -117938,6 +120496,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118122,6 +120685,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -118225,7 +120793,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -129339,12 +132347,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -129357,24 +132359,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -129395,25 +132385,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -129465,12 +132437,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -129478,136 +132444,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -129655,25 +132505,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -129684,133 +132546,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -129819,130 +132676,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -129955,36 +132797,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -129994,6 +132840,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130001,56 +132853,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130061,10 +132913,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -130091,155 +132953,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -130291,12 +133387,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -130304,136 +133394,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -130479,12 +133453,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -130492,151 +133460,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -130645,130 +133626,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -130781,36 +133747,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -130820,6 +133790,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -130827,56 +133803,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -130887,10 +133863,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -131166,6 +134152,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131350,6 +134341,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -131453,7 +134449,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -132652,12 +135948,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -132670,24 +135960,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -132708,25 +135986,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -132778,12 +136038,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -132791,136 +136045,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -132968,25 +136106,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -132997,133 +136147,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -133132,130 +136277,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -133268,36 +136398,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -133307,6 +136441,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -133314,56 +136454,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -133374,10 +136514,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -133404,155 +136554,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -133604,12 +136988,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -133617,136 +136995,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -133792,12 +137054,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - }, { "type": "string", "name": "clone_url", @@ -133805,151 +137061,164 @@ "isRequired": true }, { - "type": "string", - "name": "default_branch", + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string", + "name": "hooks_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks_count", + "type": "string", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "string or null", + "name": "homepage", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", + "type": "integer", + "name": "forks_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_pages", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_discussions", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "string or null", - "name": "homepage", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "language", - "description": "", - "isRequired": true + "type": "boolean", + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false }, { - "type": "string", - "name": "master_branch", + "type": "array of strings", + "name": "topics", "description": "" }, { "type": "boolean", - "name": "archived", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { "type": "boolean", - "name": "disabled", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, + { + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false + }, + { + "type": "boolean", + "name": "archived", + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false + }, + { + "type": "boolean", + "name": "disabled", + "description": "Returns whether or not this repository disabled.
", + "isRequired": true + }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -133958,130 +137227,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -134094,36 +137348,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -134133,6 +137391,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -134140,56 +137404,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -134200,10 +137464,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -134479,6 +137753,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134663,6 +137942,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -134766,7 +138050,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the repository.
", + "isRequired": true + }, + { + "type": "string", + "name": "full_name", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", + "description": "", + "isRequired": true + }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "archive_url", @@ -135965,12 +139549,6 @@ "description": "", "isRequired": true }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, { "type": "string", "name": "downloads_url", @@ -135983,24 +139561,12 @@ "description": "", "isRequired": true }, - { - "type": "boolean", - "name": "fork", - "description": "", - "isRequired": true - }, { "type": "string", "name": "forks_url", "description": "", "isRequired": true }, - { - "type": "string", - "name": "full_name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "git_commits_url", @@ -136021,25 +139587,7 @@ }, { "type": "string", - "name": "hooks_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -136091,12 +139639,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -136104,136 +139646,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -136281,25 +139707,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -136310,133 +139748,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -136445,130 +139878,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object or null", - "name": "license", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false }, { - "type": "string", - "name": "pushed_at", - "description": "", - "isRequired": true + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "integer", - "name": "watchers", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "integer", - "name": "watchers_count", - "description": "", - "isRequired": true + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { - "type": "string", - "name": "created_at", + "type": "integer", + "name": "open_issues", "description": "", "isRequired": true }, { - "type": "string", - "name": "updated_at", + "type": "integer", + "name": "watchers", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "allow_forking", + "type": "string", + "name": "master_branch", "description": "" }, { - "type": "boolean", - "name": "is_template", + "type": "string", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -136581,36 +139999,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -136620,6 +140042,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -136627,56 +140055,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -136687,10 +140115,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -136717,155 +140155,389 @@ { "type": "object", "name": "repo", - "description": "", + "description": "A repository on GitHub.
", "isRequired": true, "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier of the repository
", + "isRequired": true + }, { "type": "string", - "name": "archive_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "assignees_url", - "description": "", + "name": "name", + "description": "The name of the repository.
", "isRequired": true }, { "type": "string", - "name": "blobs_url", + "name": "full_name", "description": "", "isRequired": true }, { - "type": "string", - "name": "branches_url", + "type": "object", + "name": "license", + "description": "License Simple
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "key", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "spdx_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "" + } + ] + }, + { + "type": "integer", + "name": "forks", "description": "", "isRequired": true }, + { + "type": "object", + "name": "permissions", + "description": "", + "childParamsGroups": [ + { + "type": "boolean", + "name": "admin", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "pull", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "triage", + "description": "" + }, + { + "type": "boolean", + "name": "push", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintain", + "description": "" + } + ] + }, + { + "type": "object", + "name": "owner", + "description": "A GitHub user.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "avatar_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "gravatar_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "followers_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "following_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "gists_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "organizations_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "repos_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "received_events_url", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "type", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "site_admin", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "boolean", + "name": "private", + "description": "Whether the repository is private or public.
", + "isRequired": true, + "default": false + }, { "type": "string", - "name": "collaborators_url", + "name": "html_url", "description": "", "isRequired": true }, { - "type": "string", - "name": "comments_url", + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "fork", "description": "", "isRequired": true }, { "type": "string", - "name": "commits_url", + "name": "url", "description": "", "isRequired": true }, { "type": "string", - "name": "compare_url", + "name": "archive_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contents_url", + "name": "assignees_url", "description": "", "isRequired": true }, { "type": "string", - "name": "contributors_url", + "name": "blobs_url", "description": "", "isRequired": true }, { "type": "string", - "name": "deployments_url", + "name": "branches_url", "description": "", "isRequired": true }, { - "type": "string or null", - "name": "description", + "type": "string", + "name": "collaborators_url", "description": "", "isRequired": true }, { "type": "string", - "name": "downloads_url", + "name": "comments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "events_url", + "name": "commits_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "fork", + "type": "string", + "name": "compare_url", "description": "", "isRequired": true }, { "type": "string", - "name": "forks_url", + "name": "contents_url", "description": "", "isRequired": true }, { "type": "string", - "name": "full_name", + "name": "contributors_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_commits_url", + "name": "deployments_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_refs_url", + "name": "downloads_url", "description": "", "isRequired": true }, { "type": "string", - "name": "git_tags_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "hooks_url", + "name": "forks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "html_url", + "name": "git_commits_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "git_refs_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "is_template", - "description": "" + "type": "string", + "name": "git_tags_url", + "description": "", + "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "git_url", "description": "", "isRequired": true }, @@ -136917,12 +140589,6 @@ "description": "", "isRequired": true }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, { "type": "string", "name": "notifications_url", @@ -136930,136 +140596,20 @@ "isRequired": true }, { - "type": "object", - "name": "owner", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "followers_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "following_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "gists_url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "gravatar_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "organizations_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "received_events_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "repos_url", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "site_admin", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "starred_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "type", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "private", + "type": "string", + "name": "pulls_url", "description": "", "isRequired": true }, { "type": "string", - "name": "pulls_url", + "name": "releases_url", "description": "", "isRequired": true }, { "type": "string", - "name": "releases_url", + "name": "ssh_url", "description": "", "isRequired": true }, @@ -137107,25 +140657,37 @@ }, { "type": "string", - "name": "url", + "name": "clone_url", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "mirror_url", "description": "", "isRequired": true }, { "type": "string", - "name": "clone_url", + "name": "hooks_url", "description": "", "isRequired": true }, { "type": "string", - "name": "default_branch", + "name": "svn_url", "description": "", "isRequired": true }, { - "type": "integer", - "name": "forks", + "type": "string or null", + "name": "homepage", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "language", "description": "", "isRequired": true }, @@ -137136,133 +140698,128 @@ "isRequired": true }, { - "type": "string", - "name": "git_url", + "type": "integer", + "name": "stargazers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_downloads", + "type": "integer", + "name": "watchers_count", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "has_issues", - "description": "", + "type": "integer", + "name": "size", + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.
", "isRequired": true }, { - "type": "boolean", - "name": "has_projects", - "description": "", + "type": "string", + "name": "default_branch", + "description": "The default branch of the repository.
", "isRequired": true }, { - "type": "boolean", - "name": "has_wiki", + "type": "integer", + "name": "open_issues_count", "description": "", "isRequired": true }, { "type": "boolean", - "name": "has_pages", - "description": "", - "isRequired": true + "name": "is_template", + "description": "Whether this repository acts as a template that can be used to generate new repositories.
", + "default": false + }, + { + "type": "array of strings", + "name": "topics", + "description": "" }, { "type": "boolean", - "name": "has_discussions", - "description": "", - "isRequired": true + "name": "has_issues", + "description": "Whether issues are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "homepage", - "description": "", - "isRequired": true + "type": "boolean", + "name": "has_projects", + "description": "Whether projects are enabled.
", + "isRequired": true, + "default": true }, { - "type": "string or null", - "name": "language", + "type": "boolean", + "name": "has_wiki", + "description": "Whether the wiki is enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_pages", "description": "", "isRequired": true }, { - "type": "string", - "name": "master_branch", - "description": "" + "type": "boolean", + "name": "has_downloads", + "description": "Whether downloads are enabled.
", + "isRequired": true, + "default": true + }, + { + "type": "boolean", + "name": "has_discussions", + "description": "Whether discussions are enabled.
", + "default": false }, { "type": "boolean", "name": "archived", - "description": "", - "isRequired": true + "description": "Whether the repository is archived.
", + "isRequired": true, + "default": false }, { "type": "boolean", "name": "disabled", - "description": "", + "description": "Returns whether or not this repository disabled.
", "isRequired": true }, { "type": "string", "name": "visibility", - "description": "The repository visibility: public, private, or internal.
" + "description": "The repository visibility: public, private, or internal.
", + "default": "public" }, { "type": "string or null", - "name": "mirror_url", + "name": "pushed_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues", + "type": "string or null", + "name": "created_at", "description": "", "isRequired": true }, { - "type": "integer", - "name": "open_issues_count", + "type": "string or null", + "name": "updated_at", "description": "", "isRequired": true }, { - "type": "object", - "name": "permissions", - "description": "", - "childParamsGroups": [ - { - "type": "boolean", - "name": "admin", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintain", - "description": "" - }, - { - "type": "boolean", - "name": "push", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "triage", - "description": "" - }, - { - "type": "boolean", - "name": "pull", - "description": "", - "isRequired": true - } - ] + "type": "boolean", + "name": "allow_rebase_merge", + "description": "Whether to allow rebase merges for pull requests.
", + "default": true }, { "type": "string", @@ -137271,130 +140828,115 @@ }, { "type": "boolean", - "name": "allow_merge_commit", - "description": "" + "name": "allow_squash_merge", + "description": "Whether to allow squash merges for pull requests.
", + "default": true }, { "type": "boolean", - "name": "allow_squash_merge", - "description": "" + "name": "allow_auto_merge", + "description": "Whether to allow Auto-merge to be used on pull requests.
", + "default": false }, { "type": "boolean", - "name": "allow_rebase_merge", - "description": "" + "name": "delete_branch_on_merge", + "description": "Whether to delete head branches when pull requests are merged
", + "default": false }, { - "type": "object", - "name": "license", - "description": "License Simple
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "key", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "url", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "spdx_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "html_url", - "description": "" - } + "type": "boolean", + "name": "allow_update_branch", + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.
", + "default": false + }, + { + "type": "boolean", + "name": "use_squash_pr_title_as_default", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The default value for a squash merge commit title:
\nPR_TITLE
- default to the pull request's title.COMMIT_OR_PR_TITLE
- default to the commit's title (if only one commit) or the pull request's title (when more than one commit).The default value for a squash merge commit message:
\nPR_BODY
- default to the pull request's body.COMMIT_MESSAGES
- default to the branch's commit messages.BLANK
- default to a blank commit message.The default value for a merge commit title.
\nPR_TITLE
- default to the pull request's title.MERGE_MESSAGE
- default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).The default value for a merge commit message.
\nPR_TITLE
- default to the pull request's title.PR_BODY
- default to the pull request's body.BLANK
- default to a blank commit message.Whether to allow merge commits for pull requests.
", + "default": true }, { - "type": "string", - "name": "svn_url", - "description": "", - "isRequired": true + "type": "boolean", + "name": "allow_forking", + "description": "Whether to allow forking this repo
" }, { - "type": "array of strings", - "name": "topics", - "description": "" + "type": "boolean", + "name": "web_commit_signoff_required", + "description": "Whether to require contributors to sign off on web-based commits
", + "default": false }, { "type": "integer", - "name": "watchers", + "name": "open_issues", "description": "", "isRequired": true }, { "type": "integer", - "name": "watchers_count", + "name": "watchers", "description": "", "isRequired": true }, { "type": "string", - "name": "created_at", - "description": "", - "isRequired": true + "name": "master_branch", + "description": "" }, { "type": "string", - "name": "updated_at", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "allow_forking", + "name": "starred_at", "description": "" }, { "type": "boolean", - "name": "web_commit_signoff_required", - "description": "" + "name": "anonymous_access_enabled", + "description": "Whether anonymous git access is enabled for this repository
" } ] }, @@ -137407,36 +140949,40 @@ { "type": "object", "name": "user", - "description": "", + "description": "A GitHub user.
", "isRequired": true, "childParamsGroups": [ { - "type": "string", - "name": "avatar_url", - "description": "", - "isRequired": true + "type": "string or null", + "name": "name", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" }, { "type": "string", - "name": "events_url", + "name": "login", "description": "", "isRequired": true }, { - "type": "string", - "name": "followers_url", + "type": "integer", + "name": "id", "description": "", "isRequired": true }, { "type": "string", - "name": "following_url", + "name": "node_id", "description": "", "isRequired": true }, { "type": "string", - "name": "gists_url", + "name": "avatar_url", "description": "", "isRequired": true }, @@ -137446,6 +140992,12 @@ "description": "", "isRequired": true }, + { + "type": "string", + "name": "url", + "description": "", + "isRequired": true + }, { "type": "string", "name": "html_url", @@ -137453,56 +141005,56 @@ "isRequired": true }, { - "type": "integer", - "name": "id", + "type": "string", + "name": "followers_url", "description": "", "isRequired": true }, { "type": "string", - "name": "node_id", + "name": "following_url", "description": "", "isRequired": true }, { "type": "string", - "name": "login", + "name": "gists_url", "description": "", "isRequired": true }, { "type": "string", - "name": "organizations_url", + "name": "starred_url", "description": "", "isRequired": true }, { "type": "string", - "name": "received_events_url", + "name": "subscriptions_url", "description": "", "isRequired": true }, { "type": "string", - "name": "repos_url", + "name": "organizations_url", "description": "", "isRequired": true }, { - "type": "boolean", - "name": "site_admin", + "type": "string", + "name": "repos_url", "description": "", "isRequired": true }, { "type": "string", - "name": "starred_url", + "name": "events_url", "description": "", "isRequired": true }, { "type": "string", - "name": "subscriptions_url", + "name": "received_events_url", "description": "", "isRequired": true }, @@ -137513,10 +141065,20 @@ "isRequired": true }, { - "type": "string", - "name": "url", + "type": "boolean", + "name": "site_admin", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "starred_at", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -137792,6 +141354,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -137976,6 +141543,11 @@ "type": "string", "name": "starred_at", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -138079,7 +141651,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", + "description": "" + } + ] + } + ] + }, + { + "type": "string", + "name": "html_url", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "issue_url", + "description": "", + "isRequired": true + }, + { + "type": "array of objects", + "name": "labels", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "color", + "description": "6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", "description": "" } ] @@ -141298,6 +144910,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -141429,6 +145046,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -141918,6 +145540,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142078,6 +145705,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142670,6 +146302,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -142853,7 +146490,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -144795,6 +148457,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -144927,6 +148594,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145421,6 +149093,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -145581,6 +149258,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146173,6 +149855,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -146356,7 +150043,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" }, { "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -148298,6 +152010,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -148461,6 +152178,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148755,6 +152477,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -148915,6 +152642,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149507,6 +153239,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -149690,7 +153427,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
6-character hex code, without the leading #, identifying the color
", + "isRequired": true + }, + { + "type": "boolean", + "name": "default", + "description": "", + "isRequired": true + }, + { + "type": "string or null", + "name": "description", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the label.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "URL for the label
", + "isRequired": true + } + ] + }, + { + "type": "boolean", + "name": "locked", + "description": "", + "isRequired": true + }, + { + "type": "boolean", + "name": "maintainer_can_modify", + "description": "Indicates whether maintainers can modify the pull request.
" + }, + { + "type": "string or null", + "name": "merge_commit_sha", + "description": "", + "isRequired": true + }, + { + "type": "boolean or null", + "name": "mergeable", + "description": "" + }, + { + "type": "string", + "name": "mergeable_state", + "description": "" + }, + { + "type": "boolean or null", + "name": "merged", + "description": "" + }, + { + "type": "string or null", + "name": "merged_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "merged_by", + "description": "", + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ] + }, + { + "type": "string", + "name": "url", + "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" + } + ] + }, + { + "type": "object or null", + "name": "milestone", + "description": "A collection of related issues and pull requests.
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string or null", + "name": "closed_at", + "description": "", + "isRequired": true + }, + { + "type": "integer", + "name": "closed_issues", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "created_at", + "description": "", + "isRequired": true + }, + { + "type": "object or null", + "name": "creator", + "description": "", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "avatar_url", + "description": "" + }, + { + "type": "boolean", + "name": "deleted", + "description": "" + }, + { + "type": "string or null", + "name": "email", + "description": "" + }, + { + "type": "string", + "name": "events_url", + "description": "" + }, + { + "type": "string", + "name": "followers_url", + "description": "" + }, + { + "type": "string", + "name": "following_url", + "description": "" + }, + { + "type": "string", + "name": "gists_url", + "description": "" + }, + { + "type": "string", + "name": "gravatar_id", + "description": "" + }, + { + "type": "string", + "name": "html_url", + "description": "" + }, + { + "type": "integer", + "name": "id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "login", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "" + }, + { + "type": "string", + "name": "node_id", + "description": "" + }, + { + "type": "string", + "name": "organizations_url", + "description": "" + }, + { + "type": "string", + "name": "received_events_url", + "description": "" + }, + { + "type": "string", + "name": "repos_url", + "description": "" + }, + { + "type": "boolean", + "name": "site_admin", + "description": "" + }, + { + "type": "string", + "name": "starred_url", + "description": "" + }, + { + "type": "string", + "name": "subscriptions_url", + "description": "" + }, + { + "type": "string", + "name": "type", + "description": "", + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" ] }, { "type": "string", "name": "url", "description": "" - } - ] - } - ] - }, - { - "type": "string", - "name": "html_url", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "issue_url", - "description": "", - "isRequired": true - }, - { - "type": "array of objects", - "name": "labels", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "color", - "description": "6-character hex code, without the leading #, identifying the color
", - "isRequired": true - }, - { - "type": "boolean", - "name": "default", - "description": "", - "isRequired": true - }, - { - "type": "string or null", - "name": "description", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "The name of the label.
", - "isRequired": true - }, - { - "type": "string", - "name": "node_id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "url", - "description": "URL for the label
", - "isRequired": true - } - ] - }, - { - "type": "boolean", - "name": "locked", - "description": "", - "isRequired": true - }, - { - "type": "boolean", - "name": "maintainer_can_modify", - "description": "Indicates whether maintainers can modify the pull request.
" - }, - { - "type": "string or null", - "name": "merge_commit_sha", - "description": "", - "isRequired": true - }, - { - "type": "boolean or null", - "name": "mergeable", - "description": "" - }, - { - "type": "string", - "name": "mergeable_state", - "description": "" - }, - { - "type": "boolean or null", - "name": "merged", - "description": "" - }, - { - "type": "string or null", - "name": "merged_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "merged_by", - "description": "", - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" - }, - { - "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", - "description": "" - } - ] - }, - { - "type": "object or null", - "name": "milestone", - "description": "A collection of related issues and pull requests.
", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string or null", - "name": "closed_at", - "description": "", - "isRequired": true - }, - { - "type": "integer", - "name": "closed_issues", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "created_at", - "description": "", - "isRequired": true - }, - { - "type": "object or null", - "name": "creator", - "description": "", - "isRequired": true, - "childParamsGroups": [ - { - "type": "string", - "name": "avatar_url", - "description": "" - }, - { - "type": "boolean", - "name": "deleted", - "description": "" - }, - { - "type": "string or null", - "name": "email", - "description": "" - }, - { - "type": "string", - "name": "events_url", - "description": "" - }, - { - "type": "string", - "name": "followers_url", - "description": "" - }, - { - "type": "string", - "name": "following_url", - "description": "" - }, - { - "type": "string", - "name": "gists_url", - "description": "" - }, - { - "type": "string", - "name": "gravatar_id", - "description": "" - }, - { - "type": "string", - "name": "html_url", - "description": "" - }, - { - "type": "integer", - "name": "id", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "login", - "description": "", - "isRequired": true - }, - { - "type": "string", - "name": "name", - "description": "" }, { "type": "string", - "name": "node_id", - "description": "" - }, - { - "type": "string", - "name": "organizations_url", - "description": "" - }, - { - "type": "string", - "name": "received_events_url", - "description": "" - }, - { - "type": "string", - "name": "repos_url", - "description": "" - }, - { - "type": "boolean", - "name": "site_admin", - "description": "" - }, - { - "type": "string", - "name": "starred_url", - "description": "" - }, - { - "type": "string", - "name": "subscriptions_url", - "description": "" - }, - { - "type": "string", - "name": "type", - "description": "", - "enum": [ - "Bot", - "User", - "Organization", - "Mannequin" - ] - }, - { - "type": "string", - "name": "url", + "name": "user_view_type", "description": "" } ] @@ -151633,6 +155395,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] } @@ -152018,6 +155785,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152178,6 +155950,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152770,6 +156547,11 @@ "type": "string", "name": "url", "description": "" + }, + { + "type": "string", + "name": "user_view_type", + "description": "" } ] }, @@ -152953,7 +156735,7 @@ { "type": "boolean", "name": "use_squash_pr_title_as_default", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", + "isRequired": true, + "childParamsGroups": [] + } + ], + "availability": [ + "repository", + "organization", + "app" + ], + "action": "unlabeled", + "category": "pull_request" + }, + "unlocked": { + "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", + "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "unlocked" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "enterprise", + "in": "body", + "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", + "isRequired": true + }, + { + "type": "object", + "name": "organization", + "in": "body", + "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
The repository on GitHub where the event occurred. Webhook payloads contain the repository
property\nwhen the event occurs from activity in a repository.
A GitHub user.
", - "isRequired": true, - "childParamsGroups": [] - } - ], - "availability": [ - "repository", - "organization", - "app" - ], - "action": "unlabeled", - "category": "pull_request" - }, - "unlocked": { - "descriptionHtml": "Conversation on a pull request was unlocked. For more information, see \"Locking conversations.\"
", - "summaryHtml": "This event occurs when there is activity on a pull request. For more information, see \"About pull requests.\" For information about the APIs to manage pull requests, see the GraphQL API documentation or \"Pulls\" in the REST API documentation.
\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the pull_request_review
, pull_request_review_comment
, issue_comment
, or pull_request_review_thread
events instead.
To subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.
", - "bodyParameters": [ - { - "type": "string", - "name": "action", - "in": "body", - "description": "", - "isRequired": true, - "enum": [ - "unlocked" - ], - "childParamsGroups": [] - }, - { - "type": "object", - "name": "enterprise", - "in": "body", - "description": "An enterprise on GitHub. Webhook payloads contain the enterprise
property when the webhook is configured\non an enterprise account or an organization that's part of an enterprise account. For more information,\nsee \"About enterprise accounts.\"
The GitHub App installation. Webhook payloads contain the installation
property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee \"Using webhooks with GitHub Apps.\"
The pull request number.
", - "isRequired": true - }, - { - "type": "object", - "name": "organization", - "in": "body", - "description": "A GitHub organization. Webhook payloads contain the organization
property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use squash_merge_commit_title
instead.
Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use squash_merge_commit_title
instead.
A repository vulnerability alert was created.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was dismissed.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A previously dismissed or resolved repository vulnerability alert was reopened.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.
A repository vulnerability alert was marked as resolved.
", - "summaryHtml": "This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nDeprecation notice: This event is deprecated. Use the dependabot_alert
event instead.
This event occurs when there is activity relating to a security vulnerability alert in a repository.
\nWarning
\n\nClosing down notice: This event is closing down. Use the dependabot_alert
event instead.