d90aa53233
Bumps [@octokit/openapi](https://github.com/octokit/openapi) from 19.1.0 to 21.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/openapi/releases"><code>@octokit/openapi</code>'s releases</a>.</em></p> <blockquote> <h2>v20.0.0</h2> <h1><a href="https://github.com/octokit/openapi/compare/v19.1.0...v20.0.0">20.0.0</a> (2025-09-16)</h1> <h3>chore</h3> <ul> <li><strong>deps:</strong> update dependency sort-keys to v6 (<a href="https://redirect.github.com/octokit/openapi/issues/500">#500</a>) (<a href="https://github.com/octokit/openapi/commit/262f87fe9825559a2c6edb2bf6534eab4622ee28">262f87f</a>)</li> </ul> <h3>Features</h3> <ul> <li>new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (<a href="https://redirect.github.com/octokit/openapi/issues/503">#503</a>) (<a href="https://github.com/octokit/openapi/commit/0b92729176bd70d4d5274a765fa00107dfd5017d">0b92729</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>deps:</strong> Remove GHES 3.13</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/openapi/commit/262f87fe9825559a2c6edb2bf6534eab4622ee28"><code>262f87f</code></a> chore(deps): update dependency sort-keys to v6 (<a href="https://redirect.github.com/octokit/openapi/issues/500">#500</a>)</li> <li><a href="https://github.com/octokit/openapi/commit/0b92729176bd70d4d5274a765fa00107dfd5017d"><code>0b92729</code></a> feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...</li> <li><a href="https://github.com/octokit/openapi/commit/a74dd44fb2a8c3c20e7143eb71ddaf86b9b0e639"><code>a74dd44</code></a> chore(deps): update dependency <code>@octokit/core</code> to v7 (<a href="https://redirect.github.com/octokit/openapi/issues/496">#496</a>)</li> <li><a href="https://github.com/octokit/openapi/commit/3a7a9ea8cc65a3f7fa27436a2072080b565ab207"><code>3a7a9ea</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/openapi/issues/498">#498</a>)</li> <li><a href="https://github.com/octokit/openapi/commit/d6be26fc7e8cd0eb798a512c5107d16ccb2aacb4"><code>d6be26f</code></a> ci(action): update actions/checkout action to v5 (<a href="https://redirect.github.com/octokit/openapi/issues/499">#499</a>)</li> <li><a href="https://github.com/octokit/openapi/commit/6ae358ed6fb0a184cc75e2dab1f06079ff20d66b"><code>6ae358e</code></a> ci(action): update actions/setup-node action to v5 (<a href="https://redirect.github.com/octokit/openapi/issues/502">#502</a>)</li> <li><a href="https://github.com/octokit/openapi/commit/f02c5e21bac37e778aedac8ba39b4d62c4b6a7a5"><code>f02c5e2</code></a> ci(action): update gr2m/release-notifier-action action to v2 (<a href="https://redirect.github.com/octokit/openapi/issues/501">#501</a>)</li> <li>See full diff in <a href="https://github.com/octokit/openapi/compare/v19.1.0...v20.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
413 lines
12 KiB
JSON
413 lines
12 KiB
JSON
{
|
|
"title": "App Permissions",
|
|
"type": "object",
|
|
"description": "The permissions granted to the user access token.",
|
|
"properties": {
|
|
"actions": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for GitHub Actions workflows, workflow runs, and artifacts.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"administration": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for repository creation, deletion, settings, teams, and collaborators creation.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"checks": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for checks on code.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"codespaces": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to create, edit, delete, and list Codespaces.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"contents": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"dependabot_secrets": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"deployments": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"environments": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for managing repository environments.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"issues": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for issues and related comments, assignees, labels, and milestones.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"metadata": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to search repositories, list collaborators, and access repository metadata.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"packages": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for packages published to GitHub Packages.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"pages": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to retrieve Pages statuses, configuration, and builds, as well as create new builds.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"pull_requests": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for pull requests and related comments, assignees, labels, milestones, and merges.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"repository_custom_properties": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and edit custom properties for a repository, when allowed by the property.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"repository_hooks": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for a repository.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"repository_projects": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage repository projects, columns, and cards.",
|
|
"enum": [
|
|
"read",
|
|
"write",
|
|
"admin"
|
|
]
|
|
},
|
|
"secret_scanning_alerts": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage secret scanning alerts.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"secrets": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage repository secrets.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"security_events": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage security events like code scanning alerts.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"single_file": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage just a single file.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"statuses": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for commit statuses.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"vulnerability_alerts": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage Dependabot alerts.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"workflows": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to update GitHub Actions workflow files.",
|
|
"enum": [
|
|
"write"
|
|
]
|
|
},
|
|
"custom_properties_for_organizations": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and edit custom properties for an organization, when allowed by the property.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"members": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for organization teams and members.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_administration": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage access to an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_custom_roles": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for custom repository roles management.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_custom_org_roles": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for custom organization roles management.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_custom_properties": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for repository custom properties management at the organization level.",
|
|
"enum": [
|
|
"read",
|
|
"write",
|
|
"admin"
|
|
]
|
|
},
|
|
"organization_copilot_seat_management": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.",
|
|
"enum": [
|
|
"write"
|
|
]
|
|
},
|
|
"organization_announcement_banners": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage announcement banners for an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_events": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view events triggered by an activity in an organization.",
|
|
"enum": [
|
|
"read"
|
|
]
|
|
},
|
|
"organization_hooks": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage the post-receive hooks for an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_personal_access_tokens": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for viewing and managing fine-grained personal access token requests to an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_personal_access_token_requests": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for viewing and managing fine-grained personal access tokens that have been approved by an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_plan": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for viewing an organization's plan.",
|
|
"enum": [
|
|
"read"
|
|
]
|
|
},
|
|
"organization_projects": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available).",
|
|
"enum": [
|
|
"read",
|
|
"write",
|
|
"admin"
|
|
]
|
|
},
|
|
"organization_packages": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for organization packages published to GitHub Packages.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_secrets": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage organization secrets.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_self_hosted_runners": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage GitHub Actions self-hosted runners available to an organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"organization_user_blocking": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage users blocked by the organization.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"team_discussions": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage team discussions and related comments.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"email_addresses": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage the email addresses belonging to a user.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"followers": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage the followers belonging to a user.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"git_ssh_keys": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage git SSH keys.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"gpg_keys": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage GPG keys belonging to a user.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"interaction_limits": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to view and manage interaction limits on a repository.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"profile": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to manage the profile settings belonging to a user.",
|
|
"enum": [
|
|
"write"
|
|
]
|
|
},
|
|
"starring": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token to list and manage repositories a user is starring.",
|
|
"enum": [
|
|
"read",
|
|
"write"
|
|
]
|
|
},
|
|
"enterprise_custom_properties_for_organizations": {
|
|
"type": "string",
|
|
"description": "The level of permission to grant the access token for organization custom properties management at the enterprise level.",
|
|
"enum": [
|
|
"read",
|
|
"write",
|
|
"admin"
|
|
]
|
|
}
|
|
},
|
|
"example": {
|
|
"contents": "read",
|
|
"issues": "read",
|
|
"deployments": "write",
|
|
"single_file": "read"
|
|
}
|
|
}
|