diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index a156e21afd95..ec3795372347 100644 --- a/.github/workflows/ready-for-doc-review.yml +++ b/.github/workflows/ready-for-doc-review.yml @@ -73,6 +73,13 @@ jobs: echo "No DIY docs issues found in the PR description." fi + # Debug step to confirm environment variables are set correctly + - name: Debug environment variables + run: | + echo "Current environment variables:" + echo "DIY_DOCS_LABEL: $DIY_DOCS_LABEL" + echo "Repository: ${{ github.repository }}" + # If the PR description contains a link to a DIY docs issue, add the DIY docs label to the PR. - name: Add the DIY docs label if connected to a DIY docs issue if: ${{ env.DIY_DOCS_LABEL == 'true' }} && github.repository == 'github/docs-internal' @@ -80,6 +87,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }} PR_URL: ${{ github.event.pull_request.html_url }} run: | + # Debugging output + echo "Condition check:" + echo "DIY_DOCS_LABEL is: $DIY_DOCS_LABEL" + echo "github.repository is: ${{ github.repository }}" + echo "Adding the DIY docs label..." gh pr edit $PR_URL --add-label 'DIY docs' - name: Run script diff --git a/data/features/code-scanning-default-setup-automatic-311.yml b/data/features/code-scanning-default-setup-automatic-311.yml deleted file mode 100644 index d570471af064..000000000000 --- a/data/features/code-scanning-default-setup-automatic-311.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference #9962 -versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' diff --git a/data/features/codeql-action-node16-deprecated.yml b/data/features/codeql-action-node16-deprecated.yml deleted file mode 100644 index e57a1da8e3c9..000000000000 --- a/data/features/codeql-action-node16-deprecated.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference: Issue #13155 https://github.com/github/docs-content/issues/13155 to update CodeQL action version -versions: - fpt: '*' - ghec: '*' - ghes: '>3.11' diff --git a/data/features/codeql-cli-threat-models.yml b/data/features/codeql-cli-threat-models.yml deleted file mode 100644 index 60b8e678630d..000000000000 --- a/data/features/codeql-cli-threat-models.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Reference: #12431 and #13323 -# Documentation for CodeQL threat models for CodeQL CLI -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.12' diff --git a/data/features/codeql-cpp-autoinstall-dependencies.yml b/data/features/codeql-cpp-autoinstall-dependencies.yml deleted file mode 100644 index 78b47c700c74..000000000000 --- a/data/features/codeql-cpp-autoinstall-dependencies.yml +++ /dev/null @@ -1,4 +0,0 @@ -versions: - fpt: '*' - ghec: '*' - ghes: '>3.10' diff --git a/data/features/codeql-language-identifiers-311.yml b/data/features/codeql-language-identifiers-311.yml deleted file mode 100644 index eee8b3840fb9..000000000000 --- a/data/features/codeql-language-identifiers-311.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Reference: #12060 - -versions: - fpt: '*' - ghec: '*' - ghes: '> 3.11' diff --git a/data/reusables/enterprise/repo-policy-rules-allow-list.md b/data/reusables/enterprise/repo-policy-rules-allow-list.md index d6e624a8b619..5a6f9f390ccc 100644 --- a/data/reusables/enterprise/repo-policy-rules-allow-list.md +++ b/data/reusables/enterprise/repo-policy-rules-allow-list.md @@ -1 +1 @@ -Choose which roles and teams can **bypass** the restrictions in this policy. +Choose which roles can **bypass** the restrictions in this policy. diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index a07d51bcf0be..c22464a8cc34 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "dd7e0cab3399025166a33575ce09af6ff60bb26a" + "sha": "30dd46c371d8e335d32c414f972a800d811966b4" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index 3689bc5f8616..dc4e021cb41b 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -406408,6 +406408,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -407554,6 +407558,11 @@ "name": "allowed_merge_methods", "description": "
Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -408958,6 +408967,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -410329,6 +410342,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -411480,6 +411497,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -412885,6 +412907,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -538932,6 +538958,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -540672,6 +540702,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -541661,6 +541695,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -543046,6 +543085,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -544428,6 +544471,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -545422,6 +545469,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -546808,6 +546860,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index a4e1ebc9cad7..95dccf72bfa9 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -280119,6 +280119,7 @@ "completed", "cancelled", "expired", + "deleted", "denied", "open", "all" @@ -280381,6 +280382,7 @@ "cancelled", "completed", "expired", + "deleted", "open" ] }, @@ -281005,7 +281007,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets all custom properties defined for an enterprise.\nEnterprise members can read these properties.
", + "descriptionHTML": "Gets all custom properties defined for an enterprise.\nEnterprise members can read these properties.
", "statusCodes": [ { "httpStatusCode": "200", @@ -281299,7 +281301,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nCreates new or updates existing custom properties defined for an enterprise in a batch.
\nIf the property already exists, the existing property will be replaced with the new values.\nMissing optional values will fall back to default values, previous values will be overwritten.\nE.g. if a property exists with values_editable_by: org_and_repo_actors and it's updated without specifying values_editable_by, it will be updated to default value org_actors.
To use this endpoint, the authenticated user must be an administrator for the enterprise.
", + "descriptionHTML": "Creates new or updates existing custom properties defined for an enterprise in a batch.
\nIf the property already exists, the existing property will be replaced with the new values.\nMissing optional values will fall back to default values, previous values will be overwritten.\nE.g. if a property exists with values_editable_by: org_and_repo_actors and it's updated without specifying values_editable_by, it will be updated to default value org_actors.
To use this endpoint, the authenticated user must be an administrator for the enterprise.
", "statusCodes": [ { "httpStatusCode": "200", @@ -281496,7 +281498,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nPromotes an existing organization custom property to an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", + "descriptionHTML": "Promotes an existing organization custom property to an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", "statusCodes": [ { "httpStatusCode": "200", @@ -281683,7 +281685,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nGets a custom property that is defined for an enterprise.\nEnterprise members can read these properties.
", + "descriptionHTML": "Gets a custom property that is defined for an enterprise.\nEnterprise members can read these properties.
", "statusCodes": [ { "httpStatusCode": "200", @@ -281930,7 +281932,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nCreates a new or updates an existing custom property that is defined for an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", + "descriptionHTML": "Creates a new or updates an existing custom property that is defined for an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", "statusCodes": [ { "httpStatusCode": "200", @@ -282002,7 +282004,7 @@ } ], "previews": [], - "descriptionHTML": "Note
\n\nThis endpoint is in public preview and is subject to change.
\nRemove a custom property that is defined for an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", + "descriptionHTML": "Remove a custom property that is defined for an enterprise.
\nTo use this endpoint, the authenticated user must be an administrator for the enterprise.
", "statusCodes": [ { "httpStatusCode": "204", @@ -283859,6 +283861,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -285229,6 +285236,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -286581,6 +286592,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -287900,6 +287915,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -289271,6 +289291,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -425191,6 +425215,7 @@ "completed", "cancelled", "expired", + "deleted", "denied", "open", "all" @@ -425457,6 +425482,7 @@ "cancelled", "completed", "expired", + "deleted", "open" ] }, @@ -444286,6 +444312,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -445433,6 +445463,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -446838,6 +446873,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -448210,6 +448249,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -449362,6 +449405,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -450768,6 +450816,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -566248,6 +566300,7 @@ "completed", "cancelled", "expired", + "deleted", "denied", "open", "all" @@ -566515,6 +566568,7 @@ "cancelled", "completed", "expired", + "deleted", "open" ] }, @@ -566850,6 +566904,7 @@ "cancelled", "completed", "expired", + "deleted", "open" ] }, @@ -577988,6 +578043,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -579729,6 +579788,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -580719,6 +580782,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -582105,6 +582173,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -583488,6 +583560,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -584483,6 +584559,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -585870,6 +585951,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -590450,7 +590535,7 @@ } ], "previews": [], - "descriptionHTML": "Retrieves a paginated list of all provisioned organization members, including pending invitations. If you provide the filter parameter, the resources for all matching provisions members are returned.
When a user with a SAML-provisioned external identity leaves (or is removed from) an organization, the account's metadata is immediately removed. However, the returned list of user accounts might not always match the organization or enterprise member list you see on GitHub Enterprise Cloud. This can happen in certain cases where an external identity associated with an organization will not match an organization member:
\nThe returned list of external identities can include an entry for a null user. These are unlinked SAML identities that are created when a user goes through the following Single Sign-On (SSO) process but does not sign in to their GitHub Enterprise Cloud account after completing SSO:
The user is granted access by the IdP and is not a member of the GitHub Enterprise Cloud organization.
\nThe user attempts to access the GitHub Enterprise Cloud organization and initiates the SAML SSO process, and is not currently signed in to their GitHub Enterprise Cloud account.
\nAfter successfully authenticating with the SAML SSO IdP, the null external identity entry is created and the user is prompted to sign in to their GitHub Enterprise Cloud account:
null entry remains in place.Retrieves a paginated list of all provisioned organization members, including pending invitations. If you provide the filter parameter, the resources for all matching provisions members are returned.
The returned list of SCIM provisioned identities from the GitHub Enterprise Cloud might not always match the organization or enterprise member list. Here is why that can occur:
\nArray of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -350243,6 +350252,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -351229,6 +351242,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -352024,6 +352041,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -353038,6 +353060,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -475579,6 +475605,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -476804,6 +476834,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -477529,6 +477563,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -478523,6 +478562,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -479520,6 +479563,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -480250,6 +480297,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -481245,6 +481297,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index 81d3f70c1ab5..2b1a024a559c 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -350126,6 +350126,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -351008,6 +351012,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -352148,6 +352157,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -353251,6 +353264,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -354138,6 +354155,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -355269,6 +355291,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -478263,6 +478289,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -479605,6 +479635,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -480331,6 +480365,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -481442,6 +481481,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -482556,6 +482599,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -483287,6 +483334,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -484399,6 +484451,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index e95f7bd92982..e18f18b516f7 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -352985,6 +352985,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -353931,6 +353935,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -355138,6 +355147,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -356308,6 +356321,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -357259,6 +357276,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -358457,6 +358479,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -481512,6 +481538,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -482947,6 +482977,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -483737,6 +483771,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -484915,6 +484954,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -486096,6 +486139,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -486891,6 +486938,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -488070,6 +488122,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index 05b95bff5d28..7a0357eabbc3 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -356448,6 +356448,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -357471,6 +357475,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -358755,6 +358764,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -360002,6 +360015,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -361030,6 +361047,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -362305,6 +362327,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -485724,6 +485750,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -487236,6 +487266,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -488103,6 +488137,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -489358,6 +489397,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -490616,6 +490659,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -491488,6 +491535,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -492744,6 +492796,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/data/ghes-3.16-2022-11-28/schema.json b/src/rest/data/ghes-3.16-2022-11-28/schema.json index 8a219dceabb8..b09c5e5ca4ab 100644 --- a/src/rest/data/ghes-3.16-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.16-2022-11-28/schema.json @@ -361777,6 +361777,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -362801,6 +362805,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -364086,6 +364095,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -365334,6 +365347,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -366363,6 +366380,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -367639,6 +367661,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -491927,6 +491953,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -493440,6 +493470,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -494308,6 +494342,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -495564,6 +495603,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -496823,6 +496866,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." @@ -497696,6 +497743,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -498953,6 +499005,10 @@ ] } }, + "automatic_copilot_code_review_enabled": { + "type": "boolean", + "description": "> [!NOTE]\n> `automatic_copilot_code_review_enabled` is in beta and subject to change.\n\nAutomatically request review from Copilot for new pull requests, if the author has access to Copilot code review." + }, "dismiss_stale_reviews_on_push": { "type": "boolean", "description": "New, reviewable commits pushed will dismiss previous pull request review approvals." diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 6072e8cebbf2..0a99b938a9a0 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "dd7e0cab3399025166a33575ce09af6ff60bb26a" + "sha": "30dd46c371d8e335d32c414f972a800d811966b4" } \ No newline at end of file diff --git a/src/webhooks/data/fpt/schema.json b/src/webhooks/data/fpt/schema.json index 1772d0554c00..16b68b49dcdf 100644 --- a/src/webhooks/data/fpt/schema.json +++ b/src/webhooks/data/fpt/schema.json @@ -13059,6 +13059,129 @@ "action": "deleted", "category": "custom_property" }, + "promote_to_enterprise": { + "descriptionHtml": "A custom property was promoted to an enterprise.
", + "summaryHtml": "This event occurs when there is activity relating to a custom property.
\nFor more information, see \"Managing custom properties for repositories in your organization\". For information about the APIs to manage custom properties, see \"Custom properties\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Custom properties\" organization permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "promote_to_enterprise" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "definition", + "in": "body", + "description": "Custom property defined on an organization
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "property_name", + "description": "The name of the property
", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "The URL that can be used to fetch, update, or delete info about this property via the API.
" + }, + { + "type": "string", + "name": "source_type", + "description": "The source type of the property
", + "enum": [ + "organization", + "enterprise" + ] + }, + { + "type": "string", + "name": "value_type", + "description": "The type of the value for the property
", + "isRequired": true, + "enum": [ + "string", + "single_select", + "multi_select", + "true_false" + ] + }, + { + "type": "boolean", + "name": "required", + "description": "Whether the property is required.
" + }, + { + "type": "null or string or array", + "name": "default_value", + "description": "Default value of the property
" + }, + { + "type": "string or null", + "name": "description", + "description": "Short description of the property
" + }, + { + "type": "array of strings or null", + "name": "allowed_values", + "description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values.
" + }, + { + "type": "string or null", + "name": "values_editable_by", + "description": "Who can edit the values of the property
", + "enum": [ + "org_actors", + "org_and_repo_actors", + null + ] + } + ] + }, + { + "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.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "business", + "organization", + "app" + ], + "action": "promote_to_enterprise", + "category": "custom_property" + }, "updated": { "descriptionHtml": "A custom property was updated.
", "summaryHtml": "This event occurs when there is activity relating to a custom property.
\nFor more information, see \"Managing custom properties for repositories in your organization\". For information about the APIs to manage custom properties, see \"Custom properties\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Custom properties\" organization permission.
", @@ -210061,6 +210184,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -211161,6 +211289,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -212261,6 +212394,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -213334,6 +213472,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -214219,6 +214362,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -215109,6 +215257,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index f92a9d8b2d1a..b3e6029fcac1 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -15233,6 +15233,129 @@ "action": "deleted", "category": "custom_property" }, + "promote_to_enterprise": { + "descriptionHtml": "A custom property was promoted to an enterprise.
", + "summaryHtml": "This event occurs when there is activity relating to a custom property.
\nFor more information, see \"Managing custom properties for repositories in your organization\". For information about the APIs to manage custom properties, see \"Custom properties\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Custom properties\" organization permission.
", + "bodyParameters": [ + { + "type": "string", + "name": "action", + "in": "body", + "description": "", + "isRequired": true, + "enum": [ + "promote_to_enterprise" + ], + "childParamsGroups": [] + }, + { + "type": "object", + "name": "definition", + "in": "body", + "description": "Custom property defined on an organization
", + "isRequired": true, + "childParamsGroups": [ + { + "type": "string", + "name": "property_name", + "description": "The name of the property
", + "isRequired": true + }, + { + "type": "string", + "name": "url", + "description": "The URL that can be used to fetch, update, or delete info about this property via the API.
" + }, + { + "type": "string", + "name": "source_type", + "description": "The source type of the property
", + "enum": [ + "organization", + "enterprise" + ] + }, + { + "type": "string", + "name": "value_type", + "description": "The type of the value for the property
", + "isRequired": true, + "enum": [ + "string", + "single_select", + "multi_select", + "true_false" + ] + }, + { + "type": "boolean", + "name": "required", + "description": "Whether the property is required.
" + }, + { + "type": "null or string or array", + "name": "default_value", + "description": "Default value of the property
" + }, + { + "type": "string or null", + "name": "description", + "description": "Short description of the property
" + }, + { + "type": "array of strings or null", + "name": "allowed_values", + "description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values.
" + }, + { + "type": "string or null", + "name": "values_editable_by", + "description": "Who can edit the values of the property
", + "enum": [ + "org_actors", + "org_and_repo_actors", + null + ] + } + ] + }, + { + "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.
A GitHub user.
", + "childParamsGroups": [] + } + ], + "availability": [ + "business", + "organization", + "app" + ], + "action": "promote_to_enterprise", + "category": "custom_property" + }, "updated": { "descriptionHtml": "A custom property was updated.
", "summaryHtml": "This event occurs when there is activity relating to a custom property.
\nFor more information, see \"Managing custom properties for repositories in your organization\". For information about the APIs to manage custom properties, see \"Custom properties\" in the REST API documentation.
\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Custom properties\" organization permission.
", @@ -213723,6 +213846,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -214824,6 +214952,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -215925,6 +216058,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -216998,6 +217136,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -217883,6 +218026,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -218773,6 +218921,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghes-3.12/schema.json b/src/webhooks/data/ghes-3.12/schema.json index 0ce1de63d6ce..30e4f2205c33 100644 --- a/src/webhooks/data/ghes-3.12/schema.json +++ b/src/webhooks/data/ghes-3.12/schema.json @@ -196313,6 +196313,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -197141,6 +197146,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -197969,6 +197979,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -198772,6 +198787,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -199387,6 +199407,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200007,6 +200032,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghes-3.13/schema.json b/src/webhooks/data/ghes-3.13/schema.json index 3052f873fedd..297fd35c3060 100644 --- a/src/webhooks/data/ghes-3.13/schema.json +++ b/src/webhooks/data/ghes-3.13/schema.json @@ -196329,6 +196329,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -197158,6 +197163,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -197987,6 +197997,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -198790,6 +198805,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -199405,6 +199425,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200025,6 +200050,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index 36f79d44e8be..9a11046bb33c 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -197396,6 +197396,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -198289,6 +198294,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -199182,6 +199192,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200050,6 +200065,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200730,6 +200750,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -201415,6 +201440,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghes-3.15/schema.json b/src/webhooks/data/ghes-3.15/schema.json index a09dea5cfd90..06ff67ecb38b 100644 --- a/src/webhooks/data/ghes-3.15/schema.json +++ b/src/webhooks/data/ghes-3.15/schema.json @@ -197646,6 +197646,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -198616,6 +198621,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -199586,6 +199596,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200531,6 +200546,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -201288,6 +201308,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -202050,6 +202075,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/data/ghes-3.16/schema.json b/src/webhooks/data/ghes-3.16/schema.json index 485617ed12f7..a59939455325 100644 --- a/src/webhooks/data/ghes-3.16/schema.json +++ b/src/webhooks/data/ghes-3.16/schema.json @@ -198831,6 +198831,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -199802,6 +199807,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -200773,6 +200783,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -201718,6 +201733,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -202475,6 +202495,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", @@ -203237,6 +203262,11 @@ "name": "allowed_merge_methods", "description": "Array of allowed merge methods. Allowed values include merge, squash, and rebase. At least one option must be enabled.\nSupported values are: merge, squash, rebase
Note
\n\nautomatic_copilot_code_review_enabled is in beta and subject to change.
Automatically request review from Copilot for new pull requests, if the author has access to Copilot code review.
" + }, { "type": "boolean", "name": "dismiss_stale_reviews_on_push", diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 2777b5e73b3f..06f6a5b3ecd9 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "dd7e0cab3399025166a33575ce09af6ff60bb26a" + "sha": "30dd46c371d8e335d32c414f972a800d811966b4" } \ No newline at end of file