: unknown;
export interface Endpoints {
/**
* @see https://docs.github.com/rest/reference/apps#delete-an-installation-for-the-authenticated-app
@@ -65,10 +65,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/apps#unsuspend-an-app-installation
*/
"DELETE /app/installations/{installation_id}/suspended": Operation<"/app/installations/{installation_id}/suspended", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#delete-a-grant
- */
- "DELETE /applications/grants/{grant_id}": Operation<"/applications/grants/{grant_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/apps#delete-an-app-authorization
*/
@@ -77,22 +73,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/apps#delete-an-app-token
*/
"DELETE /applications/{client_id}/token": Operation<"/applications/{client_id}/token", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#delete-an-authorization
- */
- "DELETE /authorizations/{authorization_id}": Operation<"/authorizations/{authorization_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise
- */
- "DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-enterprise
- */
- "DELETE /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/actions#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
- */
- "DELETE /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/actions#remove-a-self-hosted-runner-from-a-group-for-an-enterprise
*/
@@ -101,14 +81,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#delete-self-hosted-runner-from-an-enterprise
*/
"DELETE /enterprises/{enterprise}/actions/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise
- */
- "DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise
- */
- "DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}", "delete">;
/**
* @see https://docs.github.com/rest/reference/gists#delete-a-gist
*/
@@ -133,6 +105,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#disable-a-selected-repository-for-github-actions-in-an-organization
*/
"DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}": Operation<"/orgs/{org}/actions/permissions/repositories/{repository_id}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#delete-a-required-workflow
+ */
+ "DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#remove-a-repository-from-selected-repositories-list-for-a-required-workflow
+ */
+ "DELETE /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/actions#delete-a-self-hosted-runner-group-from-an-organization
*/
@@ -165,14 +145,26 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret
*/
"DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#delete-an-organization-variable
+ */
+ "DELETE /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#remove-selected-repository-from-an-organization-variable
+ */
+ "DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization
*/
"DELETE /orgs/{org}/blocks/{username}": Operation<"/orgs/{org}/blocks/{username}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization
+ * @see https://docs.github.com/rest/reference/codespaces#delete-an-organization-secret
+ */
+ "DELETE /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#remove-selected-repository-from-an-organization-secret
*/
- "DELETE /orgs/{org}/credential-authorizations/{credential_id}": Operation<"/orgs/{org}/credential-authorizations/{credential_id}", "delete">;
+ "DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/dependabot#delete-an-organization-secret
*/
@@ -229,6 +221,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user
*/
"DELETE /orgs/{org}/public_members/{username}": Operation<"/orgs/{org}/public_members/{username}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/reference/orgs#remove-a-security-manager-team
+ */
+ "DELETE /orgs/{org}/security-managers/teams/{team_slug}": Operation<"/orgs/{org}/security-managers/teams/{team_slug}", "delete">;
/**
* @see https://docs.github.com/rest/reference/teams#delete-a-team
*/
@@ -249,10 +245,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/reactions#delete-team-discussion-reaction
*/
"DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}": Operation<"/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/teams#unlink-external-idp-group-team-connection
- */
- "DELETE /orgs/{org}/teams/{team_slug}/external-groups": Operation<"/orgs/{org}/teams/{team_slug}/external-groups", "delete">;
/**
* @see https://docs.github.com/rest/reference/teams#remove-team-membership-for-a-user
*/
@@ -321,6 +313,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#delete-a-repository-secret
*/
"DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/actions/secrets/{secret_name}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#delete-a-repository-variable
+ */
+ "DELETE /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "delete">;
/**
* @see https://docs.github.com/v3/repos#delete-autolink
*/
@@ -330,43 +326,43 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#delete-branch-protection
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-admin-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-pull-request-review-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-commit-signature-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-status-check-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-status-check-contexts
+ * @see https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-app-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-team-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-user-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions
*/
"DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "delete">;
/**
@@ -378,11 +374,11 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#remove-a-repository-collaborator
+ * @see https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator
*/
"DELETE /repos/{owner}/{repo}/collaborators/{username}": Operation<"/repos/{owner}/{repo}/collaborators/{username}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-commit-comment
+ * @see https://docs.github.com/rest/commits/comments#delete-a-commit-comment
*/
"DELETE /repos/{owner}/{repo}/comments/{comment_id}": Operation<"/repos/{owner}/{repo}/comments/{comment_id}", "delete">;
/**
@@ -398,19 +394,23 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-deployment
+ * @see https://docs.github.com/rest/deployments/deployments#delete-a-deployment
*/
"DELETE /repos/{owner}/{repo}/deployments/{deployment_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-an-environment
+ * @see https://docs.github.com/rest/deployments/environments#delete-an-environment
*/
"DELETE /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/deployments/branch-policies#delete-deployment-branch-policy
+ */
+ "DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/git#delete-a-reference
*/
"DELETE /repos/{owner}/{repo}/git/refs/{ref}": Operation<"/repos/{owner}/{repo}/git/refs/{ref}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#delete-a-repository-webhook
*/
"DELETE /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "delete">;
/**
@@ -422,7 +422,7 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/interaction-limits": Operation<"/repos/{owner}/{repo}/interaction-limits", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-repository-invitation
+ * @see https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation
*/
"DELETE /repos/{owner}/{repo}/invitations/{invitation_id}": Operation<"/repos/{owner}/{repo}/invitations/{invitation_id}", "delete">;
/**
@@ -454,7 +454,7 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-deploy-key
+ * @see https://docs.github.com/rest/deploy-keys#delete-a-deploy-key
*/
"DELETE /repos/{owner}/{repo}/keys/{key_id}": Operation<"/repos/{owner}/{repo}/keys/{key_id}", "delete">;
/**
@@ -470,7 +470,7 @@ export interface Endpoints {
*/
"DELETE /repos/{owner}/{repo}/milestones/{milestone_number}": Operation<"/repos/{owner}/{repo}/milestones/{milestone_number}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#delete-a-github-pages-site
+ * @see https://docs.github.com/rest/pages#delete-a-github-pages-site
*/
"DELETE /repos/{owner}/{repo}/pages": Operation<"/repos/{owner}/{repo}/pages", "delete">;
/**
@@ -518,17 +518,9 @@ export interface Endpoints {
*/
"DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-group-from-an-enterprise
+ * @see https://docs.github.com/rest/actions/variables#delete-an-environment-variable
*/
- "DELETE /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": Operation<"/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-user-from-an-enterprise
- */
- "DELETE /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": Operation<"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", "delete">;
- /**
- * @see https://docs.github.com/rest/reference/scim#delete-a-scim-user-from-an-organization
- */
- "DELETE /scim/v2/organizations/{org}/Users/{scim_user_id}": Operation<"/scim/v2/organizations/{org}/Users/{scim_user_id}", "delete">;
+ "DELETE /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "delete">;
/**
* @see https://docs.github.com/rest/reference/teams/#delete-a-team-legacy
*/
@@ -614,9 +606,13 @@ export interface Endpoints {
*/
"DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}": Operation<"/user/packages/{package_type}/{package_name}/versions/{package_version_id}", "delete">;
/**
- * @see https://docs.github.com/rest/reference/repos#decline-a-repository-invitation
+ * @see https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation
*/
"DELETE /user/repository_invitations/{invitation_id}": Operation<"/user/repository_invitations/{invitation_id}", "delete">;
+ /**
+ * @see https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user
+ */
+ "DELETE /user/ssh_signing_keys/{ssh_signing_key_id}": Operation<"/user/ssh_signing_keys/{ssh_signing_key_id}", "delete">;
/**
* @see https://docs.github.com/rest/reference/activity#unstar-a-repository-for-the-authenticated-user
*/
@@ -657,26 +653,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/apps#get-an-installation-for-the-authenticated-app
*/
"GET /app/installations/{installation_id}": Operation<"/app/installations/{installation_id}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#list-your-grants
- */
- "GET /applications/grants": Operation<"/applications/grants", "get">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-grant
- */
- "GET /applications/grants/{grant_id}": Operation<"/applications/grants/{grant_id}", "get">;
/**
* @see https://docs.github.com/rest/reference/apps/#get-an-app
*/
"GET /apps/{app_slug}": Operation<"/apps/{app_slug}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#list-your-authorizations
- */
- "GET /authorizations": Operation<"/authorizations", "get">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-authorization
- */
- "GET /authorizations/{authorization_id}": Operation<"/authorizations/{authorization_id}", "get">;
/**
* @see https://docs.github.com/rest/reference/codes-of-conduct#get-all-codes-of-conduct
*/
@@ -689,30 +669,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/emojis#get-emojis
*/
"GET /emojis": Operation<"/emojis", "get">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics
- */
- "GET /enterprise-installation/{enterprise_or_org}/server-statistics": Operation<"/enterprise-installation/{enterprise_or_org}/server-statistics", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#get-github-actions-cache-usage-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/cache/usage": Operation<"/enterprises/{enterprise}/actions/cache/usage", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#get-github-actions-permissions-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/permissions": Operation<"/enterprises/{enterprise}/actions/permissions", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/permissions/organizations": Operation<"/enterprises/{enterprise}/actions/permissions/organizations", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#get-allowed-actions-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/permissions/selected-actions": Operation<"/enterprises/{enterprise}/actions/permissions/selected-actions", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/permissions/workflow": Operation<"/enterprises/{enterprise}/actions/permissions/workflow", "get">;
/**
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runner-groups-for-an-enterprise
*/
@@ -721,58 +677,22 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-group-for-an-enterprise
*/
"GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise
- */
- "GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-in-a-group-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/runners": Operation<"/enterprises/{enterprise}/actions/runners", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#list-runner-applications-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/runners/downloads": Operation<"/enterprises/{enterprise}/actions/runners/downloads", "get">;
- /**
- * @see https://docs.github.com/rest/reference/actions#get-a-self-hosted-runner-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/actions/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}", "get">;
/**
* @see https://docs.github.com/rest/reference/actions#list-labels-for-a-self-hosted-runner-for-an-enterprise
*/
"GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "get">;
/**
- * @see https://docs.github.com/rest/reference/enterprise-admin#get-the-audit-log-for-an-enterprise
+ * @see https://docs.github.com/rest/enterprise-admin#get-code-security-analysis-features-for-an-enterprise
*/
- "GET /enterprises/{enterprise}/audit-log": Operation<"/enterprises/{enterprise}/audit-log", "get">;
+ "GET /enterprises/{enterprise}/code_security_and_analysis": Operation<"/enterprises/{enterprise}/code_security_and_analysis", "get">;
/**
- * @see https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-an-enterprise
+ * @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise
*/
- "GET /enterprises/{enterprise}/code-scanning/alerts": Operation<"/enterprises/{enterprise}/code-scanning/alerts", "get">;
+ "GET /enterprises/{enterprise}/dependabot/alerts": Operation<"/enterprises/{enterprise}/dependabot/alerts", "get">;
/**
* @see https://docs.github.com/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-enterprise
*/
"GET /enterprises/{enterprise}/secret-scanning/alerts": Operation<"/enterprises/{enterprise}/secret-scanning/alerts", "get">;
- /**
- * @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/settings/billing/actions": Operation<"/enterprises/{enterprise}/settings/billing/actions", "get">;
- /**
- * @see https://docs.github.com/rest/reference/billing#export-advanced-security-active-committers-data-for-enterprise
- */
- "GET /enterprises/{enterprise}/settings/billing/advanced-security": Operation<"/enterprises/{enterprise}/settings/billing/advanced-security", "get">;
- /**
- * @see https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/settings/billing/packages": Operation<"/enterprises/{enterprise}/settings/billing/packages", "get">;
- /**
- * @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-enterprise
- */
- "GET /enterprises/{enterprise}/settings/billing/shared-storage": Operation<"/enterprises/{enterprise}/settings/billing/shared-storage", "get">;
/**
* @see https://docs.github.com/rest/reference/activity#list-public-events
*/
@@ -897,10 +817,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/orgs#list-organizations
*/
"GET /organizations": Operation<"/organizations", "get">;
- /**
- * @see https://docs.github.com/rest/reference/orgs#list-custom-repository-roles-in-an-organization
- */
- "GET /organizations/{organization_id}/custom_roles": Operation<"/organizations/{organization_id}/custom_roles", "get">;
/**
* @see https://docs.github.com/rest/reference/codespaces#list-in-organization
* @deprecated "org_id" is now "org"
@@ -938,6 +854,18 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions
*/
"GET /orgs/{org}/actions/permissions/workflow": Operation<"/orgs/{org}/actions/permissions/workflow", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#list-required-workflows
+ */
+ "GET /orgs/{org}/actions/required_workflows": Operation<"/orgs/{org}/actions/required_workflows", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#get-a-required-workflow
+ */
+ "GET /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#list-selected-repositories-required-workflows
+ */
+ "GET /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", "get">;
/**
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runner-groups-for-an-organization
*/
@@ -987,9 +915,17 @@ export interface Endpoints {
*/
"GET /orgs/{org}/actions/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories", "get">;
/**
- * @see https://docs.github.com/rest/reference/orgs#get-audit-log
+ * @see https://docs.github.com/rest/actions/variables#list-organization-variables
+ */
+ "GET /orgs/{org}/actions/variables": Operation<"/orgs/{org}/actions/variables", "get">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#get-an-organization-variable
+ */
+ "GET /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "get">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#list-selected-repositories-for-an-organization-variable
*/
- "GET /orgs/{org}/audit-log": Operation<"/orgs/{org}/audit-log", "get">;
+ "GET /orgs/{org}/actions/variables/{name}/repositories": Operation<"/orgs/{org}/actions/variables/{name}/repositories", "get">;
/**
* @see https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization
*/
@@ -1007,9 +943,25 @@ export interface Endpoints {
*/
"GET /orgs/{org}/codespaces": Operation<"/orgs/{org}/codespaces", "get">;
/**
- * @see https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization
+ * @see https://docs.github.com/rest/reference/codespaces#list-organization-secrets
+ */
+ "GET /orgs/{org}/codespaces/secrets": Operation<"/orgs/{org}/codespaces/secrets", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#get-an-organization-public-key
+ */
+ "GET /orgs/{org}/codespaces/secrets/public-key": Operation<"/orgs/{org}/codespaces/secrets/public-key", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#get-an-organization-secret
+ */
+ "GET /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-an-organization-secret
+ */
+ "GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "get">;
+ /**
+ * @see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization
*/
- "GET /orgs/{org}/credential-authorizations": Operation<"/orgs/{org}/credential-authorizations", "get">;
+ "GET /orgs/{org}/dependabot/alerts": Operation<"/orgs/{org}/dependabot/alerts", "get">;
/**
* @see https://docs.github.com/rest/reference/dependabot#list-organization-secrets
*/
@@ -1030,14 +982,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/activity#list-public-organization-events
*/
"GET /orgs/{org}/events": Operation<"/orgs/{org}/events", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#external-idp-group-info-for-an-organization
- */
- "GET /orgs/{org}/external-group/{group_id}": Operation<"/orgs/{org}/external-group/{group_id}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#list-external-idp-groups-for-an-organization
- */
- "GET /orgs/{org}/external-groups": Operation<"/orgs/{org}/external-groups", "get">;
/**
* @see https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations
*/
@@ -1094,6 +1038,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/orgs#check-organization-membership-for-a-user
*/
"GET /orgs/{org}/members/{username}": Operation<"/orgs/{org}/members/{username}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#get-codespaces-for-user-in-org
+ */
+ "GET /orgs/{org}/members/{username}/codespaces": Operation<"/orgs/{org}/members/{username}/codespaces", "get">;
/**
* @see https://docs.github.com/rest/reference/orgs#get-organization-membership-for-a-user
*/
@@ -1127,7 +1075,7 @@ export interface Endpoints {
*/
"GET /orgs/{org}/packages/{package_type}/{package_name}": Operation<"/orgs/{org}/packages/{package_type}/{package_name}", "get">;
/**
- * @see https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization
+ * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization
*/
"GET /orgs/{org}/packages/{package_type}/{package_name}/versions": Operation<"/orgs/{org}/packages/{package_type}/{package_name}/versions", "get">;
/**
@@ -1155,13 +1103,13 @@ export interface Endpoints {
*/
"GET /orgs/{org}/secret-scanning/alerts": Operation<"/orgs/{org}/secret-scanning/alerts", "get">;
/**
- * @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization
+ * @see https://docs.github.com/rest/reference/orgs#list-security-manager-teams
*/
- "GET /orgs/{org}/settings/billing/actions": Operation<"/orgs/{org}/settings/billing/actions", "get">;
+ "GET /orgs/{org}/security-managers": Operation<"/orgs/{org}/security-managers", "get">;
/**
- * @see https://docs.github.com/rest/reference/billing#get-github-advanced-security-active-committers-for-an-organization
+ * @see https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization
*/
- "GET /orgs/{org}/settings/billing/advanced-security": Operation<"/orgs/{org}/settings/billing/advanced-security", "get">;
+ "GET /orgs/{org}/settings/billing/actions": Operation<"/orgs/{org}/settings/billing/actions", "get">;
/**
* @see https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization
*/
@@ -1170,10 +1118,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization
*/
"GET /orgs/{org}/settings/billing/shared-storage": Operation<"/orgs/{org}/settings/billing/shared-storage", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#list-idp-groups-for-an-organization
- */
- "GET /orgs/{org}/team-sync/groups": Operation<"/orgs/{org}/team-sync/groups", "get">;
/**
* @see https://docs.github.com/rest/reference/teams#list-teams
*/
@@ -1206,10 +1150,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/reactions#list-reactions-for-a-team-discussion
*/
"GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions": Operation<"/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#list-external-idp-group-team-connection
- */
- "GET /orgs/{org}/teams/{team_slug}/external-groups": Operation<"/orgs/{org}/teams/{team_slug}/external-groups", "get">;
/**
* @see https://docs.github.com/rest/reference/teams#list-pending-team-invitations
*/
@@ -1238,10 +1178,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository
*/
"GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": Operation<"/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team
- */
- "GET /orgs/{org}/teams/{team_slug}/team-sync/group-mappings": Operation<"/orgs/{org}/teams/{team_slug}/team-sync/group-mappings", "get">;
/**
* @see https://docs.github.com/rest/reference/teams#list-child-teams
*/
@@ -1278,6 +1214,18 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/rate-limit#get-rate-limit-status-for-the-authenticated-user
*/
"GET /rate_limit": Operation<"/rate_limit", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#list-repository-required-workflows
+ */
+ "GET /repos/{org}/{repo}/actions/required_workflows": Operation<"/repos/{org}/{repo}/actions/required_workflows", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow
+ */
+ "GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}": Operation<"/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#get-repository-required-workflow-usage
+ */
+ "GET /repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing": Operation<"/repos/{org}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/timing", "get">;
/**
* @see https://docs.github.com/rest/reference/repos#get-a-repository
*/
@@ -1311,7 +1259,7 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs": Operation<"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs", "get">;
/**
- * @see https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository
+ * @see https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository
*/
"GET /repos/{owner}/{repo}/actions/oidc/customization/sub": Operation<"/repos/{owner}/{repo}/actions/oidc/customization/sub", "get">;
/**
@@ -1330,6 +1278,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository
*/
"GET /repos/{owner}/{repo}/actions/permissions/workflow": Operation<"/repos/{owner}/{repo}/actions/permissions/workflow", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#list-required-workflow-runs
+ */
+ "GET /repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs": Operation<"/repos/{owner}/{repo}/actions/required_workflows/{required_workflow_id_for_repo}/runs", "get">;
/**
* @see https://docs.github.com/rest/reference/actions#list-self-hosted-runners-for-a-repository
*/
@@ -1402,6 +1354,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#get-a-repository-secret
*/
"GET /repos/{owner}/{repo}/actions/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/actions/secrets/{secret_name}", "get">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#list-repository-variables
+ */
+ "GET /repos/{owner}/{repo}/actions/variables": Operation<"/repos/{owner}/{repo}/actions/variables", "get">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#get-a-repository-variable
+ */
+ "GET /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "get">;
/**
* @see https://docs.github.com/rest/reference/actions#list-repository-workflows
*/
@@ -1435,51 +1395,51 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/autolinks/{autolink_id}": Operation<"/repos/{owner}/{repo}/autolinks/{autolink_id}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-branches
+ * @see https://docs.github.com/rest/branches/branches#list-branches
*/
"GET /repos/{owner}/{repo}/branches": Operation<"/repos/{owner}/{repo}/branches", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-branch
+ * @see https://docs.github.com/rest/branches/branches#get-a-branch
*/
"GET /repos/{owner}/{repo}/branches/{branch}": Operation<"/repos/{owner}/{repo}/branches/{branch}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#get-branch-protection
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-admin-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-pull-request-review-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-commit-signature-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-status-checks-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-all-status-check-contexts
+ * @see https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#get-access-restrictions
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-apps-with-access-to-the-protected-branch
+ * @see https://docs.github.com/rest/branches/branch-protection#list-apps-with-access-to-the-protected-branch
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-teams-with-access-to-the-protected-branch
+ * @see https://docs.github.com/rest/branches/branch-protection#list-teams-with-access-to-the-protected-branch
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-users-with-access-to-the-protected-branch
+ * @see https://docs.github.com/rest/branches/branch-protection#list-users-with-access-to-the-protected-branch
*/
"GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "get">;
/**
@@ -1523,6 +1483,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository
*/
"GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": Operation<"/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/code-scanning#list-codeql-databases
+ */
+ "GET /repos/{owner}/{repo}/code-scanning/codeql/databases": Operation<"/repos/{owner}/{repo}/code-scanning/codeql/databases", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/code-scanning#get-codeql-database
+ */
+ "GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": Operation<"/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}", "get">;
/**
* @see https://docs.github.com/rest/reference/code-scanning#list-recent-code-scanning-analyses-for-a-repository
*/
@@ -1560,23 +1528,23 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-repository-collaborators
+ * @see https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators
*/
"GET /repos/{owner}/{repo}/collaborators": Operation<"/repos/{owner}/{repo}/collaborators", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#check-if-a-user-is-a-repository-collaborator
+ * @see https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator
*/
"GET /repos/{owner}/{repo}/collaborators/{username}": Operation<"/repos/{owner}/{repo}/collaborators/{username}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-repository-permissions-for-a-user
+ * @see https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user
*/
"GET /repos/{owner}/{repo}/collaborators/{username}/permission": Operation<"/repos/{owner}/{repo}/collaborators/{username}/permission", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-commit-comments-for-a-repository
+ * @see https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository
*/
"GET /repos/{owner}/{repo}/comments": Operation<"/repos/{owner}/{repo}/comments", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-commit-comment
+ * @see https://docs.github.com/rest/commits/comments#get-a-commit-comment
*/
"GET /repos/{owner}/{repo}/comments/{comment_id}": Operation<"/repos/{owner}/{repo}/comments/{comment_id}", "get">;
/**
@@ -1584,23 +1552,23 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/comments/{comment_id}/reactions": Operation<"/repos/{owner}/{repo}/comments/{comment_id}/reactions", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-commits
+ * @see https://docs.github.com/rest/commits/commits#list-commits
*/
"GET /repos/{owner}/{repo}/commits": Operation<"/repos/{owner}/{repo}/commits", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-branches-for-head-commit
+ * @see https://docs.github.com/rest/commits/commits#list-branches-for-head-commit
*/
"GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head": Operation<"/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-commit-comments
+ * @see https://docs.github.com/rest/commits/comments#list-commit-comments
*/
"GET /repos/{owner}/{repo}/commits/{commit_sha}/comments": Operation<"/repos/{owner}/{repo}/commits/{commit_sha}/comments", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-pull-requests-associated-with-a-commit
+ * @see https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit
*/
"GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls": Operation<"/repos/{owner}/{repo}/commits/{commit_sha}/pulls", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-commit
+ * @see https://docs.github.com/rest/commits/commits#get-a-commit
*/
"GET /repos/{owner}/{repo}/commits/{ref}": Operation<"/repos/{owner}/{repo}/commits/{ref}", "get">;
/**
@@ -1612,19 +1580,19 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/commits/{ref}/check-suites": Operation<"/repos/{owner}/{repo}/commits/{ref}/check-suites", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-the-combined-status-for-a-specific-reference
+ * @see https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference
*/
"GET /repos/{owner}/{repo}/commits/{ref}/status": Operation<"/repos/{owner}/{repo}/commits/{ref}/status", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-commit-statuses-for-a-reference
+ * @see https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference
*/
"GET /repos/{owner}/{repo}/commits/{ref}/statuses": Operation<"/repos/{owner}/{repo}/commits/{ref}/statuses", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-community-profile-metrics
+ * @see https://docs.github.com/rest/metrics/community#get-community-profile-metrics
*/
"GET /repos/{owner}/{repo}/community/profile": Operation<"/repos/{owner}/{repo}/community/profile", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#compare-two-commits
+ * @see https://docs.github.com/rest/commits/commits#compare-two-commits
*/
"GET /repos/{owner}/{repo}/compare/{basehead}": Operation<"/repos/{owner}/{repo}/compare/{basehead}", "get">;
/**
@@ -1639,6 +1607,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/repos#list-repository-contributors
*/
"GET /repos/{owner}/{repo}/contributors": Operation<"/repos/{owner}/{repo}/contributors", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/dependabot#list-dependabot-alerts-for-a-repository
+ */
+ "GET /repos/{owner}/{repo}/dependabot/alerts": Operation<"/repos/{owner}/{repo}/dependabot/alerts", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/dependabot#get-a-dependabot-alert
+ */
+ "GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", "get">;
/**
* @see https://docs.github.com/rest/reference/dependabot#list-repository-secrets
*/
@@ -1656,29 +1632,37 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}": Operation<"/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-deployments
+ * @see https://docs.github.com/rest/deployments/deployments#list-deployments
*/
"GET /repos/{owner}/{repo}/deployments": Operation<"/repos/{owner}/{repo}/deployments", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-deployment
+ * @see https://docs.github.com/rest/deployments/deployments#get-a-deployment
*/
"GET /repos/{owner}/{repo}/deployments/{deployment_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-deployment-statuses
+ * @see https://docs.github.com/rest/deployments/statuses#list-deployment-statuses
*/
"GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-deployment-status
+ * @see https://docs.github.com/rest/deployments/statuses#get-a-deployment-status
*/
"GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-all-environments
+ * @see https://docs.github.com/rest/deployments/environments#list-environments
*/
"GET /repos/{owner}/{repo}/environments": Operation<"/repos/{owner}/{repo}/environments", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-an-environment
+ * @see https://docs.github.com/rest/deployments/environments#get-an-environment
*/
"GET /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "get">;
+ /**
+ * @see https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies
+ */
+ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", "get">;
+ /**
+ * @see https://docs.github.com/rest/deployments/branch-policies#get-deployment-branch-policy
+ */
+ "GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "get">;
/**
* @see https://docs.github.com/rest/reference/activity#list-repository-events
*/
@@ -1712,23 +1696,23 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/git/trees/{tree_sha}": Operation<"/repos/{owner}/{repo}/git/trees/{tree_sha}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-repository-webhooks
+ * @see https://docs.github.com/rest/webhooks/repos#list-repository-webhooks
*/
"GET /repos/{owner}/{repo}/hooks": Operation<"/repos/{owner}/{repo}/hooks", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#get-a-repository-webhook
*/
"GET /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-webhook-configuration-for-a-repository
+ * @see https://docs.github.com/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository
*/
"GET /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/config", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-deliveries-for-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook
*/
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-delivery-for-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook
*/
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}", "get">;
/**
@@ -1752,7 +1736,7 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/interaction-limits": Operation<"/repos/{owner}/{repo}/interaction-limits", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-repository-invitations
+ * @see https://docs.github.com/rest/collaborators/invitations#list-repository-invitations
*/
"GET /repos/{owner}/{repo}/invitations": Operation<"/repos/{owner}/{repo}/invitations", "get">;
/**
@@ -1783,6 +1767,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/issues#get-an-issue
*/
"GET /repos/{owner}/{repo}/issues/{issue_number}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/issues#check-if-a-user-can-be-assigned-to-a-issue
+ */
+ "GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}", "get">;
/**
* @see https://docs.github.com/rest/reference/issues#list-issue-comments
*/
@@ -1804,11 +1792,11 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/issues/{issue_number}/timeline": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/timeline", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-deploy-keys
+ * @see https://docs.github.com/rest/deploy-keys#list-deploy-keys
*/
"GET /repos/{owner}/{repo}/keys": Operation<"/repos/{owner}/{repo}/keys", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-deploy-key
+ * @see https://docs.github.com/rest/deploy-keys#get-a-deploy-key
*/
"GET /repos/{owner}/{repo}/keys/{key_id}": Operation<"/repos/{owner}/{repo}/keys/{key_id}", "get">;
/**
@@ -1844,23 +1832,23 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/notifications": Operation<"/repos/{owner}/{repo}/notifications", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-github-pages-site
+ * @see https://docs.github.com/rest/pages#get-a-github-pages-site
*/
"GET /repos/{owner}/{repo}/pages": Operation<"/repos/{owner}/{repo}/pages", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-github-pages-builds
+ * @see https://docs.github.com/rest/pages#list-github-pages-builds
*/
"GET /repos/{owner}/{repo}/pages/builds": Operation<"/repos/{owner}/{repo}/pages/builds", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-latest-pages-build
+ * @see https://docs.github.com/rest/pages#get-latest-pages-build
*/
"GET /repos/{owner}/{repo}/pages/builds/latest": Operation<"/repos/{owner}/{repo}/pages/builds/latest", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-github-pages-build
+ * @see https://docs.github.com/rest/pages#get-github-pages-build
*/
"GET /repos/{owner}/{repo}/pages/builds/{build_id}": Operation<"/repos/{owner}/{repo}/pages/builds/{build_id}", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-a-dns-health-check-for-github-pages
+ * @see https://docs.github.com/rest/pages#get-a-dns-health-check-for-github-pages
*/
"GET /repos/{owner}/{repo}/pages/health": Operation<"/repos/{owner}/{repo}/pages/health", "get">;
/**
@@ -1904,7 +1892,7 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/pulls/{pull_number}/merge": Operation<"/repos/{owner}/{repo}/pulls/{pull_number}/merge", "get">;
/**
- * @see https://docs.github.com/rest/reference/pulls#list-requested-reviewers-for-a-pull-request
+ * @see https://docs.github.com/rest/reference/pulls#get-all-requested-reviewers-for-a-pull-request
*/
"GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": Operation<"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers", "get">;
/**
@@ -1972,23 +1960,23 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/stargazers": Operation<"/repos/{owner}/{repo}/stargazers", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-the-weekly-commit-activity
+ * @see https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity
*/
"GET /repos/{owner}/{repo}/stats/code_frequency": Operation<"/repos/{owner}/{repo}/stats/code_frequency", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-the-last-year-of-commit-activity
+ * @see https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity
*/
"GET /repos/{owner}/{repo}/stats/commit_activity": Operation<"/repos/{owner}/{repo}/stats/commit_activity", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-all-contributor-commit-activity
+ * @see https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity
*/
"GET /repos/{owner}/{repo}/stats/contributors": Operation<"/repos/{owner}/{repo}/stats/contributors", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-the-weekly-commit-count
+ * @see https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count
*/
"GET /repos/{owner}/{repo}/stats/participation": Operation<"/repos/{owner}/{repo}/stats/participation", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-the-hourly-commit-count-for-each-day
+ * @see https://docs.github.com/rest/statistics/repos#get-the-hourly-commit-count-for-each-day
*/
"GET /repos/{owner}/{repo}/stats/punch_card": Operation<"/repos/{owner}/{repo}/stats/punch_card", "get">;
/**
@@ -2020,19 +2008,19 @@ export interface Endpoints {
*/
"GET /repos/{owner}/{repo}/topics": Operation<"/repos/{owner}/{repo}/topics", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-repository-clones
+ * @see https://docs.github.com/rest/metrics/traffic#get-repository-clones
*/
"GET /repos/{owner}/{repo}/traffic/clones": Operation<"/repos/{owner}/{repo}/traffic/clones", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-top-referral-paths
+ * @see https://docs.github.com/rest/metrics/traffic#get-top-referral-paths
*/
"GET /repos/{owner}/{repo}/traffic/popular/paths": Operation<"/repos/{owner}/{repo}/traffic/popular/paths", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-top-referral-sources
+ * @see https://docs.github.com/rest/metrics/traffic#get-top-referral-sources
*/
"GET /repos/{owner}/{repo}/traffic/popular/referrers": Operation<"/repos/{owner}/{repo}/traffic/popular/referrers", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#get-page-views
+ * @see https://docs.github.com/rest/metrics/traffic#get-page-views
*/
"GET /repos/{owner}/{repo}/traffic/views": Operation<"/repos/{owner}/{repo}/traffic/views", "get">;
/**
@@ -2060,29 +2048,13 @@ export interface Endpoints {
*/
"GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "get">;
/**
- * @see https://docs.github.com/rest/reference/enterprise-admin#list-provisioned-scim-groups-for-an-enterprise
- */
- "GET /scim/v2/enterprises/{enterprise}/Groups": Operation<"/scim/v2/enterprises/{enterprise}/Groups", "get">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-group
- */
- "GET /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": Operation<"/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#list-scim-provisioned-identities-for-an-enterprise
- */
- "GET /scim/v2/enterprises/{enterprise}/Users": Operation<"/scim/v2/enterprises/{enterprise}/Users", "get">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user
- */
- "GET /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": Operation<"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/scim#list-scim-provisioned-identities
+ * @see https://docs.github.com/rest/actions/variables#list-environment-variables
*/
- "GET /scim/v2/organizations/{org}/Users": Operation<"/scim/v2/organizations/{org}/Users", "get">;
+ "GET /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "get">;
/**
- * @see https://docs.github.com/rest/reference/scim#get-scim-provisioning-information-for-a-user
+ * @see https://docs.github.com/rest/actions/variables#get-an-environment-variable
*/
- "GET /scim/v2/organizations/{org}/Users/{scim_user_id}": Operation<"/scim/v2/organizations/{org}/Users/{scim_user_id}", "get">;
+ "GET /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "get">;
/**
* @see https://docs.github.com/rest/reference/search#search-code
*/
@@ -2171,10 +2143,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/teams/#check-team-permissions-for-a-repository-legacy
*/
"GET /teams/{team_id}/repos/{owner}/{repo}": Operation<"/teams/{team_id}/repos/{owner}/{repo}", "get">;
- /**
- * @see https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team-legacy
- */
- "GET /teams/{team_id}/team-sync/group-mappings": Operation<"/teams/{team_id}/team-sync/group-mappings", "get">;
/**
* @see https://docs.github.com/rest/reference/teams/#list-child-teams-legacy
*/
@@ -2216,7 +2184,7 @@ export interface Endpoints {
*/
"GET /user/codespaces/{codespace_name}": Operation<"/user/codespaces/{codespace_name}", "get">;
/**
- * @see
+ * @see https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export
*/
"GET /user/codespaces/{codespace_name}/exports/{export_id}": Operation<"/user/codespaces/{codespace_name}/exports/{export_id}", "get">;
/**
@@ -2316,7 +2284,7 @@ export interface Endpoints {
*/
"GET /user/packages/{package_type}/{package_name}": Operation<"/user/packages/{package_type}/{package_name}", "get">;
/**
- * @see https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user
+ * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user
*/
"GET /user/packages/{package_type}/{package_name}/versions": Operation<"/user/packages/{package_type}/{package_name}/versions", "get">;
/**
@@ -2332,9 +2300,17 @@ export interface Endpoints {
*/
"GET /user/repos": Operation<"/user/repos", "get">;
/**
- * @see https://docs.github.com/rest/reference/repos#list-repository-invitations-for-the-authenticated-user
+ * @see https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user
*/
"GET /user/repository_invitations": Operation<"/user/repository_invitations", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user
+ */
+ "GET /user/ssh_signing_keys": Operation<"/user/ssh_signing_keys", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user
+ */
+ "GET /user/ssh_signing_keys/{ssh_signing_key_id}": Operation<"/user/ssh_signing_keys/{ssh_signing_key_id}", "get">;
/**
* @see https://docs.github.com/rest/reference/activity#list-repositories-starred-by-the-authenticated-user
*/
@@ -2416,7 +2392,7 @@ export interface Endpoints {
*/
"GET /users/{username}/packages/{package_type}/{package_name}": Operation<"/users/{username}/packages/{package_type}/{package_name}", "get">;
/**
- * @see https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user
+ * @see https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user
*/
"GET /users/{username}/packages/{package_type}/{package_name}/versions": Operation<"/users/{username}/packages/{package_type}/{package_name}/versions", "get">;
/**
@@ -2451,6 +2427,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user
*/
"GET /users/{username}/settings/billing/shared-storage": Operation<"/users/{username}/settings/billing/shared-storage", "get">;
+ /**
+ * @see https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user
+ */
+ "GET /users/{username}/ssh_signing_keys": Operation<"/users/{username}/ssh_signing_keys", "get">;
/**
* @see https://docs.github.com/rest/reference/activity#list-repositories-starred-by-a-user
*/
@@ -2460,7 +2440,11 @@ export interface Endpoints {
*/
"GET /users/{username}/subscriptions": Operation<"/users/{username}/subscriptions", "get">;
/**
- * @see
+ * @see https://docs.github.com/rest/reference/meta#get-all-api-versions
+ */
+ "GET /versions": Operation<"/versions", "get">;
+ /**
+ * @see https://docs.github.com/rest/meta#get-the-zen-of-github
*/
"GET /zen": Operation<"/zen", "get">;
/**
@@ -2472,13 +2456,9 @@ export interface Endpoints {
*/
"PATCH /applications/{client_id}/token": Operation<"/applications/{client_id}/token", "patch">;
/**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#update-an-existing-authorization
- */
- "PATCH /authorizations/{authorization_id}": Operation<"/authorizations/{authorization_id}", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/actions#update-a-self-hosted-runner-group-for-an-enterprise
+ * @see https://docs.github.com/rest/enterprise-admin#update-code-security-and-analysis-features-for-an-enterprise
*/
- "PATCH /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}", "patch">;
+ "PATCH /enterprises/{enterprise}/code_security_and_analysis": Operation<"/enterprises/{enterprise}/code_security_and_analysis", "patch">;
/**
* @see https://docs.github.com/rest/reference/gists/#update-a-gist
*/
@@ -2492,13 +2472,21 @@ export interface Endpoints {
*/
"PATCH /notifications/threads/{thread_id}": Operation<"/notifications/threads/{thread_id}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/orgs/#update-an-organization
+ * @see https://docs.github.com/rest/reference/orgs#update-an-organization
*/
"PATCH /orgs/{org}": Operation<"/orgs/{org}", "patch">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#update-a-required-workflow
+ */
+ "PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}", "patch">;
/**
* @see https://docs.github.com/rest/reference/actions#update-a-self-hosted-runner-group-for-an-organization
*/
"PATCH /orgs/{org}/actions/runner-groups/{runner_group_id}": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}", "patch">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#update-an-organization-variable
+ */
+ "PATCH /orgs/{org}/actions/variables/{name}": Operation<"/orgs/{org}/actions/variables/{name}", "patch">;
/**
* @see https://docs.github.com/rest/reference/orgs#update-an-organization-webhook
*/
@@ -2519,14 +2507,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/teams#update-a-discussion-comment
*/
"PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}": Operation<"/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/teams#link-external-idp-group-team-connection
- */
- "PATCH /orgs/{org}/teams/{team_slug}/external-groups": Operation<"/orgs/{org}/teams/{team_slug}/external-groups", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections
- */
- "PATCH /orgs/{org}/teams/{team_slug}/team-sync/group-mappings": Operation<"/orgs/{org}/teams/{team_slug}/team-sync/group-mappings", "patch">;
/**
* @see https://docs.github.com/rest/reference/projects#update-a-project-card
*/
@@ -2540,15 +2520,19 @@ export interface Endpoints {
*/
"PATCH /projects/{project_id}": Operation<"/projects/{project_id}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos/#update-a-repository
+ * @see https://docs.github.com/rest/repos/repos#update-a-repository
*/
"PATCH /repos/{owner}/{repo}": Operation<"/repos/{owner}/{repo}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-pull-request-review-protection
+ * @see https://docs.github.com/rest/actions/variables#update-a-repository-variable
+ */
+ "PATCH /repos/{owner}/{repo}/actions/variables/{name}": Operation<"/repos/{owner}/{repo}/actions/variables/{name}", "patch">;
+ /**
+ * @see https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection
*/
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-status-check-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#update-status-check-protection
*/
"PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks", "patch">;
/**
@@ -2564,19 +2548,23 @@ export interface Endpoints {
*/
"PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-a-commit-comment
+ * @see https://docs.github.com/rest/commits/comments#update-a-commit-comment
*/
"PATCH /repos/{owner}/{repo}/comments/{comment_id}": Operation<"/repos/{owner}/{repo}/comments/{comment_id}", "patch">;
+ /**
+ * @see https://docs.github.com/rest/reference/dependabot#update-a-dependabot-alert
+ */
+ "PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/dependabot/alerts/{alert_number}", "patch">;
/**
* @see https://docs.github.com/rest/reference/git#update-a-reference
*/
"PATCH /repos/{owner}/{repo}/git/refs/{ref}": Operation<"/repos/{owner}/{repo}/git/refs/{ref}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#update-a-repository-webhook
*/
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-a-webhook-configuration-for-a-repository
+ * @see https://docs.github.com/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository
*/
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/config", "patch">;
/**
@@ -2592,7 +2580,7 @@ export interface Endpoints {
*/
"PATCH /repos/{owner}/{repo}/import/lfs": Operation<"/repos/{owner}/{repo}/import/lfs", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-a-repository-invitation
+ * @see https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation
*/
"PATCH /repos/{owner}/{repo}/invitations/{invitation_id}": Operation<"/repos/{owner}/{repo}/invitations/{invitation_id}", "patch">;
/**
@@ -2600,7 +2588,7 @@ export interface Endpoints {
*/
"PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}": Operation<"/repos/{owner}/{repo}/issues/comments/{comment_id}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/issues/#update-an-issue
+ * @see https://docs.github.com/rest/reference/issues#update-an-issue
*/
"PATCH /repos/{owner}/{repo}/issues/{issue_number}": Operation<"/repos/{owner}/{repo}/issues/{issue_number}", "patch">;
/**
@@ -2632,17 +2620,9 @@ export interface Endpoints {
*/
"PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": Operation<"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-group
- */
- "PATCH /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": Operation<"/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user
- */
- "PATCH /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": Operation<"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/scim#update-an-attribute-for-a-scim-user
+ * @see https://docs.github.com/rest/actions/variables#update-an-environment-variable
*/
- "PATCH /scim/v2/organizations/{org}/Users/{scim_user_id}": Operation<"/scim/v2/organizations/{org}/Users/{scim_user_id}", "patch">;
+ "PATCH /repositories/{repository_id}/environments/{environment_name}/variables/{name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables/{name}", "patch">;
/**
* @see https://docs.github.com/rest/reference/teams/#update-a-team-legacy
*/
@@ -2655,10 +2635,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/teams#update-a-discussion-comment-legacy
*/
"PATCH /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}": Operation<"/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}", "patch">;
- /**
- * @see https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections-legacy
- */
- "PATCH /teams/{team_id}/team-sync/group-mappings": Operation<"/teams/{team_id}/team-sync/group-mappings", "patch">;
/**
* @see https://docs.github.com/rest/reference/users/#update-the-authenticated-user
*/
@@ -2676,7 +2652,7 @@ export interface Endpoints {
*/
"PATCH /user/memberships/orgs/{org}": Operation<"/user/memberships/orgs/{org}", "patch">;
/**
- * @see https://docs.github.com/rest/reference/repos#accept-a-repository-invitation
+ * @see https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation
*/
"PATCH /user/repository_invitations/{invitation_id}": Operation<"/user/repository_invitations/{invitation_id}", "patch">;
/**
@@ -2699,26 +2675,18 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/apps#create-a-scoped-access-token
*/
"POST /applications/{client_id}/token/scoped": Operation<"/applications/{client_id}/token/scoped", "post">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#create-a-new-authorization
- */
- "POST /authorizations": Operation<"/authorizations", "post">;
/**
* @see https://docs.github.com/rest/reference/actions#create-self-hosted-runner-group-for-an-enterprise
*/
"POST /enterprises/{enterprise}/actions/runner-groups": Operation<"/enterprises/{enterprise}/actions/runner-groups", "post">;
- /**
- * @see https://docs.github.com/rest/reference/actions#create-a-registration-token-for-an-enterprise
- */
- "POST /enterprises/{enterprise}/actions/runners/registration-token": Operation<"/enterprises/{enterprise}/actions/runners/registration-token", "post">;
- /**
- * @see https://docs.github.com/rest/reference/actions#create-a-remove-token-for-an-enterprise
- */
- "POST /enterprises/{enterprise}/actions/runners/remove-token": Operation<"/enterprises/{enterprise}/actions/runners/remove-token", "post">;
/**
* @see https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise
*/
"POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "post">;
+ /**
+ * @see https://docs.github.com/rest/enterprise-admin#enable-or-disable-a-security-feature
+ */
+ "POST /enterprises/{enterprise}/{security_product}/{enablement}": Operation<"/enterprises/{enterprise}/{security_product}/{enablement}", "post">;
/**
* @see https://docs.github.com/rest/reference/gists#create-a-gist
*/
@@ -2739,6 +2707,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/markdown#render-a-markdown-document-in-raw-mode
*/
"POST /markdown/raw": Operation<"/markdown/raw", "post">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#create-a-required-workflow
+ */
+ "POST /orgs/{org}/actions/required_workflows": Operation<"/orgs/{org}/actions/required_workflows", "post">;
/**
* @see https://docs.github.com/rest/reference/actions#create-a-self-hosted-runner-group-for-an-organization
*/
@@ -2755,6 +2727,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#add-custom-labels-to-a-self-hosted-runner-for-an-organization
*/
"POST /orgs/{org}/actions/runners/{runner_id}/labels": Operation<"/orgs/{org}/actions/runners/{runner_id}/labels", "post">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#create-an-organization-variable
+ */
+ "POST /orgs/{org}/actions/variables": Operation<"/orgs/{org}/actions/variables", "post">;
/**
* @see https://docs.github.com/rest/reference/orgs#create-an-organization-webhook
*/
@@ -2815,6 +2791,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/reactions#create-reaction-for-a-team-discussion
*/
"POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions": Operation<"/orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions", "post">;
+ /**
+ * @see https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos
+ */
+ "POST /orgs/{org}/{security_product}/{enablement}": Operation<"/orgs/{org}/{security_product}/{enablement}", "post">;
/**
* @see https://docs.github.com/rest/reference/projects#move-a-project-card
*/
@@ -2867,6 +2847,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs
*/
"POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": Operation<"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs", "post">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#create-a-repository-variable
+ */
+ "POST /repos/{owner}/{repo}/actions/variables": Operation<"/repos/{owner}/{repo}/actions/variables", "post">;
/**
* @see https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event
*/
@@ -2876,31 +2860,31 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/autolinks": Operation<"/repos/{owner}/{repo}/autolinks", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#set-admin-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-commit-signature-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#add-status-check-contexts
+ * @see https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#add-app-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#add-team-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#add-user-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions
*/
"POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#rename-a-branch
+ * @see https://docs.github.com/rest/branches/branches#rename-a-branch
*/
"POST /repos/{owner}/{repo}/branches/{branch}/rename": Operation<"/repos/{owner}/{repo}/branches/{branch}/rename", "post">;
/**
@@ -2932,7 +2916,7 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/comments/{comment_id}/reactions": Operation<"/repos/{owner}/{repo}/comments/{comment_id}/reactions", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-commit-comment
+ * @see https://docs.github.com/rest/commits/comments#create-a-commit-comment
*/
"POST /repos/{owner}/{repo}/commits/{commit_sha}/comments": Operation<"/repos/{owner}/{repo}/commits/{commit_sha}/comments", "post">;
/**
@@ -2940,17 +2924,21 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/dependency-graph/snapshots": Operation<"/repos/{owner}/{repo}/dependency-graph/snapshots", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-deployment
+ * @see https://docs.github.com/rest/deployments/deployments#create-a-deployment
*/
"POST /repos/{owner}/{repo}/deployments": Operation<"/repos/{owner}/{repo}/deployments", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-deployment-status
+ * @see https://docs.github.com/rest/deployments/statuses#create-a-deployment-status
*/
"POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses": Operation<"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses", "post">;
/**
* @see https://docs.github.com/rest/reference/repos#create-a-repository-dispatch-event
*/
"POST /repos/{owner}/{repo}/dispatches": Operation<"/repos/{owner}/{repo}/dispatches", "post">;
+ /**
+ * @see https://docs.github.com/rest/deployments/branch-policies#create-deployment-branch-policy
+ */
+ "POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies", "post">;
/**
* @see https://docs.github.com/rest/reference/repos#create-a-fork
*/
@@ -2976,19 +2964,19 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/git/trees": Operation<"/repos/{owner}/{repo}/git/trees", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#create-a-repository-webhook
*/
"POST /repos/{owner}/{repo}/hooks": Operation<"/repos/{owner}/{repo}/hooks", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#redeliver-a-delivery-for-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook
*/
"POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#ping-a-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#ping-a-repository-webhook
*/
"POST /repos/{owner}/{repo}/hooks/{hook_id}/pings": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/pings", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#test-the-push-repository-webhook
+ * @see https://docs.github.com/rest/webhooks/repos#test-the-push-repository-webhook
*/
"POST /repos/{owner}/{repo}/hooks/{hook_id}/tests": Operation<"/repos/{owner}/{repo}/hooks/{hook_id}/tests", "post">;
/**
@@ -3016,7 +3004,7 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/issues/{issue_number}/reactions": Operation<"/repos/{owner}/{repo}/issues/{issue_number}/reactions", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-deploy-key
+ * @see https://docs.github.com/rest/deploy-keys#create-a-deploy-key
*/
"POST /repos/{owner}/{repo}/keys": Operation<"/repos/{owner}/{repo}/keys", "post">;
/**
@@ -3024,11 +3012,11 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/labels": Operation<"/repos/{owner}/{repo}/labels", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#sync-a-fork-branch-with-the-upstream-repository
+ * @see https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository
*/
"POST /repos/{owner}/{repo}/merge-upstream": Operation<"/repos/{owner}/{repo}/merge-upstream", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#merge-a-branch
+ * @see https://docs.github.com/rest/branches/branches#merge-a-branch
*/
"POST /repos/{owner}/{repo}/merges": Operation<"/repos/{owner}/{repo}/merges", "post">;
/**
@@ -3036,13 +3024,17 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/milestones": Operation<"/repos/{owner}/{repo}/milestones", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-github-pages-site
+ * @see https://docs.github.com/rest/pages#create-a-github-pages-site
*/
"POST /repos/{owner}/{repo}/pages": Operation<"/repos/{owner}/{repo}/pages", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#request-a-github-pages-build
+ * @see https://docs.github.com/rest/pages#request-a-github-pages-build
*/
"POST /repos/{owner}/{repo}/pages/builds": Operation<"/repos/{owner}/{repo}/pages/builds", "post">;
+ /**
+ * @see https://docs.github.com/rest/pages#create-a-github-pages-deployment
+ */
+ "POST /repos/{owner}/{repo}/pages/deployment": Operation<"/repos/{owner}/{repo}/pages/deployment", "post">;
/**
* @see https://docs.github.com/rest/reference/projects#create-a-repository-project
*/
@@ -3092,7 +3084,7 @@ export interface Endpoints {
*/
"POST /repos/{owner}/{repo}/releases/{release_id}/reactions": Operation<"/repos/{owner}/{repo}/releases/{release_id}/reactions", "post">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-a-commit-status
+ * @see https://docs.github.com/rest/commits/statuses#create-a-commit-status
*/
"POST /repos/{owner}/{repo}/statuses/{sha}": Operation<"/repos/{owner}/{repo}/statuses/{sha}", "post">;
/**
@@ -3108,17 +3100,9 @@ export interface Endpoints {
*/
"POST /repos/{template_owner}/{template_repo}/generate": Operation<"/repos/{template_owner}/{template_repo}/generate", "post">;
/**
- * @see https://docs.github.com/rest/reference/enterprise-admin#provision-a-scim-enterprise-group-and-invite-users
- */
- "POST /scim/v2/enterprises/{enterprise}/Groups": Operation<"/scim/v2/enterprises/{enterprise}/Groups", "post">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#provision-and-invite-a-scim-enterprise-user
- */
- "POST /scim/v2/enterprises/{enterprise}/Users": Operation<"/scim/v2/enterprises/{enterprise}/Users", "post">;
- /**
- * @see https://docs.github.com/rest/reference/scim#provision-and-invite-a-scim-user
+ * @see https://docs.github.com/rest/actions/variables#create-an-environment-variable
*/
- "POST /scim/v2/organizations/{org}/Users": Operation<"/scim/v2/organizations/{org}/Users", "post">;
+ "POST /repositories/{repository_id}/environments/{environment_name}/variables": Operation<"/repositories/{repository_id}/environments/{environment_name}/variables", "post">;
/**
* @see https://docs.github.com/rest/reference/teams#create-a-discussion-legacy
*/
@@ -3140,9 +3124,13 @@ export interface Endpoints {
*/
"POST /user/codespaces": Operation<"/user/codespaces", "post">;
/**
- * @see
+ * @see https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user
*/
"POST /user/codespaces/{codespace_name}/exports": Operation<"/user/codespaces/{codespace_name}/exports", "post">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace
+ */
+ "POST /user/codespaces/{codespace_name}/publish": Operation<"/user/codespaces/{codespace_name}/publish", "post">;
/**
* @see https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user
*/
@@ -3183,6 +3171,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/repos#create-a-repository-for-the-authenticated-user
*/
"POST /user/repos": Operation<"/user/repos", "post">;
+ /**
+ * @see https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user
+ */
+ "POST /user/ssh_signing_keys": Operation<"/user/ssh_signing_keys", "post">;
/**
* @see https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user
*/
@@ -3199,58 +3191,14 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/apps#suspend-an-app-installation
*/
"PUT /app/installations/{installation_id}/suspended": Operation<"/app/installations/{installation_id}/suspended", "put">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app
- */
- "PUT /authorizations/clients/{client_id}": Operation<"/authorizations/clients/{client_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint
- */
- "PUT /authorizations/clients/{client_id}/{fingerprint}": Operation<"/authorizations/clients/{client_id}/{fingerprint}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/oidc/customization/issuer": Operation<"/enterprises/{enterprise}/actions/oidc/customization/issuer", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-github-actions-permissions-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/permissions": Operation<"/enterprises/{enterprise}/actions/permissions", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/permissions/organizations": Operation<"/enterprises/{enterprise}/actions/permissions/organizations", "put">;
/**
* @see https://docs.github.com/rest/reference/actions#enable-a-selected-organization-for-github-actions-in-an-enterprise
*/
"PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/permissions/organizations/{org_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-allowed-actions-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/permissions/selected-actions": Operation<"/enterprises/{enterprise}/actions/permissions/selected-actions", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/permissions/workflow": Operation<"/enterprises/{enterprise}/actions/permissions/workflow", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations", "put">;
/**
* @see https://docs.github.com/rest/reference/actions#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise
*/
"PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#add-a-self-hosted-runner-to-a-group-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": Operation<"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/actions#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise
- */
- "PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels": Operation<"/enterprises/{enterprise}/actions/runners/{runner_id}/labels", "put">;
/**
* @see https://docs.github.com/rest/reference/gists#star-a-gist
*/
@@ -3288,13 +3236,17 @@ export interface Endpoints {
*/
"PUT /orgs/{org}/actions/permissions/workflow": Operation<"/orgs/{org}/actions/permissions/workflow", "put">;
/**
- * @see https://docs.github.com/rest/reference/actions#set-repository-access-to-a-self-hosted-runner-group-in-an-organization
+ * @see https://docs.github.com/rest/reference/actions#set-selected-repositories-for-a-required-workflow
*/
- "PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", "put">;
+ "PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/actions#add-a-repository-to-selected-repositories-list-for-a-required-workflow
+ */
+ "PUT /orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/required_workflows/{required_workflow_id}/repositories/{repository_id}", "put">;
/**
- * @see https://docs.github.com/rest/reference/actions#add-repository-acess-to-a-self-hosted-runner-group-in-an-organization
+ * @see https://docs.github.com/rest/reference/actions#set-repository-access-to-a-self-hosted-runner-group-in-an-organization
*/
- "PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}", "put">;
+ "PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories", "put">;
/**
* @see https://docs.github.com/rest/reference/actions#set-self-hosted-runners-in-a-group-for-an-organization
*/
@@ -3319,10 +3271,34 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#add-selected-repository-to-an-organization-secret
*/
"PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}", "put">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#set-selected-repositories-for-an-organization-variable
+ */
+ "PUT /orgs/{org}/actions/variables/{name}/repositories": Operation<"/orgs/{org}/actions/variables/{name}/repositories", "put">;
+ /**
+ * @see https://docs.github.com/rest/actions/variables#add-selected-repository-to-an-organization-variable
+ */
+ "PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}": Operation<"/orgs/{org}/actions/variables/{name}/repositories/{repository_id}", "put">;
/**
* @see https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization
*/
"PUT /orgs/{org}/blocks/{username}": Operation<"/orgs/{org}/blocks/{username}", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#set-codespaces-billing
+ */
+ "PUT /orgs/{org}/codespaces/billing": Operation<"/orgs/{org}/codespaces/billing", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#create-or-update-an-organization-secret
+ */
+ "PUT /orgs/{org}/codespaces/secrets/{secret_name}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-an-organization-secret
+ */
+ "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/codespaces#add-selected-repository-to-an-organization-secret
+ */
+ "PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "put">;
/**
* @see https://docs.github.com/rest/reference/dependabot#create-or-update-an-organization-secret
*/
@@ -3351,6 +3327,10 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/orgs#set-public-organization-membership-for-the-authenticated-user
*/
"PUT /orgs/{org}/public_members/{username}": Operation<"/orgs/{org}/public_members/{username}", "put">;
+ /**
+ * @see https://docs.github.com/rest/reference/orgs#add-a-security-manager-team
+ */
+ "PUT /orgs/{org}/security-managers/teams/{team_slug}": Operation<"/orgs/{org}/security-managers/teams/{team_slug}", "put">;
/**
* @see https://docs.github.com/rest/reference/teams#add-or-update-team-membership-for-a-user
*/
@@ -3368,7 +3348,7 @@ export interface Endpoints {
*/
"PUT /projects/{project_id}/collaborators/{username}": Operation<"/projects/{project_id}/collaborators/{username}", "put">;
/**
- * @see https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository
+ * @see https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository
*/
"PUT /repos/{owner}/{repo}/actions/oidc/customization/sub": Operation<"/repos/{owner}/{repo}/actions/oidc/customization/sub", "put">;
/**
@@ -3408,23 +3388,23 @@ export interface Endpoints {
*/
"PUT /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-branch-protection
+ * @see https://docs.github.com/rest/branches/branch-protection#update-branch-protection
*/
"PUT /repos/{owner}/{repo}/branches/{branch}/protection": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#set-status-check-contexts
+ * @see https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts
*/
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#set-app-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions
*/
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#set-team-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions
*/
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#set-user-access-restrictions
+ * @see https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions
*/
"PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": Operation<"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", "put">;
/**
@@ -3432,7 +3412,7 @@ export interface Endpoints {
*/
"PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#add-a-repository-collaborator
+ * @see https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator
*/
"PUT /repos/{owner}/{repo}/collaborators/{username}": Operation<"/repos/{owner}/{repo}/collaborators/{username}", "put">;
/**
@@ -3444,9 +3424,13 @@ export interface Endpoints {
*/
"PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}": Operation<"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#create-or-update-an-environment
+ * @see https://docs.github.com/rest/deployments/environments#create-or-update-an-environment
*/
"PUT /repos/{owner}/{repo}/environments/{environment_name}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}", "put">;
+ /**
+ * @see https://docs.github.com/rest/deployments/branch-policies#update-deployment-branch-policy
+ */
+ "PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}": Operation<"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}", "put">;
/**
* @see https://docs.github.com/rest/reference/migrations#start-an-import
*/
@@ -3472,7 +3456,7 @@ export interface Endpoints {
*/
"PUT /repos/{owner}/{repo}/notifications": Operation<"/repos/{owner}/{repo}/notifications", "put">;
/**
- * @see https://docs.github.com/rest/reference/repos#update-information-about-a-github-pages-site
+ * @see https://docs.github.com/rest/pages#update-information-about-a-github-pages-site
*/
"PUT /repos/{owner}/{repo}/pages": Operation<"/repos/{owner}/{repo}/pages", "put">;
/**
@@ -3507,18 +3491,6 @@ export interface Endpoints {
* @see https://docs.github.com/rest/reference/actions#create-or-update-an-environment-secret
*/
"PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": Operation<"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-group
- */
- "PUT /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": Operation<"/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user
- */
- "PUT /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": Operation<"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}", "put">;
- /**
- * @see https://docs.github.com/rest/reference/scim#set-scim-information-for-a-provisioned-user
- */
- "PUT /scim/v2/organizations/{org}/Users/{scim_user_id}": Operation<"/scim/v2/organizations/{org}/Users/{scim_user_id}", "put">;
/**
* @see https://docs.github.com/rest/reference/teams#add-team-member-legacy
*/
@@ -3532,7 +3504,7 @@ export interface Endpoints {
*/
"PUT /teams/{team_id}/projects/{project_id}": Operation<"/teams/{team_id}/projects/{project_id}", "put">;
/**
- * @see https://docs.github.com/rest/reference/teams/#add-or-update-team-repository-permissions-legacy
+ * @see https://docs.github.com/rest/reference/teams#add-or-update-team-repository-permissions-legacy
*/
"PUT /teams/{team_id}/repos/{owner}/{repo}": Operation<"/teams/{team_id}/repos/{owner}/{repo}", "put">;
/**
diff --git a/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/dist-web/index.js b/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/dist-web/index.js
index b1b47d59e1..8b7457af65 100644
--- a/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/dist-web/index.js
+++ b/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/dist-web/index.js
@@ -1,4 +1,4 @@
-const VERSION = "6.41.0";
+const VERSION = "9.0.0";
export { VERSION };
//# sourceMappingURL=index.js.map
diff --git a/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/package.json b/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/package.json
index 960747f1e2..df1fea27dc 100644
--- a/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/package.json
+++ b/node_modules/@octokit/plugin-retry/node_modules/@octokit/types/package.json
@@ -1,7 +1,7 @@
{
"name": "@octokit/types",
"description": "Shared TypeScript definitions for Octokit projects",
- "version": "6.41.0",
+ "version": "9.0.0",
"license": "MIT",
"files": [
"dist-*/",
@@ -10,7 +10,7 @@
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"octokit": {
- "openapi-version": "6.8.0"
+ "openapi-version": "10.0.0"
},
"main": "dist-node/index.js",
"module": "dist-web/index.js",
@@ -25,7 +25,7 @@
],
"repository": "github:octokit/types.ts",
"dependencies": {
- "@octokit/openapi-types": "^12.11.0"
+ "@octokit/openapi-types": "^16.0.0"
},
"devDependencies": {
"@pika/pack": "^0.3.7",
@@ -33,7 +33,7 @@
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/node": ">= 8",
- "github-openapi-graphql-query": "^2.0.0",
+ "github-openapi-graphql-query": "^3.0.0",
"handlebars": "^4.7.6",
"json-schema-to-typescript": "^11.0.0",
"lodash.set": "^4.3.2",
@@ -41,7 +41,7 @@
"pascal-case": "^3.1.1",
"pika-plugin-merge-properties": "^1.0.6",
"prettier": "^2.0.0",
- "semantic-release": "^19.0.3",
+ "semantic-release": "^20.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"sort-keys": "^4.2.0",
"string-to-jsdoc-comment": "^1.0.0",
diff --git a/node_modules/@octokit/plugin-retry/package.json b/node_modules/@octokit/plugin-retry/package.json
index a1d1aabff6..0b2d90d83e 100644
--- a/node_modules/@octokit/plugin-retry/package.json
+++ b/node_modules/@octokit/plugin-retry/package.json
@@ -1,42 +1,47 @@
{
"name": "@octokit/plugin-retry",
"description": "Automatic retry plugin for octokit",
- "version": "3.0.9",
+ "version": "4.0.4",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
+ "source": "dist-src/index.js",
+ "types": "dist-types/index.d.ts",
+ "main": "dist-node/index.js",
+ "module": "dist-web/index.js",
"pika": true,
"sideEffects": false,
"repository": "github:octokit/plugin-retry.js",
"dependencies": {
- "@octokit/types": "^6.0.3",
+ "@octokit/types": "^9.0.0",
"bottleneck": "^2.15.3"
},
+ "peerDependencies": {
+ "@octokit/core": ">=3"
+ },
"devDependencies": {
- "@octokit/core": "^3.0.0",
- "@octokit/request-error": "^2.0.0",
- "@pika/pack": "^0.5.0",
+ "@octokit/core": "^4.0.0",
+ "@octokit/request-error": "^3.0.0",
+ "@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",
"@pika/plugin-build-web": "^0.9.0",
"@pika/plugin-ts-standard-pkg": "^0.9.0",
"@types/fetch-mock": "^7.3.1",
- "@types/jest": "^26.0.0",
- "@types/node": "^14.0.0",
+ "@types/jest": "^29.0.0",
+ "@types/node": "^18.0.0",
"fetch-mock": "^9.0.0",
- "jest": "^27.0.0",
- "prettier": "2.3.1",
- "semantic-release": "^17.0.0",
+ "jest": "^29.0.0",
+ "prettier": "2.8.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
- "ts-jest": "^27.0.0-next.12",
+ "ts-jest": "^29.0.0",
"typescript": "^4.0.2"
},
+ "engines": {
+ "node": ">= 14"
+ },
"publishConfig": {
"access": "public"
- },
- "source": "dist-src/index.js",
- "types": "dist-types/index.d.ts",
- "main": "dist-node/index.js",
- "module": "dist-web/index.js"
+ }
}
diff --git a/package-lock.json b/package-lock.json
index d018026246..aea301768e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
- "@octokit/plugin-retry": "^3.0.9",
+ "@octokit/plugin-retry": "^4.0.4",
"@octokit/types": "^8.0.0",
"@schemastore/package": "^0.0.6",
"@types/uuid": "^9.0.0",
@@ -655,25 +655,31 @@
}
},
"node_modules/@octokit/plugin-retry": {
- "version": "3.0.9",
- "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz",
- "integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-4.0.4.tgz",
+ "integrity": "sha512-d7qGFLR3AH+WbNEDUvBPgMc7wRCxU40FZyNXFFqs8ISw75ZYS5/P3ScggzU13dCoY0aywYDxKugGstQTwNgppA==",
"dependencies": {
- "@octokit/types": "^6.0.3",
+ "@octokit/types": "^9.0.0",
"bottleneck": "^2.15.3"
+ },
+ "engines": {
+ "node": ">= 14"
+ },
+ "peerDependencies": {
+ "@octokit/core": ">=3"
}
},
"node_modules/@octokit/plugin-retry/node_modules/@octokit/openapi-types": {
- "version": "12.11.0",
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz",
- "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ=="
+ "version": "16.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
+ "integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA=="
},
"node_modules/@octokit/plugin-retry/node_modules/@octokit/types": {
- "version": "6.41.0",
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz",
- "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
+ "integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
"dependencies": {
- "@octokit/openapi-types": "^12.11.0"
+ "@octokit/openapi-types": "^16.0.0"
}
},
"node_modules/@octokit/request": {
diff --git a/package.json b/package.json
index c284ec4ff1..728080da36 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
- "@octokit/plugin-retry": "^3.0.9",
+ "@octokit/plugin-retry": "^4.0.4",
"@octokit/types": "^8.0.0",
"@schemastore/package": "^0.0.6",
"@types/uuid": "^9.0.0",
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy