
Beyond-Bot.ai + github
GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to github.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in github.
Trigger Workflows
Start automated workflows in github based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within github.
Github Create An Issue
Creates a new issue in a github repository, requiring the repository to exist and have issues enabled; specific fields like assignees, milestone, or labels may require push access.
Github Create A Pull Request
Creates a pull request in a github repository, requiring existing `base` and `head` branches; `title` or `issue` must be provided.
Github Get A Pull Request
Retrieves a specific pull request from a github repository using its owner, repository name, and pull request number.
Github List Branches
Lists branches for an existing github repository, with an option to filter by protection status.
Github List Commits
Retrieves commits for a repository, optionally filtering by sha (must be valid commit sha or existing branch), path, author, committer, or date range.
Github List Pull Requests
Lists pull requests for a specified github repository.
Github List Repository Issues
Lists issues (which include pull requests) for a specified, existing github repository, with options for filtering, sorting, and pagination.
Github Star A Repository For The Authenticated User
Stars an existing and accessible repository for the authenticated user; this action is idempotent and succeeds even if the repository is already starred.
Github Accept A Repository Invitation
Accepts a pending repository invitation that has been issued to the authenticated user.
Github Activity List Repo S Starred By Authenticated User
Deprecated: lists repositories starred by the authenticated user, including star creation timestamps; use 'list repositories starred by the authenticated user' instead.
Github Activity List Stargazers For Repo
Deprecated: lists users who have starred a repository; use `list stargazers` instead.
Github Activity Star Repo For Authenticated User
Deprecated: stars a repository for the authenticated user; use `star a repository for the authenticated user` instead.
Github Add App Access Restrictions
Replaces github app access restrictions for an existing protected branch; requires a json array of app slugs in the request body, where apps must be installed and have 'contents' write permissions.
Github Add Assignees To An Issue
Adds or removes assignees for a github issue; changes are silently ignored if the authenticated user lacks push access to the repository.
Github Add A Repository Collaborator
Adds a github user as a repository collaborator, or updates their permission if already a collaborator; `permission` applies to organization-owned repositories (personal ones default to 'push' and ignore this field), and an invitation may be created or permissions updated directly.
Github Add A Repository To An App Installation
Adds a repository to a github app installation, granting the app access; requires authenticated user to have admin rights for the repository and access to the installation.
Github Add A Security Manager Team
Designates an existing and eligible team as a security manager for an organization, allowing its members to manage security alerts, code security configurations, and dependency reviews for the organization's repositories.
Github Add A Selected Repository To A User Secret
Grants a specified repository access to an authenticated user's existing codespaces secret, enabling codespaces created for that repository to use the secret.
Github Add Email For Auth User
Adds one or more email addresses (which will be initially unverified) to the authenticated user's github account; use this to associate new emails, noting an email verified for another account will error, while an existing email for the current user is accepted.
Github Add Labels To An Issue
Adds labels (provided in the request body) to a repository issue; labels that do not already exist are created.
Github Add Org Runner Labels
Adds new custom labels to an existing self-hosted runner for an organization; existing labels are not removed, and duplicates are not added.
Github Add Or Update Team Membership For A User
Adds a github user to a team or updates their role (member or maintainer), inviting them to the organization if not already a member; idempotent, returning current details if no change is made.
Github Add Or Update Team Membership For A User Legacy
Idempotently adds a user to a github team or updates their role using a legacy endpoint; `team id` and `username` must already exist.
Github Add Or Update Team Project Permissions
Grants or updates a team's permissions ('read', 'write', or 'admin') for a specific project, which must exist within the specified organization and be linked to it.
Github Add Or Update Team Project Permissions Legacy
Sets or modifies a team's permissions for a specific project using a deprecated legacy github api endpoint; ensure the team can access the project's organization, and note that requests with an empty body (e.g., when relying on the default permission) might need a `content-length: 0` header.
Github Add Or Update Team Repository Permissions
Sets or updates a team's permission level for a repository within an organization; the team must be a member of the organization.
Github Add Or Update Team Repository Permissions Legacy
Adds or updates a team's repository permissions using the deprecated github legacy teams api; use with caution as this endpoint is deprecated.
Github Add Project Collaborator
Adds a specified github user as a collaborator to an existing organization project with a given permission level.
Github Add Repo To Org Secret With Selected Access
Adds a repository to an existing organization-level github actions secret that is configured for 'selected' repository access.
Github Add Repo To Org Secret With Selected Visibility
Grants an existing repository access to an existing organization-level dependabot secret; the repository must belong to the organization, and the call succeeds without change if access already exists.
Github Add Runner Labels
Adds and appends custom labels to a self-hosted repository runner, which must be registered and active.
Github Add Selected Repository To An Organization Secret
Adds a repository to an organization secret's access list when the secret's visibility is 'selected'; this operation is idempotent.
Github Add Selected Repository To An Organization Variable
Grants a repository access to an organization-level github actions variable, if that variable's visibility is set to 'selected repositories'.
Github Add Social Accounts For The Authenticated User
Adds one or more social media links (which must be valid, full urls for platforms supported by github) to the authenticated user's public github profile.
Github Add Status Check Contexts
Adds status check contexts (provided in the request body, e.g., `{"contexts": ["new-context"]}`) to a protected branch, requiring these contexts to have been previously reported.
Github Add Teams To Copilot Subscription For Org
Adds specified teams to an organization's active github copilot subscription; teams must exist within the organization.
Github Add Team Access Restrictions
Overwrites the list of teams (and their child teams) granted push access to a protected branch; the list of team slugs must be provided in the http post request body.
Github Add Team Member Legacy
Invites or adds a user to a specific team using a deprecated github api endpoint; prefer 'add or update team membership for a user' instead.
Github Add Users To Codespaces Access For An Organization
Sets or replaces the list of organization members granted codespaces access billed to the organization; ensure the organization's billing settings allow access for selected members.
Github Add Users To Copilot Subscription For Org
Adds specified organization members to an active github copilot subscription, which must have available seats.
Github Add User Access Restrictions
Sets/replaces list of users allowed to push to a protected branch; usernames (e.g., `["user1"]`) must be a json array in request body (not schema parameters), an empty array `[]` removes all restrictions.
Github Approve A Workflow Run For A Fork Pull Request
Approves a workflow run from a forked repository's pull request; call this when such a run requires manual approval due to workflow configuration.
Github Assign An Organization Role To A Team
Assigns an existing organization-level role (identified by `role id`) to a team (identified by `team slug`) within a github organization (`org`), provided the organization, team, and role already exist.
Github Assign An Organization Role To A User
Assigns a specific organization role to a user who is a member or an outside collaborator in a github organization, using a valid role id.
Github Auth User Docker Conflict Packages List
Lists docker packages for the authenticated user that encountered conflicts during the docker migration process.
Github Block A User
Blocks an existing individual github user (not an organization or your own account), preventing them from interacting with your account and repositories.
Github Block A User From An Organization
Blocks an existing github user from an existing organization, preventing their contributions, collaboration, and forking of the organization's repositories.
Github Cancel An Import
Cancels an ongoing repository import if one is actively in progress for the specified repository; note that this github feature is deprecated and may no longer function.
Github Cancel An Organization Invitation
Cancels an existing, pending invitation to join a specified organization using the invitation's unique id.
Github Cancel A Github Pages Deployment
Cancels an existing, ongoing or queued github pages deployment for a repository using its `pages deployment id`.
Github Cancel A Workflow Run
Cancels a workflow run in a github repository if it is in a cancellable state (e.g., 'in progress' or 'queued').
Github Check Auto Security Fixes For Repo
Checks if automated security fixes are enabled for a repository; returns 204 (empty response) if enabled, 404 if not or repo not found.
Github Check A Token
Checks if a github app or oauth access token is valid for the specified client id and retrieves its details, typically to verify its active status and grants.
Github Check If A Gist Is Starred
Checks if a gist, identified by `gist id`, is starred by the authenticated user, returning an empty response (204) if starred, or a 404 error if not starred or not found.
Github Check If A User Can Be Assigned
Verifies if a github user can be assigned to issues in a repository; assignability is confirmed by an http 204 (no content) response, resulting in an empty 'data' field in the response.
Github Check If A User Can Be Assigned To A Issue
Checks if a specified github user can be assigned to a given issue within a repository.
Github Check If A User Follows Another User
Checks if a github user `username` follows `target user`; returns a 204 http status if true, 404 if not or if users are invalid.
Github Check If A User Is A Repository Collaborator
Checks if a user is a collaborator on a specified github repository, returning a 204 status if they are, or a 404 status if they are not or if the repository/user does not exist.
Github Check If A User Is Blocked By An Organization
Checks if a github user is blocked by an organization; a successful response (204 no content) indicates the user is blocked, while a 404 not found error indicates the user is not blocked.
Github Check If Pull Request Merged
Checks if a specified github pull request has been merged, indicated by a 204 http status (merged) or 404 (not merged/found).
Github Check If Repo Starred By Auth User
Use to determine if the authenticated user has starred a specific github repository, which is confirmed by an http 204 status (resulting in an empty dictionary in the response data); the action fails (e.g., http 404) if the repository is not starred or does not exist.
Github Check Organization Membership For A User
Checks if an existing github user is a member (public or private) of an existing github organization.
Github Check Person Followed By Auth User
Checks if the authenticated github user follows a target github user; an http 204 status indicates the user is followed, while an http 404 status indicates the user is not followed or the target user does not exist.
Github Check Private Vulnerability Reporting Status
Checks if private vulnerability reporting is enabled for the specified repository.
Github Check Public Organization Membership For A User
Checks if a user is a public member of a github organization; returns an empty response (http 204) if the user is a public member, or an error (e.g., http 404) if the user is not a public member or if the organization/user doesn't exist.
Github Check Team Permissions For A Project
Checks if a team has 'read', 'write', or 'admin' permissions for an organization's specific classic project, returning the project's details if access is confirmed.
Github Check Team Permissions For A Project Legacy
Checks a team's permissions (e.g., read, write, admin) for a specific project, given the team and project ids, using a legacy github teams api; returns project details with permissions or a 404 error if the project is not found or not managed by the team.
Github Check Team Permissions For A Repository
Checks a team's permissions for a specific repository within an organization, including permissions inherited from parent teams.
Github Check Team Permissions For A Repository Legacy
Verifies a team's access to a repository using a deprecated github legacy endpoint, returning repository details with permissions upon success or a 204/404 status otherwise.
Github Check User Blocked By Auth User
Checks if the specified github user is blocked by the authenticated user; a 204 no content response indicates the user is blocked, while a 404 not found indicates they are not.
Github Check Vulnerability Alerts Enabled For Repo
Checks if vulnerability alerts are enabled for a repository; a 204 no content response indicates enabled, while 404 not found suggests they are disabled or the repository is not found.
Github Clear Repository Cache By Key
Deletes github actions caches from a repository matching a specific `key` and an optional git `ref`, used to manage storage or clear outdated/corrupted caches; the action succeeds even if no matching caches are found to delete.
Github Clear Self Hosted Runner Org Labels
Removes all custom labels from a self-hosted runner for an organization; default labels (e.g., 'self-hosted', 'linux', 'x64') will remain.
Github Compare Two Commits
Compares two commit points (commits, branches, tags, or shas) within a repository or across forks, using `base...head` or `owner:ref...owner:ref` format for the `basehead` parameter.
Github Configure Jitrunner For Org
Generates a jit configuration for a github organization's new self-hosted runner to run a single job then unregister; the runner group id must exist.
Github Configure Oidcsubject Claim Template
Sets or updates the oidc subject claim customization template for an existing github organization by specifying which claims (e.g., 'repo', 'actor') form the oidc token's subject (`sub`).
Github Convert Org Member To Outside Collaborator
Converts an existing organization member, who is not an owner, to an outside collaborator, restricting their access to explicitly granted repositories.
Github Create An Autolink Reference For A Repository
Creates a repository autolink to automatically convert text references (e.g., 'ticket-123') into hyperlinks, using a unique `key prefix` and a `url template` that includes `<num>`.
Github Create An Environment Variable
Creates an encrypted environment variable for a pre-existing environment within a github repository; will fail if the variable name already exists.
Github Create An Issue Comment
Creates a new comment on an existing github issue or pull request within the specified repository.
Github Create An Organization Invitation
Use this action to invite a user to a github organization by their github user id or email, specifying their role and optionally adding them to teams; the 'reinstate' role is for former organization members.
Github Create An Organization Project
Creates a new classic project board within a specified github organization.
Github Create An Organization Repository
Creates a new repository within a specified github organization, with options for detailed configuration including visibility, features, merge strategies, initial commit, and templates.
Github Create An Organization Repository Ruleset
Creates a repository ruleset to define and enforce policies (e.g., branch protections, commit formats) for repositories within an existing github organization.
Github Create An Organization Variable
Creates a new, uniquely named github actions variable for an organization, with configurable repository access visibility (all, private, or selected).
Github Create An Organization Webhook
Creates a webhook for a github organization to deliver event notifications to a configured url.
Github Create A Blob
Creates a git blob in a repository, requiring content and encoding ('utf-8' or 'base64').
Github Create A Check Run
Creates a new check run for a specific commit in a repository, used by external services to report status, detailed feedback, annotations, and images directly within the github ui.
Github Create A Check Suite
Creates a new check suite for a specific commit (`head sha`) in an original repository (not a fork); github dispatches a `check suite` webhook event with the `requested` action upon success.
Github Create A Codespace For The Authenticated User
Creates a github codespace for the authenticated user, requiring a json request body with either `repository id` (integer) or a `pull request` object (containing `pull request number` (integer) and `repository id` (integer)).
Github Create A Codespace From A Pull Request
Creates a github codespace for an open pull request in a codespaces-enabled repository, with options to customize its configuration.
Github Create A Codespace In A Repository
Creates a github codespace for the authenticated user in a specified repository, which must be accessible and use a valid `devcontainer.json` if `devcontainer path` is specified.
Github Create A Commit
Creates a new commit in a github repository; the `tree` sha and any `parents` shas must already exist in the repository.
Github Create A Commit Comment
Creates a comment on a specific commit, or on a specific line if `path` and `position` are provided.
Github Create A Commit Status
Sets a commit's status (e.g., error, failure, pending, success from ci/cd) for a given sha; max 1000 statuses per sha/context.
Github Create A Custom Organization Role
Creates a custom role with defined permissions within a github organization.
Github Create A Deployment
Creates a github deployment for an existing repository, targeting a specific ref (branch, tag, or sha) that must also exist within the repository.
Github Create A Deployment Branch Policy
Creates a deployment branch or tag policy for an existing environment in a github repository, using a ruby file.fnmatch pattern (where `*` doesn't match `/`) to specify which branches or tags are deployable.
Github Create A Deployment Status
Creates a status for an existing deployment, updating its operational state, associated urls, and description.
Github Create A Deploy Key
Creates a deploy key for a repository; the repository must exist and be accessible, and the provided key must be a valid public ssh key.
Github Create A Discussion
Creates a new discussion post on a specific team's page within an organization.
Github Create A Discussion Comment
Creates a new comment on an existing team discussion within a github organization.
Github Create A Discussion Comment Legacy
Posts a new comment to a specific team discussion using a legacy github api endpoint; note that this endpoint is deprecated and scheduled for removal.
Github Create A Discussion Legacy
Creates a team discussion (title, body, private) for an existing team `team id` using a deprecated github legacy endpoint; consider newer apis for stability.
Github Create A Fork
Creates a fork of an accessible repository, optionally into a specific organization, with a new name, or copying only the default branch.
Github Create A Gist
Creates a new gist on github with provided files, an optional description, and public/secret visibility.
Github Create A Gist Comment
Creates a new comment on a specified github gist.
Github Create A Github App From A Manifest
Use this action to finalize a github app's creation by exchanging the temporary `code` (received as a url parameter during the app manifest setup redirection) for the app's full configuration details.
Github Create A Github Pages Deployment
Creates a github pages deployment for a repository using a specified artifact and oidc token, provided github pages is enabled and the artifact (containing static assets) is accessible.
Github Create A Github Pages Site
Configures or updates github pages for a repository, setting build type and source; ensure a pages workflow exists for 'workflow' `build type`, or `source branch` exists for 'legacy' or unspecified `build type`.
Github Create A Gpg Key For The Authenticated User
Adds a gpg key to the authenticated user's github account for signing commits and tags.
Github Create A Label
Creates a new label in a specified github repository, provided the repository exists and the user has write permissions.
Github Create A Milestone
Creates a milestone in a github repository for tracking progress on issues or pull requests; requires repository existence and user write permissions.
Github Create A Project Card
Creates a project card in a github project column; the request body must contain either a `note` for a note-only card, or both `content id` (id of an issue or pull request) and `content type` (e.g., 'issue', 'pullrequest').
Github Create A Project Column
Creates a new column in a github project (classic).
Github Create A Public Ssh Key For The Authenticated User
Adds a new, unencrypted public ssh key to the authenticated user's github account; the key must not already be registered to any github account.
Github Create A Reference
Creates a git reference (e.g., a branch or tag) in a repository; the repository must not be empty prior to this operation.
Github Create A Registration Token For An Organization
Generates a temporary (one-hour) registration token to add a new self-hosted runner to an organization for github actions.
Github Create A Registration Token For A Repository
Generates a time-limited token required to register a new self-hosted runner with a specific repository.
Github Create A Release
Creates a release in a github repository for a specified tag; the tag must be unique for published releases, and if a `discussion category name` is given, it must already exist.
Github Create A Remove Token For An Organization
Generates a token, valid for one hour, to authenticate removing a self-hosted runner from an organization.
Github Create A Remove Token For A Repository
Generates a temporary (one-hour validity) token required to unregister and remove a self-hosted runner from a repository.
Github Create A Reply For A Review Comment
Posts a reply to a specific review comment on a github pull request, requiring the repository, pull request, and original comment to exist, and a non-empty reply body.
Github Create A Repository Dispatch Event
Triggers a github actions workflow or a webhook on a repository by creating a repository dispatch event, allowing programmatic triggering of workflows based on events outside of github.
Github Create A Repository For The Authenticated User
Creates a new repository for the authenticated user, optionally within an organization if `team id` is specified.
Github Create A Repository From An Unpublished Codespace
Publishes the specified codespace to a new repository, using the codespace's current state as the initial commit.
Github Create A Repository Project
Creates a new classic project board within a specified repository; classic projects must be enabled for the target repository.
Github Create A Repository Ruleset
Creates a uniquely named ruleset for a repository, defining rules for branches or tags with specified enforcement, conditions, and bypass actors.
Github Create A Repository Security Advisory
Creates a new draft security advisory for a repository, enabling private collaboration on fixes before public disclosure; requires specifying impact using either `severity` or `cvss vector string` (not both).
Github Create A Repository Using A Template
Creates a new repository from an existing template repository; the authenticated user must have access to the template and, if creating in an organization, repository creation permissions within it.
Github Create A Repository Variable
Creates a new, unencrypted variable in a repository for github actions workflows; fails if a variable with the same name already exists.
Github Create A Repository Webhook
Creates a webhook for a specified repository; requires admin permissions on the repository.
Github Create A Review Comment For A Pull Request
Creates a review comment on a pull request's diff, targeting a specific line, range of lines, an entire file, or replying to an existing comment.
Github Create A Review For A Pull Request
Creates a pull request review, allowing approval, change requests, or comments; `body` is required if `event` is `request changes` or `comment`, and omitting `event` makes the review `pending`.
Github Create A Scoped Access Token
Exchanges a user-to-server token for a new, fine-grained scoped access token for a github app, requiring `client id`, `access token`, either `target` or `target id`, and at least one permission; for repository-specific scoping, provide either `repositories` (names) or `repository ids` (ids), but not both.
Github Create A Snapshot Of Dependencies For A Repository
Creates a snapshot of a repository's dependencies to populate the github dependency graph and enable security alerts; `sha` must be a 40-character commit id, `ref` a fully qualified git reference (e.g., `refs/heads/main`), and `scanned` an iso 8601 timestamp.
Github Create A Ssh Signing Key For The Authenticated User
Adds a new public ssh key to the authenticated user's github account for signing commits or tags.
Github Create A Tag Object
Creates an annotated git tag object in a repository, pointing to an existing git object (commit, tree, or blob) defined by its sha and ensuring the `type` field correctly specifies the object's type.
Github Create A Tag Protection State For A Repository
Creates a tag protection rule for a repository using a glob pattern; note: tag protections are deprecated (sunset august 30, 2024), migrate to repository rulesets.
Github Create A Team
Creates a new team in an organization, optionally with maintainers, repositories, specific privacy, notification settings, or a parent team; if `parent team id` is given, `privacy` must be 'closed'.
Github Create A Temporary Private Fork
Creates a temporary private fork of the specified repository to address a security vulnerability, linking the fork to a ghsa id that must be specifically associated with this repository; the fork may take up to 5 minutes to become accessible.
Github Create A Tree
Creates a new git tree object in a repository, defining file/directory structure by specifying tree entries, optionally building on a `base tree` sha; all provided shas must be valid.
Github Create A User Project
Creates a new github project board for the authenticated user to organize and track issues, pull requests, and notes.
Github Create A Workflow Dispatch Event
Manually triggers a github actions workflow identified by `workflow id` at a given `ref`, if the workflow is configured to accept `workflow dispatch` events.
Github Create Commit Signature Protection
Enables commit signature protection for a specified branch, requiring all new commits to be signed.
Github Create Custom Deployment Protection Rule On Env
Enables a custom deployment protection rule for an existing environment in a repository by linking a configured github app (via `integration id`) to control deployments.
Github Create Jit Runner Config For Repo
Generates a temporary just-in-time (jit) configuration for a new self-hosted github actions runner for a repository; any specified non-default `runner group id` must be an existing runner group accessible by the repository.
Github Create Or Update An Environment
Creates a new environment or updates an existing one in a github repository, allowing configuration of deployment protection rules such as wait timers and reviewers; ensure `environment name` is url-encoded if it contains special characters.
Github Create Or Update An Environment Secret
Creates or updates an environment secret with an `encrypted value` that was encrypted using the public key identified by `key id` for the specified environment.
Github Create Or Update An Organization Secret
Creates or updates an organization secret for github actions, requiring its value to be pre-encrypted via libsodium using the organization's public key.
Github Create Or Update A Repository Secret
Creates or updates a github actions secret within a specific repository; use `encrypted value` and `key id` to set or change its value.
Github Create Or Update Custom Properties For Org
Creates new custom property schemas or updates existing ones in bulk for a specified organization; each property definition must include `property name` and `value type`.
Github Create Or Update Custom Property Org
Creates a new custom property (name must be unique for creation) or updates an existing one for an organization to define metadata for its repositories.
Github Create Or Update File Contents
Creates a new file or updates an existing file in a github repository; provide `sha` to update an existing file, otherwise a new file is created.
Github Create Or Update Repo Secret With Encrypted Value
Creates or updates a dependabot secret in a repository using an `encrypted value` (pre-encrypted with libsodium using the repository's dependabot public key) and its corresponding `key id`.
Github Create Or Update Secret For Auth User
Creates or updates a codespaces secret for the authenticated user; `encrypted value` must be encrypted with the public key (id: `key id`) from github's 'get public key for the authenticated user' endpoint.
Github Create Reaction For An Issue
Creates a reaction for a specified issue within a github repository.
Github Create Reaction For An Issue Comment
Creates a reaction for a specific comment on an issue within a github repository.
Github Create Reaction For A Commit Comment
Creates an emoji reaction for a commit comment; if the user has already reacted with the same content, details of the existing reaction are returned.
Github Create Reaction For A Pull Request Review Comment
Adds a specified reaction to a pull request review comment within a github repository.
Github Create Reaction For A Release
Creates an emoji reaction for a specific, existing release in a github repository.
Github Create Reaction For A Team Discussion
Creates a reaction for a team discussion within a github organization.
Github Create Reaction For A Team Discussion Comment
Adds a reaction to a team discussion comment, requiring the specified organization, team, discussion, and comment to exist.
Github Create Reaction For A Team Discussion Legacy
Adds a reaction to a team discussion using a legacy github api endpoint; the specified `team id` and `discussion number` must correspond to an existing team and discussion.
Github Create Reaction For Team Discussion Comment Legacy
Adds a reaction to a specific comment within a team discussion using a legacy github api endpoint, requiring valid team, discussion, and comment identifiers.
Github Create Update Org Secret With Lib Sodium
Creates or updates a dependabot organization secret, requiring the secret value to be pre-encrypted with libsodium using the organization's public key obtained from the 'get an organization public key' endpoint.
Github Customize Oidc Subject Claim Template
Retrieves the openid connect (oidc) subject claim customization template for a repository, which defines the `sub` claim structure in oidc tokens for github actions workflows; returns the default configuration if no customization is applied.
Github Custom Oidcsubject Claim Template
Retrieves the openid connect (oidc) subject claim customization template for a github organization, which defines how the `sub` claim in oidc tokens for workflows is constructed.
Github Custom Oidcsubject Claim Template Setter
Sets the openid connect (oidc) subject claim template for a github repository, allowing use of the default template or a custom one defined by `include claim keys` if `use default` is `false`.
Github Decline A Repository Invitation
Declines a specific, pending repository invitation for the authenticated user, identified by its `invitation id`.
Github Delete Access Restrictions
Removes all user, team, and app-based access restrictions from a protected branch.
Github Delete Admin Branch Protection
Removes admin enforcement from a protected branch (branch name cannot contain wildcard characters) in a repository.
Github Delete An App Authorization
Revokes a single, specific oauth access token for an oauth app, not all authorizations for the app.
Github Delete An App Token
Revokes an oauth access token for a github app, if the app exists and the token was issued to it.
Github Delete An Artifact
Deletes a github artifact by its id within a repository, typically resulting in an empty response (http 204 no content) on success.
Github Delete An Autolink Reference From A Repository
Deletes a specific autolink reference (which automatically links external resource ids like jira-123 to urls) from the specified repository.
Github Delete An Email Address For The Authenticated User
Sends an empty request body to `delete /user/emails` to attempt deletion of user email addresses; the api typically requires specific emails, so outcome may vary.
Github Delete An Environment
Deletes an existing deployment environment from an existing repository.
Github Delete An Environment Secret
Deletes an existing and accessible secret from a specified environment within a github repository, returning an empty dictionary on success or error details otherwise.
Github Delete An Environment Variable
Deletes a named environment variable from a specified, existing environment within a github repository.
Github Delete An Issue Comment
Permanently deletes a specific comment by its id from an issue or pull request, if the repository exists and the comment id is valid.
Github Delete An Issue Comment Reaction
Deletes a reaction from an issue comment in a repository; the repository, comment, and reaction must exist.
Github Delete An Issue Reaction
Permanently removes a specific reaction from an issue in a github repository.
Github Delete An Organization
Deletes a github organization and its repositories; this is a destructive action and the organization name will be unavailable for reuse for approximately 90 days.
Github Delete An Organization Migration Archive
Deletes an existing migration archive for an organization, useful for removal before github's automatic 7-day deletion.
Github Delete An Organization Repository Ruleset
Deletes a repository ruleset from an organization; fails if the ruleset is currently applied to any repositories.
Github Delete An Organization Secret
Permanently deletes a secret from a github organization, making it inaccessible to github actions workflows or other tools.
Github Delete An Organization Variable
Deletes a named github actions variable from a specified organization.
Github Delete An Organization Webhook
Deletes a specific webhook, identified by `hook id`, from an existing organization.
Github Delete A Codespace For The Authenticated User
Deletes a specific codespace owned by the authenticated user; this is a destructive action and the codespace must exist.
Github Delete A Codespace From The Organization
Permanently deletes a specific codespace belonging to a member of the specified organization.
Github Delete A Code Scanning Analysis From A Repository
Deletes a specific code scanning analysis by its id from a repository; `confirm delete` must be `true` if it's the last analysis of its type for a given tool and reference to prevent data loss.
Github Delete A Commit Comment
Deletes a specific commit comment, identified by its `comment id`, from the specified repository; the comment must exist.
Github Delete A Commit Comment Reaction
Deletes a reaction from a commit comment in a github repository.
Github Delete A Custom Organization Role
Deletes a custom organization role (which should not be actively assigned) by its id; a 204 no content response indicates success.
Github Delete A Deployment
Permanently deletes a specified *inactive* deployment from a repository.
Github Delete A Deployment Branch Policy
Deletes a specific deployment branch or tag policy, identified by its id, from a given environment within a repository.
Github Delete A Deploy Key
Deletes a specific deploy key from a repository; to change a key's properties or access scope, the existing key must be deleted and a new one created.
Github Delete A Discussion
Deletes a specific team discussion, identified by its number, from an organization's team.
Github Delete A Discussion Comment
Deletes a specific comment from an existing team discussion within an organization, provided the specified organization, team, discussion, and comment all exist.
Github Delete A Discussion Comment Legacy
Deletes a specific comment from a team discussion using a legacy github api endpoint.
Github Delete A Discussion Legacy
Deletes a specific team discussion using a deprecated legacy api endpoint; requires `team id` of an existing team and `discussion number` of an existing discussion within that team.
Github Delete A File
Deletes a file by path from a github repository, requiring a commit message and the file's current blob sha to confirm the deletion.
Github Delete A Gist
Permanently deletes an existing github gist, specified by its `gist id`; this action is destructive and cannot be undone.
Github Delete A Gist Comment
Deletes a specific comment from a github gist using its `gist id` and `comment id`.
Github Delete A Github Pages Site
Deletes the github pages site for the specified repository; completes without error if no site is currently enabled.
Github Delete A Gpg Key For The Authenticated User
Deletes an existing gpg key, specified by its `gpg key id`, that belongs to the authenticated user.
Github Delete A Label
Permanently removes an existing label from a repository.
Github Delete A Milestone
Deletes the specified milestone if it exists; this operation is idempotent, typically returning a 404 if the milestone is not found or already deleted.
Github Delete A Package For An Organization
Deletes a specific package in an organization; cannot delete public packages with over 5,000 downloads.
Github Delete A Package For A User
Deletes a package owned by the specified user, requiring admin permissions for the authenticated user; deletion of public packages with over 5,000 downloads may require github support.
Github Delete A Package For The Authenticated User
Permanently deletes a specific package owned by the authenticated user; public packages downloaded over 5,000 times cannot be deleted via this api.
Github Delete A Package Version For The Authenticated User
Deletes an existing package version associated with the authenticated user.
Github Delete A Pending Review For A Pull Request
Deletes a pending (unsubmitted) review from a pull request; this is only possible if the review has not yet been submitted.
Github Delete A Project
Deletes the github project specified by `project id` if the project exists and the projects feature is enabled for its repository or organization; a successful deletion results in a 204 no content response.
Github Delete A Project Card
Deletes a project card from a github 'project (classic)'; this operation is idempotent.
Github Delete A Project Column
Deletes a project column by its id from a github project (classic); this is a destructive operation.
Github Delete A Public Ssh Key For The Authenticated User
Permanently deletes a public ssh key, identified by its `key id`, from the authenticated user's github account, provided the key exists and belongs to the user.
Github Delete A Pull Request Comment Reaction
Deletes a specific reaction from a pull request review comment, provided the comment and reaction exist on that comment within the specified repository.
Github Delete A Reference
Deletes a git reference from a repository; 'ref' must be fully qualified (e.g., 'refs/heads/branch' or 'refs/tags/tag').
Github Delete A Release
Permanently deletes a specific release, its assets, and potentially its associated git tag from a repository.
Github Delete A Release Asset
Deletes a specific release asset from a github repository; this action is idempotent.
Github Delete A Release Reaction
Deletes a reaction from a github release, provided the repository, release, and reaction exist.
Github Delete A Repository
Permanently deletes the specified repository; this is a destructive, irreversible action that requires admin privileges for the repository.
Github Delete A Repository Invitation
Deletes an active repository invitation, permanently revoking a user's access to collaborate on the specified repository.
Github Delete A Repository Ruleset
Permanently deletes a repository ruleset.
Github Delete A Repository Secret
Deletes a named github actions secret from a specified repository; this operation is destructive and idempotent, and requires the repository to exist.
Github Delete A Repository Subscription
Deletes the authenticated user's subscription to a specified repository if it exists, effectively 'unwatching' it.
Github Delete A Repository Variable
Deletes a named variable (e.g., for github actions workflows) from a repository; the repository and the variable must already exist.
Github Delete A Repository Webhook
Deletes a specific webhook from a repository.
Github Delete A Review Comment For A Pull Request
Deletes a specific pull request review comment.
Github Delete A Secret For The Authenticated User
Deletes an existing codespaces secret for the authenticated user by `secret name`; this is a destructive, irreversible, and idempotent operation.
Github Delete A Self Hosted Runner From An Organization
Deletes an existing and registered self-hosted runner from an organization, typically returning 204 no content on success.
Github Delete A Self Hosted Runner From A Repository
Removes a specific self-hosted runner (by `runner id`) from a repository, if registered there; this is idempotent.
Github Delete A Tag Protection State For A Repository
Permanently deletes a specific tag protection rule, identified by its id, from the given repository.
Github Delete A Team
Deletes a team (and any child teams) from an organization.
Github Delete A Team Legacy
Permanently deletes a team using a deprecated legacy github api endpoint; requires organization owner or team maintainer (with delete rights) privileges.
Github Delete A Thread Subscription
Call this to mute a specific notification thread by deleting the user's subscription; notifications may still occur if the user is @mentioned, comments, or due to repository watch settings.
Github Delete A User Migration Archive
Deletes a user migration archive, allowing for removal before github's automatic 7-day deletion period ends.
Github Delete A Workflow Run
Deletes a specific workflow run from a repository.
Github Delete Branch Protection
Removes all protection rules from a specific branch in a github repository; the branch must currently have protection rules enabled.
Github Delete Commit Signature Protection
Disables gpg commit signature protection for a specific branch in a github repository, meaning commits pushed to this branch no longer require gpg signing.
Github Delete Dependebot Secret By Name
Deletes a specific dependabot secret, identified by its name, from a given repository if both the repository and secret exist.
Github Delete Github Actions Cache By Id
Deletes a specific github actions cache from a repository using its unique `cache id`.
Github Delete Package Version For An Organization
Deletes a specific package version within an organization; requires admin permissions for packages with over 5,000 downloads.
Github Delete Package Version For A User
Permanently and irreversibly deletes a specific version of a package owned by the specified user.
Github Delete Pull Request Review Protection
Disables the requirement for pull request reviews before merging for a specific, existing branch in an existing repository; this action is idempotent and will succeed even if the protection is not currently enabled.
Github Delete Repo Codespace Secret By Name
Deletes a specific codespace secret from a repository by its name; this action is idempotent and will succeed even if the secret doesn't exist.
Github Delete Social Accounts For The Authenticated User
Deletes currently linked social media account urls from the authenticated user's github profile.
Github Delete Ssh Signing Key Auth User
Deletes an ssh signing key, identified by `ssh signing key id`, belonging to the authenticated user.
Github Delete Team Discussion Comment Reaction
Deletes a reaction from a team discussion comment, given the organization name, team slug, discussion number, comment number, and reaction id.
Github Delete Team Discussion Reaction
Permanently deletes a specific reaction from a team discussion within an organization.
Github Delete Workflow Run Logs
Deletes all logs for a specific workflow run in a github repository, provided the repository and run exist.
Github Disable Automated Security Fixes
Disables automated security fixes (github's automatic pull requests for vulnerable dependencies) for a repository; primarily for github enterprise cloud/server.
Github Disable A Custom Protection Rule For An Environment
Disables a specific, currently active custom deployment protection rule for an existing environment within a github repository.
Github Disable A Workflow
Disables a specified workflow (by id or filename) in a given github repository, preventing new automatic triggers; any in-progress runs will continue.
Github Disable Repository Actions In Org
Disables github actions for a specific repository within an organization; this action is only effective if the organization's github actions `enabled repositories` setting is configured to `selected`.
Github Disable Vulnerability Alerts
Disables dependabot alerts for a specified repository, preventing github from scanning its dependencies for vulnerabilities and generating new alerts.
Github Dismiss A Review For A Pull Request
Dismisses a review on a pull request with a mandatory explanatory message.
Github Download An Artifact
Downloads a specific github repository artifact, returning a temporary url to its 'zip' archive, valid for one minute.
Github Download An Organization Migration Archive
Retrieves a 302 redirect url to download a completed and available organization migration archive.
Github Download A Repository Archive Tar
Downloads a repository's source code as a tarball (.tar.gz) archive for a specific git reference, if the repository is accessible.
Github Download A Repository Archive Zip
Downloads a repository's source code as a zip archive for a specific git reference (branch, tag, or commit sha).
Github Download A User Migration Archive
Downloads a user's migration archive (a .tar.gz file containing repositories and associated data) if the migration's status is 'exported'.
Github Download Job Logs For A Workflow Run
Downloads logs for a specific job in a github actions workflow run, contingent on the repository's existence and the job id being valid and having produced logs.
Github Download Workflow Run Attempt Logs
Downloads a zip archive of logs for a specific workflow run attempt.
Github Download Workflow Run Logs
Downloads logs for a specific github actions workflow run, typically archived as a zip file, if logs are available (e.g., not expired and the workflow has produced output).
Github Emo J Is Get
Lists all emojis available for use on github; deprecated, use `get emojis` instead.
Github Enable Automated Security Fixes
Enables automated security fixes for a repository using dependabot, requiring active dependency graph and dependabot alerts.
Github Enable A Workflow
Reactivates a currently disabled github actions workflow within a repository using its numerical id.
Github Enable Github Actions In Selected Repositories
Sets the specific repositories that can use github actions within an organization by replacing the current list; only applies if the organization's actions policy is 'selected repositories'.
Github Enable Or Disable Security Feature For Org
Enables or disables a specific security product (like `dependabot alerts` or `code scanning default setup`) for all eligible repositories in a github organization.
Github Enable Repo Forgithub Actions
Enables github actions for a repository if the organization's actions permissions are set to allow for 'selected repositories'.
Github Enable Vulnerability Alerts
Enables vulnerability alerts and, if necessary, the dependency graph for an existing repository; this operation is idempotent.
Github Encrypt And Update Dev Secret
Creates or updates a repository's development environment secret using an `encrypted value` and its corresponding `key id`; the secret must be pre-encrypted with the repository's codespaces public key.
Github Encrypt Org Dev Env Secret
Creates or updates an organization's github codespaces secret using an encrypted value and its corresponding public key id.
Github Encrypt Org Secrets Using Public Key
Retrieves an organization's public key, which must be used to encrypt secret values before they are configured for codespaces.
Github Export A Codespace For The Authenticated User
Triggers an export of a user's specified codespace, automatically stopping it if active, and returns its export status and download url.
Github Export Sbom For Repo
Exports the software bill of materials (sbom) in spdx json format for a repository, if its dependency graph is enabled and it has at least one commit.
Github Fetch Public Key For Secret Encryption
Retrieves the public key for an existing github organization, required for encrypting dependabot secrets.
Github Find Conflicting Packages For Docker Migration
Identifies packages conflicting with a github user's docker migration; the specified username must correspond to an existing github account.
Github Follow A User
Allows the authenticated user to follow the github user specified by `username`; this action is idempotent and the user cannot follow themselves.
Github Force Cancel A Workflow Run
Forcefully cancels an existing github actions workflow run, bypassing normal cancellation conditions; requires write permissions to the repository.
Github Fork A Gist
Forks a specified public gist, creating a copy under the authenticated user's account.
Github Generate Release Notes Content For A Release
Generates markdown release notes content (listing changes, pull requests, and contributors) for a github repository release, customizable via tags and a configuration file.
Github Get Access Restrictions
Lists users, teams, and github apps with push access to a branch; this branch must be protected in repository settings for detailed restrictions, otherwise expect a 404 or empty response.
Github Get Admin Branch Protection
Checks if repository administrators are subject to the branch protection rules on a specific branch.
Github Get Allowed Actions Workflows For Org
Retrieves the github actions permissions policy, including allowed actions and reusable workflows, for a specified organization.
Github Get All Api Versions
Retrieves all officially supported, date-based (e.g., "2022-11-28") versions of the github rest api from the /versions endpoint.
Github Get All Autolinks Of A Repository
Retrieves all autolinks (e.g., for jira issues) configured for a repository; requires admin permissions on the repository.
Github Get All Codes Of Conduct
Retrieves all available codes of conduct from github, often used to select one for a repository.
Github Get All Commonly Used Licenses
Retrieves a list of commonly used software licenses from github, optionally filtering for 'featured' licenses whose specific selection criteria by github may vary.
Github Get All Contributor Commit Activity
Retrieves commit activity (total commits, weekly additions/deletions/commits) for all contributors to a repository; may require a retry if github returns 202 while preparing data.
Github Get All Custom Properties For An Organization
Gets the schema definitions for all custom properties configured for an organization, not the specific values assigned to repositories.
Github Get All Custom Property Values For A Repository
Gets all custom property values for a repository, which may include default values or be empty if no properties are explicitly set.
Github Get All Deployment Protection Rules For Env
Lists all enabled custom deployment protection rules for a specific environment in a repository; the environment must exist and be configured for deployments.
Github Get All Gitignore Templates
Retrieves all available .gitignore template names from github (e.g., 'python', 'node', 'java'), used for generating .gitignore files.
Github Get All Organization Repository Rulesets
Fetches all repository rulesets for an existing github organization, which define interaction policies for branches and tags across multiple repositories.
Github Get All Organization Roles For An Organization
Lists all custom organization roles for an existing github organization.
Github Get All Repository Rulesets
Retrieves all rulesets for a github repository, which define conditions and actions for repository interactions (e.g., branch protections).
Github Get All Repository Topics
Retrieves all topics for a specified, existing, and accessible repository.
Github Get All Requested Reviewers For A Pull Request
Gets all users and teams requested to review a specific pull request in a repository.
Github Get All Status Check Contexts
Fetches all required status check contexts for a protected branch; returns an empty list if the branch isn't protected or has no required checks.
Github Get An App
Retrieves publicly available information for an existing github app, identified by its unique url-friendly `app slug`.
Github Get An Artifact
Gets a specific artifact for a repository by `artifact id`.
Github Get An Assignment
Retrieves detailed information for a specific github classroom assignment if the authenticated user is an administrator of the classroom.
Github Get An Autolink Reference Of A Repository
Retrieves a specific autolink reference (which automatically hyperlinks text like 'jira-123' to an external system) for a repository using its unique id; requires administrator access to the repository.
Github Get An Environment
Gets a github repository's deployment environment by name, including its protection rules and any deployment branch policies.
Github Get An Environment Public Key
Retrieves the public key for a specified github repository environment, used to encrypt secrets for github actions.
Github Get An Environment Secret
Retrieves metadata (not the value) for a specific secret within an existing environment of a github repository.
Github Get An Environment Variable
Retrieves a specific plain environment variable (not secrets), including its name, value, and timestamps, from a github actions environment within a repository.
Github Get An Import Status
Retrieves the status of an ongoing or completed repository import, which must have been previously initiated; this action will be deprecated by github on april 12, 2024.
Github Get An Issue
Retrieves detailed information about a specific issue within a github repository.
Github Get An Issue Comment
Retrieves a specific issue comment by its id from a repository.
Github Get An Issue Event
Retrieves a specific issue event (e.g., label addition, assignment, commit reference) by its id from a repository.
Github Get An Organization
Retrieves detailed public information for a specified github organization if it exists.
Github Get An Organization Migration Status
Retrieves the status (e.g., 'pending', 'exporting', 'exported', 'failed') of a previously initiated github organization migration, optionally excluding repository details for performance.
Github Get An Organization Public Key
Gets an organization's public key, required for encrypting secrets for use with github actions, dependabot, or codespaces.
Github Get An Organization Repository Ruleset
Retrieves a specific repository ruleset for an organization.
Github Get An Organization Role
Retrieves a specific github organization role by its id.
Github Get An Organization Rule Suite
Retrieves detailed information for a specific rule suite in an organization, which represents the evaluation results of a github ruleset.
Github Get An Organization Secret
Gets an organization secret's metadata (e.g., name, creation/update dates, visibility), but not its encrypted value.
Github Get An Organization Variable
Retrieves details (name, value, visibility, timestamps) of a specific, existing variable for an existing github organization.
Github Get An Organization Webhook
Retrieves the full configuration, including subscribed events and delivery settings, for an existing organization webhook.
Github Get An Ssh Signing Key For The Authenticated User
Retrieves a specific, existing ssh signing key (used for signing commits and tags) for the authenticated user by its `ssh signing key id`.
Github Get Apps With Access To The Protected Branch
Lists github apps with push access to a repository's protected branch.
Github Get Assignment Grades
Retrieves all grades for an existing github classroom assignment.
Github Get A Blob
Retrieves the raw, typically base64-encoded, content of a file (blob) from a github repository using its sha hash, if the repository and blob sha exist.
Github Get A Branch
Retrieves detailed information for a specified branch within a github repository.
Github Get A Check Run
Retrieves detailed information for a specific check run within a github repository.
Github Get A Check Suite
Retrieves a specific check suite (a collection of check runs) by its id from a repository accessible to the authenticated user.
Github Get A Classroom
Retrieves details for a specific github classroom; the classroom id must correspond to an existing classroom.
Github Get A Codespace For The Authenticated User
Call to retrieve detailed information for a `codespace name` belonging to the authenticated user, ensuring the codespace exists and is accessible.
Github Get A Code Of Conduct
Retrieves the full details of a specific github code of conduct using its unique key.
Github Get A Code Ql Database For A Repository
Gets an existing codeql database (including a download url) for a specified language in an accessible repository, if one has been successfully built for that language.
Github Get A Code Scanning Alert
Retrieves a specific code scanning alert, which identifies potential code vulnerabilities or errors, by its number from the specified github repository.
Github Get A Code Scanning Analysis For A Repository
Retrieves detailed information for a specific code scanning analysis on an accessible repository, identified by its `analysis id`.
Github Get A Code Scanning Default Setup Configuration
Gets the default setup configuration for code scanning in a repository, including state, languages, query suite, and schedule for a repository if it exists.
Github Get A Commit
Retrieves a specific commit from a repository by its owner, name, and a valid commit reference (sha, branch, or tag), supporting pagination for large diffs.
Github Get A Commit Comment
Retrieves the full details of a specific commit comment in a github repository, using its unique identifier.
Github Get A Commit Object
Retrieves detailed information (including author, committer, message, tree, parents, verification) for a specific commit in a github repository, identified by its sha.
Github Get A Custom Deployment Protection Rule
Retrieves a specific custom deployment protection rule (used by github apps for external validation or manual approval of deployments) for a given environment in a repository.
Github Get A Custom Property For An Organization
Retrieves the definition (schema) of a specific, existing custom property for an organization.
Github Get A Delivery For A Repository Webhook
Retrieves a specific delivery for a repository webhook, identified by its `hook id` and `delivery id`.
Github Get A Dependabot Alert
Gets a specific dependabot alert by its number from a repository, which must have dependabot alerts enabled.
Github Get A Deployment
Gets a specific deployment by id from a repository, provided the repository and deployment id exist.
Github Get A Deployment Branch Policy
Retrieves a specific deployment branch policy for an environment in a repository, identified by its unique id.
Github Get A Deployment Status
Retrieves a specific deployment status by its id for a given deployment within a github repository.
Github Get A Deploy Key
Gets a specific deploy key, identified by its `key id`, for the github repository specified by `owner` and `repo`.
Github Get A Diff Of The Dependencies Between Commits
Gets the dependency diff between two git revisions in a repository, where 'basehead' specifies the revisions and 'name' can optionally scope to a specific manifest file.
Github Get A Discussion
Fetches a specific discussion by its number from a team within an organization.
Github Get A Discussion Comment
Fetches a specific comment from a team discussion within a specific organization.
Github Get A Discussion Comment Legacy
Retrieves a specific comment from a team discussion by its team id, discussion number, and comment number; this action uses a deprecated legacy github api endpoint.
Github Get A Discussion Legacy
Retrieves a specific team discussion using its `discussion number` and the `team id` via a legacy github api endpoint.
Github Get A Dns Health Check For Github Pages
Retrieves the dns health check status (e.g., cname/a records, https) for a github pages site; the check may be pending (http 202) on initial calls or after site changes.
Github Get A Gist
Fetches a specific github gist by its `gist id`, returning comprehensive details if the gist exists.
Github Get A Gist Comment
Retrieves a specific gist comment by its id and the gist's id.
Github Get A Gist Revision
Retrieves a specific revision of a gist.
Github Get A Github Pages Site
Retrieves information for a github pages site, which must be enabled for the repository.
Github Get A Gitignore Template
Retrieves a specific .gitignore template from github by its name, which must be an existing template in github's collection.
Github Get A Global Security Advisory
Retrieves detailed information about a specific global security advisory from the github advisory database using its unique ghsa id.
Github Get A Gpg Key For The Authenticated User
Retrieves detailed information for a specific gpg key (identified by `gpg key id`) belonging to the authenticated user.
Github Get A Job For A Workflow Run
Retrieves detailed information for a specific job within a github actions workflow run, given its `job id` which must be valid for the specified repository's workflow.
Github Get A Label
Retrieves a specific label by its name from a specified github repository.
Github Get A License
Call this action to retrieve comprehensive details for a specific software license recognized by github, using its unique license key.
Github Get A Milestone
Retrieves detailed information for a specific milestone within a github repository by its number.
Github Get A Package For An Organization
Retrieves a specific package (by type and name) from an organization, if both the package and organization exist.
Github Get A Package For A User
Retrieves metadata for a specific package owned by a github user, using package type, name, and username as identifiers.
Github Get A Package For The Authenticated User
Retrieves detailed information for a specific package owned by the authenticated user.
Github Get A Package Version For An Organization
Retrieves detailed information for a specific version of a package within an organization.
Github Get A Package Version For A User
Retrieves a specific public package version associated with a github user.
Github Get A Package Version For The Authenticated User
Retrieves detailed information for an existing specific package version associated with the authenticated user, identified by its type, name, and version id.
Github Get A Project
Retrieves detailed information for a specific github project using its unique `project id`.
Github Get A Project Card
Retrieves all details of a specific project card, given its unique `card id`.
Github Get A Project Column
Retrieves detailed information for a specific project column; the column must exist.
Github Get A Public Ssh Key For The Authenticated User
Retrieves a specific public ssh key (identified by `key id`) for the authenticated user.
Github Get A Reference
Retrieves a specific git reference (e.g., a branch, tag, or fully qualified like 'heads/main') from a github repository.
Github Get A Release
Gets a specific release from a github repository, provided the repository is accessible and the release exists.
Github Get A Release Asset
Gets metadata for a specific release asset in a github repository, including a `browser download url` for downloading the asset.
Github Get A Release By Tag Name
Gets a release from a github repository by its tag name; the repository and a release with this tag must already exist.
Github Get A Repository
Retrieves detailed information about an existing and accessible github repository.
Github Get A Repository Public Key
Gets a repository's public key for encrypting secrets to be used in github actions, if the repository exists and is accessible.
Github Get A Repository Readme
Fetches the readme file (if it exists and is accessible) from a specified github repository, returning its base64-encoded content and metadata.
Github Get A Repository Readme For A Directory
Retrieves the readme file from a specified directory within a github repository, optionally at a given commit, branch, or tag.
Github Get A Repository Ruleset
Retrieves a specific repository ruleset by its id; if `includes parents` is true, the search for this `ruleset id` also extends to rulesets from parent organizations.
Github Get A Repository Rule Suite
Gets detailed information for a specific repository rule suite by its id, including its evaluation status and the results of its individual rules.
Github Get A Repository Secret
Gets metadata (name, creation/update timestamps) for an existing repository secret, excluding its encrypted value.
Github Get A Repository Security Advisory
Retrieves a security advisory for a repository using its ghsa id, which must be valid for the specified repository.
Github Get A Repository Subscription
Gets the authenticated user's subscription details for a repository, indicating if they receive notifications.
Github Get A Repository Variable
Gets a specific github actions variable by name from an accessible repository.
Github Get A Repository Webhook
Returns the configuration of an existing webhook for a given repository.
Github Get A Review Comment For A Pull Request
Retrieves a specific pull request review comment by its id, provided the repository exists, is accessible, and the comment id is valid.
Github Get A Review For A Pull Request
Retrieves a specific review for a pull request using its owner, repository, pull request number, and review id.
Github Get A Secret For The Authenticated User
Retrieves metadata (name, timestamps, visibility; not the value) for a specific, existing development environment secret associated with the authenticated user's github codespaces.
Github Get A Secret Scanning Alert
Retrieves detailed information for a specific secret scanning alert within a repository, identified by its alert number.
Github Get A Self Hosted Runner For An Organization
Retrieves detailed information about a specific self-hosted runner registered within a github organization.
Github Get A Self Hosted Runner For A Repository
Gets a specific self-hosted runner for a repository by its unique id.
Github Get A Tag
Retrieves detailed information for a specific git tag object from a github repository, using the sha of the tag object itself.
Github Get A Team By Name
Retrieves a github team by its slug from a specific organization.
Github Get A Team Legacy
Gets a team by its unique id using a deprecated github api endpoint; prefer current team retrieval methods if possible.
Github Get A Thread
Retrieves a specific github notification thread using its unique `thread id`.
Github Get A Tree
Retrieves a git tree (directory listing) from a github repository using its sha, branch name, or tag name, optionally fetching all nested items recursively.
Github Get A User
Retrieves the public profile information for an existing github user, specified by their username.
Github Get A User Migration Status
Fetches the status of a previously initiated data migration for the authenticated user.
Github Get A Webhook Configuration For An Organization
Retrieves the configuration for a specific webhook associated with a github organization.
Github Get A Webhook Configuration For A Repository
Returns the configuration for an existing webhook on the specified repository.
Github Get A Webhook Delivery For An Organization Webhook
Returns detailed information for a specific delivery attempt of a webhook configured for the specified github organization.
Github Get A Workflow
Retrieves detailed information for a specific github actions workflow in a repository, identified by either its numeric id or its filename.
Github Get A Workflow Run
Gets a specific workflow run by its id from a github repository.
Github Get A Workflow Run Attempt
Retrieves detailed information for a specific attempt of a workflow run in a github repository, including its status, conclusion, and timings.
Github Get Branch Protection
Retrieves branch protection settings for a specific, existing, and accessible branch in a github repository; protection feature availability varies by github product plan.
Github Get Commit Authors
Fetches commit authors identified during a repository import, used to map authors from an external vcs to github accounts.
Github Get Commit Signature Protection
Gets the commit signature protection status for a branch in a repository.
Github Get Community Profile Metrics
Retrieves a repository's community profile metrics, including health percentage and the presence of key community files (e.g., readme, license).
Github Get Contextual Information For A User
Gets contextual hovercard information for a github user; `subject type` and `subject id` can be jointly provided for more specific details.
Github Get Copilot Seat Assignment Details For A User
Retrieves github copilot seat assignment details for a specific user who is a member of the organization, which must have copilot enabled.
Github Get Copilot Seat Info And Settings For Org
Gets an organization's github copilot seat information and settings; the organization must have an active copilot subscription.
Github Get Default Attributes For A Codespace
Get pre-flight data (e.g., default location, devcontainer path) for creating a codespace in a given repository (must exist and be accessible), optionally for a specific git ref.
Github Get Default Workflow Permissions For A Repository
Gets the default workflow permissions (`read` or `write`) for the github token and whether it can approve pull request reviews in an existing and accessible repository.
Github Get Default Workflow Perms For Org
Gets the default github token workflow permissions and settings for a github organization.
Github Get Details About A Codespace Export
Retrieves detailed information about a specific export of a codespace.
Github Get Emojis
Lists all emojis available for use on github, including custom and unicode emojis.
Github Get Feeds
Fetches a list of available github feed urls for the authenticated user.
Github Get Github Actions Billing For An Organization
Retrieves the github actions billing summary (total/paid/included minutes, os breakdown) for an existing github organization.
Github Get Github Actions Billing For A User
Retrieves github actions billing information for a specified user, focusing on minute usage in private repositories.
Github Get Github Actions Cache Usage For An Organization
Retrieves total github actions cache usage statistics for an organization, including active cache count and size across all repositories.
Github Get Github Actions Cache Usage For A Repository
Retrieves the total count of active github actions caches and their combined size in bytes for a specified repository.
Github Get Github Actions Permissions For An Organization
Gets the github actions permissions for a specified organization, detailing repository enablement and allowed actions policies.
Github Get Github Actions Permissions For A Repository
Gets the github actions permissions policy for a repository, including its enabled status and the scope of allowed actions.
Github Get Github Meta Information
Fetches github's publicly available metadata, useful for configuring network security policies or ip allow-listing.
Github Get Github Packages Billing For An Organization
Retrieves github packages billing information for an organization, including detailed bandwidth usage metrics.
Github Get Github Packages Billing For A User
Gets a user's github packages billing, detailing free and paid storage usage in gb (paid typically relates to private repositories).
Github Get Github Pages Build
Retrieves detailed information about a specific github pages build for a repository, which must have github pages enabled.
Github Get Information About A Sarif Upload
Retrieves detailed information, including processing status and results url, about a specific sarif (static analysis results interchange format) upload for a repository, uniquely identified by its sarif id.
Github Get Interaction Restrictions For An Organization
Retrieves interaction restrictions for an organization, showing which github user types can interact with its public repositories and when restrictions expire; returns an empty response if no restrictions are set.
Github Get Interaction Restrictions For A Repository
Retrieves active interaction restrictions for a repository, detailing which user groups are limited from activities like commenting or creating pull requests, and when these restrictions expire.
Github Get Interaction Restrictions For Public Repos
Retrieves currently active interaction restrictions for the authenticated user's public repositories.
Github Get Large Files
Lists files larger than 100mb identified during a previous source import for the specified repository; this endpoint is deprecated and will be removed on april 12, 2024.
Github Get Latest Pages Build
Retrieves information about the most recent github pages build for a repository, which must exist, be accessible, have github pages enabled, and have at least one prior build.
Github Get Octocat
Fetches an ascii art representation of github's octocat, suitable for text-based displays.
Github Get Organization Membership For A User
Retrieves the membership details (role, state) for a user within a github organization; the authenticated user must be an organization member to view other users' memberships.
Github Get Org Dev Environment Secret Safely
Retrieves metadata for a specific secret available to an organization's github codespaces without exposing its encrypted value.
Github Get Org Membership For Auth User
Retrieves the authenticated user's membership state and role within a named github organization; the organization must exist.
Github Get Page Views
Retrieves page view statistics for a repository over the last 14 days, including total views, unique visitors, and a daily or weekly breakdown.
Github Get Pending Deployments For A Workflow Run
Retrieves pending deployment environments for a specific workflow run that are awaiting approval due to protection rules.
Github Get Project Permission For A User
Retrieves a collaborator's permission level (admin, write, read, or none) for an existing github project.
Github Get Public Key For Secret Encryption
Retrieves a repository's public key for encrypting github codespaces secrets; requires `repo` scope or equivalent read access to codespaces secrets for private repositories.
Github Get Public Key For The Authenticated User
Retrieves the authenticated user's public github key, used to encrypt secrets for github codespaces.
Github Get Pull Request Review Protection
Retrieves the pull request review protection settings for a specific branch in a github repository, if such protection is configured.
Github Get Rate Limit Status For The Authenticated User
Retrieves the authenticated user's current github api rate limit status, including usage and limits across different resource categories.
Github Get Repository Clones
Retrieves the total number of clones and a breakdown of clone activity (daily or weekly) for a specified repository over the preceding 14 days.
Github Get Repository Content
Retrieves a file's base64 encoded content or a directory's metadata (but not a listing of its contents) from a github repository path.
Github Get Repository Permissions For A User
Retrieves a specific user's permission level ('admin', 'write', 'read', or 'none') for a given repository, where 'maintain' role is reported as 'write' and 'triage' as 'read'.
Github Get Repository Secret Securely
Retrieves metadata for an existing dependabot secret in a repository, without exposing its encrypted value.
Github Get Repo Allowed Actions
Gets the settings for allowed actions and reusable workflows that can be run in the specified repository.
Github Get Repo Dev Env Secret
Gets metadata (name, creation/update timestamps) for a specific, existing development environment secret (codespaces secret) in a repository, without exposing its value.
Github Get Rules For A Branch
Retrieves all active rules for a specific branch in a github repository, excluding rules in 'evaluate' or 'disabled' status.
Github Get Shared Storage Billing For An Organization
Fetches billing details for an organization's shared storage (github actions and packages), primarily for private repository usage.
Github Get Shared Storage Billing For A User
Retrieves a github user's shared storage billing information, detailing estimated paid/total storage usage and days remaining in the current billing cycle.
Github Get Single Org Secret Without Decryption
Retrieves metadata (e.g., name, creation/update timestamps, visibility) for an organization's dependabot secret, without its encrypted value.
Github Get Status Checks Protection
Retrieves the status check protection settings for a specific branch in a github repository, if status check protection is enabled for it.
Github Get Teams With Access To The Protected Branch
Lists teams with explicit push access to a protected branch, provided team restrictions are configured in the branch's protection settings; returns an empty list otherwise.
Github Get Team Membership For A User
Retrieves a user's role and membership status within a specific team in an organization.
Github Get Team Membership For A User Legacy
Checks a user's team membership status and role using a legacy github api endpoint; prefer the "get team membership for a user" action.
Github Get Team Member Legacy
Deprecated: prefer 'get team membership for a user'; this legacy action checks if a user is a github team member, with 204 (empty `data`) for membership and 404 for non-membership or invalid team/user.
Github Get The Authenticated User
Gets the profile information for the currently authenticated github user, including potentially private details based on user settings.
Github Get The Combined Status For A Specific Reference
Retrieves the aggregated commit status (e.g., success, failure, pending) from all checks for a specific reference (sha, branch, or tag) in a github repository.
Github Get The Hourly Commit Count For Each Day
Retrieves the 'punch card' data, showing hourly commit counts for each day of the week for an existing and accessible repository.
Github Get The Last Year Of Commit Activity
Fetches weekly commit totals and daily commit counts for the last 52 weeks for a specified github repository.
Github Get The Latest Release
Fetches the latest official (non-prerelease, non-draft) release for a github repository; requires at least one such published release.
Github Get The License For A Repository
Retrieves the license file and its details for a repository, optionally from a specific git reference (branch, tag, or commit sha).
Github Get The Review History For A Workflow Run
Retrieves the detailed approval history for a specific workflow run in a github repository, detailing each review's environment, state, reviewer, and comments, to track the approval process for workflows, particularly automated deployments.
Github Get The Status Of A Github Pages Deployment
Retrieves the status of a specific github pages deployment for a repository, which must have github pages enabled.
Github Get The Weekly Commit Activity
Fetches the weekly commit activity (additions and deletions per week) for a repository over the past year; best for repositories with under 10,000 commits.
Github Get The Weekly Commit Count
Retrieves the weekly commit count for a repository, detailing commits by the owner and all contributors over the last 52 weeks; github may return a 202 status or an empty response if statistics are being computed.
Github Get The Zen Of Github
Retrieves a random quote from github's 'zen of github' collection, reflecting github's design philosophies and offering humorous insights, useful for displaying github wisdom or a lighthearted message.
Github Get Thread Subscription For Auth User
Retrieves the authenticated user's subscription details for a specific notification thread, identified by `thread id`.
Github Get Top Referral Paths
Fetches the top 10 most viewed content paths for a repository from the last 14 days.
Github Get Top Referral Sources
Fetches the top 10 websites that referred traffic to a repository within the last 14 days.
Github Get Users With Access To The Protected Branch
Lists users with explicit push access to a protected branch, provided its protection rule restricts pushes to specific users.
Github Get Workflow Access Level Outside Repo
Gets the access level settings for a private repository, determining how workflows outside this repository can use its actions and reusable workflows.
Github Get Workflow Run Usage
Gets the billable time, in milliseconds, for a specific workflow run, detailing time spent on various operating systems.
Github Get Workflow Usage
Gets the billable time (in milliseconds, broken down by runner os) for a specific workflow within a repository for the current billing cycle.
Github Gist S Create
Deprecated: use `create a gist` instead. creates a new github gist with specified files, content, an optional description, and public visibility.
Github Gist S List Public
(deprecated: use `list public gists` instead) lists public gists from github, optionally filtering by a 'since' timestamp and supporting pagination; results are generally newest first.
Github Github Api Root
Retrieves a map of all top-level github rest api resource urls and their templates.
Github Github Disable Private Vuln Reporting For Repo
Disables private vulnerability reporting for an existing github repository, preventing direct private vulnerability reports to maintainers via github's interface for this repository.
Github Github Enable Private Vuln Reporting For Repo
Enables private vulnerability reporting for a repository, allowing security researchers to privately submit vulnerability reports to maintainers.
Github Github Pulls Check If Merged
Deprecated: use `check if a pull request has been merged` instead. checks if a github pull request has been merged, indicated by a 204 http status (merged) or 404 (not merged/found).
Github Issues Create
(deprecated: use `create an issue` instead) creates a new issue in a github repository, provided issues are enabled and the user has sufficient permissions.
Github Issues Create Comment
Deprecated: use `create an issue comment` to create a comment on an existing github issue or pull request.
Github Issues Get
Deprecated: use the `get an issue` action instead to retrieve details for a specific issue in a repository.
Github Issues List Assign Ees
Deprecated: use `list assignees`. lists users who can be assigned to issues in a repository, typically those with push access.
Github Issues List Events For Repo
Lists all issue events for a specified repository. <<deprecated: this action is deprecated. use `list issue events for a repository` instead.>>
Github Issues List For Repo
Lists all issues (including pull requests) in a github repository; deprecated: use list repository issues.
Github List Accepted Assignments For An Assignment
Lists accepted assignments (student repositories created after acceptance) for an existing github classroom assignment, identified by its unique `assignment id`.
Github List App Installations For An Organization
Lists github app installations accessible to the specified organization, including those in its repositories or where the app has been granted access, useful for auditing application access.
Github List App Installations For User Token
Lists github app installations accessible to the authenticated user via their access token, including installation details, permissions, and repository access.
Github List Artifacts For A Repository
Lists github actions workflow artifacts for a specified repository, which must exist.
Github List Assignees
Lists users who can be assigned to issues in a repository, typically those with push access.
Github List Assignments For A Classroom
Lists all assignments for a given github classroom `classroom id`; the classroom must exist and be accessible.
Github List Available Machine Types For A Repository
Lists machine types available for github codespaces in a repository, optionally using a git ref to check compatibility based on prebuild availability and devcontainer configurations.
Github List Branches For Head Commit
Lists branches in an accessible repository where the provided commit sha is the head, useful for identifying development lines based on that commit.
Github List Check Runs For A Git Reference
Lists check runs for a given git reference within a repository; ensure the reference exists and the repository is accessible.
Github List Check Runs In A Check Suite
Lists check runs for a specific check suite in a github repository, optionally filtering by check name or status.
Github List Check Run Annotations
Lists annotations for a specific check run in a github repository, detailing issues like errors or warnings on particular code lines.
Github List Check Suites For A Git Reference
Lists check suites for a git reference (commit sha, branch, or tag) in a repository, optionally filtering by github app id or check run name.
Github List Child Teams
Lists the immediate child teams of a parent team within an organization.
Github List Child Teams Legacy
Lists immediate child teams for a specified, existing parent team id using a deprecated legacy github api endpoint; prefer non-legacy alternatives if available.
Github List Classrooms
Lists github classrooms to which the authenticated user has administrative access.
Github List Codeowners Errors
Lists syntax errors in a repository's codeowners file, which must be located at the root, `.github/`, or `docs/` directory for the specified ref.
Github List Codespaces For A User In Organization
Lists all github codespaces owned by a specified member of a given organization.
Github List Codespaces For The Authenticated User
Lists github codespaces for the authenticated user, optionally filtering by repository id and supporting pagination.
Github List Codespaces For The Organization
Lists active/pending github codespaces for an existing organization; admins list all, members list their own.
Github List Code Ql Databases For A Repository
Lists all codeql databases for a repository where codeql analysis has been previously run and completed.
Github List Code Scanning Alerts For An Organization
Lists code scanning alerts for a github organization; use either `tool name` or `tool guid` if filtering by tool, not both.
Github List Code Scanning Alerts For A Repository
Lists code scanning alerts for a repository, optionally filtering by tool (which must have produced scan results for the repository), git reference, state, or severity.
Github List Code Scanning Analyses For A Repository
Lists code scanning analyses for an existing repository, optionally filtering by tool (name or guid), git reference, or sarif id.
Github List Comments For A Pull Request Review
Lists all comments for a specific review on a github pull request.
Github List Commits On A Pull Request
Lists commits for a pull request; requires the repository and pull request to exist and be accessible, and supports pagination.
Github List Commit Comments
Retrieves all comments for a specific commit in a github repository, supporting pagination.
Github List Commit Comments For A Repository
Lists all commit comments for a specified repository, which must exist and be accessible.
Github List Commit Statuses For A Reference
Lists commit statuses for a specific reference (commit sha, branch, or tag) in a repository, useful for tracking ci/test outcomes.
Github List Copilot Seat Assignments For Org
Lists all github copilot seat assignments and their billing status for an organization with an active github copilot business subscription.
Github List Custom Property Values For Org Repos
Lists custom property values for repositories in a specified, existing organization, optionally filtered by a repository query.
Github List Deliveries For An Organization Webhook
Retrieves a list of webhook deliveries for a specific webhook in an organization, allowing inspection of delivery history and details.
Github List Deliveries For A Repository Webhook
Retrieves delivery attempts for a specific repository webhook to inspect its history; ensure the webhook id exists.
Github List Dependabot Alerts For An Enterprise
Lists dependabot alerts for repositories owned by organizations within an enterprise, provided dependabot alerts are enabled for it.
Github List Dependabot Alerts For An Organization
Lists dependabot alerts for a github organization, with options to filter, sort, and paginate alerts to identify security vulnerabilities in code dependencies.
Github List Dependabot Alerts For A Repository
Lists dependabot alerts for a repository if dependabot alerts are enabled, with options for filtering, sorting, and cursor-based pagination; use `per page` with `before` or `after` instead of deprecated `page`, `first`, and `last` parameters.
Github List Deployments
Lists deployments for a specified repository; repository must exist.
Github List Deployment Branch Policies
Lists all deployment branch policies for a specified environment in a github repository.
Github List Deployment Statuses
Lists all statuses for a given deployment in a repository.
Github List Deploy Keys
Lists deploy ssh keys for a specified repository; the repository must exist.
Github List Discussions
Lists discussions for a specific team within an organization, with options for sorting, pagination, and filtering by pinned status.
Github List Discussions Legacy
Lists discussions for a team (by `team id`) via a deprecated github legacy endpoint; prefer current endpoints for new integrations.
Github List Discussion Comments
Lists all comments for a specific team discussion within an organization.
Github List Discussion Comments Legacy
Lists comments for a specific team discussion using a legacy github api endpoint; the specified team and discussion must exist.
Github List Docker Migration Conflicts
Lists docker packages in an organization that encountered conflicts during migration to the github container registry.
Github List Email Addresses For The Authenticated User
Lists all email addresses for the authenticated user, including their primary status, verification status, and visibility.
Github List Environments
Retrieves all deployment environments for a specified repository, which are used to configure protection rules and secrets for different software lifecycle stages.
Github List Environment Custom Deployment Rules
Lists all custom deployment protection rule integrations for a repository environment; the `environment name` must be url-encoded.
Github List Environment Secrets
Lists the names and metadata (not values) of secrets for a specified, existing environment within an existing github repository.
Github List Environment Variables
Lists all environment variables, which are plaintext key-value pairs for github actions workflows, for a specified environment within a github repository.
Github List Events For The Authenticated User
Lists public events for the specified github user, or private events if authenticated as that user, in reverse chronological order.
Github List Events Received By The Authenticated User
Lists events a specific github user received from followed users and watched repositories; returns private events if authenticated for `username`, otherwise public.
Github List Failed Organization Invitations
Lists all failed invitations to join a github organization, including failure reasons and timestamps.
Github List Followers Of A User
Lists followers for a specified, existing github user.
Github List Followers Of The Authenticated User
Lists users following the authenticated github user, returning an empty list if the user has no followers.
Github List Forks
Lists forks for a specified repository, which must exist, with options for sorting and pagination.
Github List Gists For A User
Lists public gists for a specified github user.
Github List Gists For The Authenticated User
Lists gists for the authenticated user, with optional filtering by update time and pagination.
Github List Gist Comments
Lists comments for a specified github gist.
Github List Gist Commits
Lists all commits for a specified gist.
Github List Gist Forks
Lists all forks for a given github gist id.
Github List Github Actions Caches For A Repository
Lists github actions caches for a repository, with options to filter by git reference or cache key, and to sort and paginate results.
Github List Github Pages Builds
Lists github pages builds for a repository; github pages must be enabled on the repository for builds to be listed.
Github List Global Security Advisories
Lists github's global security advisories, filterable by various attributes including id, type, ecosystem, severity, and dates.
Github List Gpg Keys For A User
Lists an existing github user's gpg keys, used for signing commits and tags.
Github List Gpg Keys For The Authenticated User
Lists gpg (gnu privacy guard) keys associated with the authenticated user's github account.
Github List Installation Requests For Auth App
Lists pending installation requests made by users or organizations for the authenticated github app.
Github List Instances Of A Code Scanning Alert
Lists all instances of a specific code scanning alert, optionally filtered by git ref; requires code scanning to be enabled on the repository.
Github List Issues Assigned To The Authenticated User
Lists github issues for the authenticated user across visible repositories, with filtering by user relationship, state, labels, an iso 8601 `since` timestamp (yyyy-mm-ddthh:mm:ssz), and sorting options; pull requests are typically included.
Github List Issue Comments
Lists comments for a specified issue in a github repository.
Github List Issue Comments For A Repository
Lists issue comments, including those on pull requests, for an accessible repository.
Github List Issue Events
Retrieves a list of all events for a specific issue within a github repository.
Github List Issue Events For A Repository
Lists all issue events (e.g., closed, reopened, assigned) for a specified repository.
Github List Jobs For A Workflow Run
Lists jobs for a specific workflow run in a github repository.
Github List Jobs For A Workflow Run Attempt
Lists jobs, including details like id, status, and steps, for a specific attempt of a github actions workflow run.
Github List Labels For An Issue
Lists all labels for a specified issue in a github repository.
Github List Labels For A Repository
Retrieves all labels for a specified, existing github repository.
Github List Labels For Issues In A Milestone
Lists all labels for issues within a specific milestone in a repository.
Github List Labels For Self Hosted Runner For Repo
Lists all labels assigned to a specific self-hosted runner registered with the given repository.
Github List Labels For Self Hosted Runner Org
Lists all labels assigned to a specific self-hosted runner within a github organization, which are used to route workflows.
Github List Locations For A Secret Scanning Alert
Lists all locations for a specific secret scanning alert in a repository; requires secret scanning to be enabled.
Github List Machine Types For A Codespace
Lists available machine types for a specific, accessible codespace, enabling it to be transitioned to a new hardware configuration.
Github List Matching References
Lists all git references (branches or tags) in a repository that start with the provided partial reference path (e.g., `heads/my-feature` or `tags/v1.2`).
Github List Milestones
Lists milestones, which track progress for groups of issues and pull requests, for an existing repository, allowing filtering by state and sorting.
Github List Notifications For The Authenticated User
Lists notifications for the authenticated user, sorted by most recent update, with filtering and pagination options.
Github List Organizations
Lists github organizations for the authenticated user, sorted by id in ascending order.
Github List Organizations For A User
Lists public organizations for a specified github user; the `username` must be a valid github handle.
Github List Organizations For The Authenticated User
Lists organizations the authenticated github user is a member of, returning details for each organization.
Github List Organization Events For The Authenticated User
Lists events within a specified organization that were performed by the authenticated user, whose `username` (path parameter) must match the api request credentials.
Github List Organization Invitation Teams
Lists teams associated with a specific pending organization invitation, to inspect team memberships granted if accepted.
Github List Organization Members
Lists public and concealed members of a github organization; viewing concealed members requires authenticated user to be an organization member.
Github List Organization Migrations
Lists recent source export and import migrations (including their status, id, and url) for a specified github organization, which must exist.
Github List Organization Projects
Lists projects for a specified github organization, optionally filtering by state and supporting pagination.
Github List Organization Repositories
Retrieves a list of repositories for a specified github organization, allowing filtering by type and sorting.
Github List Organization Rule Suites
Lists rule suite evaluations for a github organization; if filtering by `repository name` (repository id), it must be a valid repository within that organization.
Github List Organization Secrets
Lists github actions secrets available for a specified organization.
Github List Organization Variables
Lists all github actions variables for a specified organization.
Github List Organization Webhooks
Lists all webhooks for a specified github organization; the organization must exist.
Github List Org Fine Grained Permissions
Retrieves all fine-grained permissions for a specified github organization, essential for creating or updating custom roles.
Github List Org Issues Assigned Auth User
Lists issues for the authenticated user within a specified github organization, with options to filter by involvement type, state, labels, and to sort results.
Github List Org Level Codespaces Secrets
Lists all codespaces secrets available for a specified organization, which must exist.
Github List Org Memberships For Auth User
Lists the authenticated user's organization memberships, optionally filtering by state.
Github List Org Repos Withgithub Actions Enabled
Lists repositories in an organization with github actions enabled, for use when the organization's policy restricts actions to a specific list of repositories rather than enabling it for all.
Github List Org Resources With Personal Tokens
Retrieves a list of an organization's fine-grained personal access token requests (pending, approved, or denied), with options for filtering and sorting.
Github List Org Resource Access Tokens
Lists approved fine-grained personal access tokens (pats) with access to resources in a github organization, optionally filtering by owner, repository, permissions, or last usage time.
Github List Org Secrets Without Values
Lists all dependabot secrets (metadata like names, creation/update timestamps, but not their encrypted values) for a specified organization, which must exist.
Github List Outside Collaborators For An Organization
Lists outside collaborators for a github organization, with options to filter (e.g., by 2fa status) and paginate results.
Github List Owned Package Versions
Lists all versions for an existing package owned by the authenticated user, identified by its type and name.
Github List Packages For An Organization
Lists github packages for an organization, noting specific interpretations for package type and visibility parameters.
Github List Packages For A User
Lists packages for a specified github user, filterable by package type and visibility.
Github List Packages For The Authenticated User S Namespace
Lists packages of a specific type and visibility within the authenticated user's namespace on github.
Github List Package Versions For A Package Owned By A User
Lists all versions of a public package owned by a specific github user, identified by package type, package name, and username.
Github List Package Versions For Org Package
Lists all versions for a specified package, if it exists and is owned by the given github organization.
Github List Pending Organization Invitations
Lists all pending membership invitations for a specified organization, which must exist.
Github List Pending Team Invitations
Lists all pending membership invitations for a specified team within an organization.
Github List Pending Team Invitations Legacy
Lists pending membership invitations for a github team using a legacy (deprecated) endpoint.
Github List Project Cards
Lists all project cards for a given `column id`, which must correspond to an existing project column.
Github List Project Collaborators
Fetches a list of collaborators for a specified, existing github project.
Github List Project Columns
Lists all of a github project's columns (e.g., 'to do', 'in progress'); project id must identify a valid, accessible project.
Github List Public Emails For Auth User
Lists the public email addresses for the authenticated user.
Github List Public Events
Lists public github events, which may be delayed by up to 5 minutes, with support for pagination.
Github List Public Events For A Network Of Repositories
Retrieves public events (up to 90 days old, newest first) for a github repository network, including the repository and its forks.
Github List Public Events For A User
Retrieves a list of public events for a specified github user, in reverse chronological order.
Github List Public Events Received By A User
Lists public events for a specified github user (e.g., activities in repositories they watch or are involved in); the target user's profile must be public, and if blocked by the authenticated user, a 404 error is returned.
Github List Public Gists
Lists public gists from github, optionally filtering by a 'since' timestamp and supporting pagination; results are generally newest first.
Github List Public Keys For A User
Lists the verified public ssh keys for a specified github user.
Github List Public Organization Events
Lists public events for a specified github organization, which must exist.
Github List Public Organization Members
Lists users who have publicly declared their membership in a specified, existing github organization.
Github List Public Repositories
Lists all public repositories on github; use the `since` parameter with a repository id from a previous result for pagination.
Github List Public Ssh Keys For The Authenticated User
Lists the public ssh keys for the authenticated user's github account, with support for pagination.
Github List Pull Requests Associated With A Commit
Lists pull requests for a commit; returns merged prs that introduced the commit if on the default branch, or open prs including the commit if on other branches.
Github List Pull Requests Files
Lists all files (including additions, modifications, and removals) associated with a specific pull request in a github repository.
Github List Reactions For An Issue
Lists reactions for a specific, existing issue within an accessible github repository, optionally filtering by content type.
Github List Reactions For An Issue Comment
Lists reactions for a specific issue comment in a github repository, optionally filtering by content type.
Github List Reactions For A Commit Comment
Lists reactions for a specific commit comment; this is a read-only operation.
Github List Reactions For A Pull Request Review Comment
Lists reactions for a pull request review comment in a repository, optionally filtering by reaction type.
Github List Reactions For A Release
Lists all reactions, or optionally filters reactions by a specific content type, for a given github release.
Github List Reactions For A Team Discussion
Lists reactions for an existing team discussion within an organization.
Github List Reactions For A Team Discussion Comment
Lists reactions for a specific comment in a team discussion within an organization, optionally filtering by content type.
Github List Reactions For A Team Discussion Comment Legacy
Deprecated: lists reactions for a specific comment on a team discussion, provided the team, discussion, and comment exist.
Github List Reactions For A Team Discussion Legacy
Lists reactions for a team discussion using a deprecated github legacy endpoint; use with caution as this endpoint may be removed.
Github List Releases
Retrieves a list of all releases (published, draft, and prerelease) for a specified repository.
Github List Release Assets
Lists assets (e.g., compiled binaries, source code archives) for a specific github release, identified by `release id` which must be valid for an existing release in the repository.
Github List Repositories For A User
Lists public repositories for a specified github user, who must have an existing account.
Github List Repositories For A User Migration
Lists repositories for an existing user migration, identified by `migration id`.
Github List Repositories For The Authenticated User
Lists repositories for the authenticated user; using 'type' with 'visibility' or 'affiliation' api parameters (not in this model) can cause a 422 error.
Github List Repositories In An Organization Migration
Lists repositories in a specific github organization migration, allowing tracking of migration progress and contents.
Github List Repositories Starred By A User
Lists repositories a valid and existing github user has starred.
Github List Repositories Starred By The Authenticated User
Lists repositories the authenticated user has starred, optionally sorted and paginated, including star creation timestamps via 'application/vnd.github.star+json' media type.
Github List Repositories Watched By A User
Lists repositories a given github user is watching; the username must be a valid and existing github user handle.
Github List Repositories Watched By The Authenticated User
Lists repositories the authenticated user is watching (subscribed to for notifications).
Github List Repository Activities
Lists activities for a github repository, ensuring the repository exists and is accessible.
Github List Repository Collaborators
Lists collaborators for a specified repository, provided it exists and is accessible to the authenticated user.
Github List Repository Contributors
Lists contributors to a specified repository, sorted by number of contributions in descending order; the repository must exist and be accessible.
Github List Repository Events
Lists chronological events (e.g., code pushes, issue activities, pr actions, forks) for a specified, existing github repository.
Github List Repository Invitations
Retrieves all pending (unaccepted or undeclined) collaboration invitations for a specified github repository.
Github List Repository Languages
Lists the programming languages used in a github repository, returning a byte count for each language.
Github List Repository Organization Secrets
Lists names of organization-level secrets shared with the specified repository; actual secret values are not returned and visibility depends on token access.
Github List Repository Organization Variables
Lists organization variables accessible to a specific repository; the repository must exist.
Github List Repository Projects
Lists projects associated with a specific repository.
Github List Repository Rule Suites
Lists rule suite evaluations for a repository, allowing filtering by ref (non-wildcard), time period, actor, and result.
Github List Repository Secrets
Lists metadata for all secrets in a github repository, excluding their encrypted values.
Github List Repository Secrets Without Decrypting
Lists metadata (e.g., name, creation/update dates) for all dependabot secrets in a repository; secret values are not included.
Github List Repository Security Advisories
Lists security advisories (notifications about software vulnerabilities) for a specified repository.
Github List Repository Tags
Lists tags for a specified github repository.
Github List Repository Teams
Lists all teams with explicit permission to access the specified repository; the repository must exist.
Github List Repository Variables
Lists plain text key-value variables for github actions workflows within a specific, accessible repository.
Github List Repository Webhooks
Retrieves a list of webhooks for a repository, which must exist and be accessible.
Github List Repository Workflows
Lists all github actions workflows for a specified repository, which must exist and be accessible.
Github List Repos Accessible To App Installation
Lists repositories an app installation can access; 'total count' in response is zero if none are accessible.
Github List Repos Accessible To User Token
Lists repositories accessible to the authenticated user through a specific github app installation (identified by `installation id`).
Github List Repos With Ghactions Cache Usage
Retrieves a paginated list of github actions cache usage statistics for repositories within an existing github organization.
Github List Repo Access By Token
Lists repositories in an organization that a fine-grained personal access token (`pat request id`) has requested access to; must be performed by a github app.
Github List Repo Codespaces For Auth User
Lists codespaces the authenticated user can access within a specified, existing repository.
Github List Repo Dev Container Configs For User
Lists the `devcontainer.json` configurations available in a specified repository for use with github codespaces.
Github List Repo Invitations For Auth User
Lists all pending repository invitations for the authenticated user.
Github List Repo Notifications For Auth User
Retrieves notifications for the authenticated user from a specified repository, to which the user must have access.
Github List Repo Secrets Without Values
Lists all codespaces secrets available in a specific repository, without their encrypted values.
Github List Repo Security Advisories For Org
Lists repository security advisories for an existing organization, with options for filtering by state, sorting, and pagination.
Github List Reviews For A Pull Request
Lists submitted reviews chronologically for a specific pull request within a github repository.
Github List Review Comments In A Repository
Lists all review comments on all pull requests within a specified repository.
Github List Review Comments On A Pull Request
Lists all review comments on a specific pull request within a github repository.
Github List Runner Applications For An Organization
Lists downloadable github actions runner application binaries, used for setting up self-hosted runners, for an existing github organization.
Github List Runner Applications For A Repository
Lists available self-hosted runner application binaries for a specific repository, including their os, architecture, and download url.
Github List Secrets For The Authenticated User
Lists all codespaces secrets accessible to the authenticated user for use within github codespaces.
Github List Secret Scanning Alerts For An Enterprise
Lists secret scanning alerts for a github enterprise, identifiable by its slug or id; secret scanning must be enabled on the enterprise for alerts to be listed.
Github List Secret Scanning Alerts For An Organization
Lists secret scanning alerts for a specified github organization, which must exist and have secret scanning enabled with detected secrets.
Github List Secret Scanning Alerts For A Repository
Lists secret scanning alerts for a repository, requiring secret scanning to be enabled; github advanced security is needed for `secret type` or `resolution` filters on private/internal repositories.
Github List Security Manager Teams
Lists all teams granted security manager permissions within a specified github organization.
Github List Selected Repositories For A User Secret
Lists repositories that have access to the specified user secret for the authenticated user's codespaces, provided the user has codespaces access.
Github List Selected Repos For Org Secret
Lists repositories within an organization that have explicit access to a specific organization secret, which must have its visibility set to 'selected'.
Github List Selected Repos For Secret Access
Lists repositories within a specified organization that have been granted access to a particular dependabot secret.
Github List Selected Repos Org Variable
Lists repositories in an organization that can access a specific organization variable; supports pagination and returns an empty list if no repositories have been granted access.
Github List Self Hosted Runners For An Organization
Lists self-hosted runners for a github organization, optionally filtering by name and paginating results, providing details for each runner such as os, status, and labels.
Github List Self Hosted Runners For A Repository
Lists all self-hosted runners configured for a repository.
Github List Social Accounts For A User
Lists social media accounts publicly linked to an existing github user's profile.
Github List Social Accounts For The Authenticated User
Lists all social media accounts linked to the authenticated user's github profile.
Github List Ssh Signing Keys For A User
Lists the ssh signing keys for a specified github user; the user must exist.
Github List Ssh Signing Keys For The Authenticated User
Lists ssh signing keys for the authenticated user's github account.
Github List Stargazers
Lists users who have starred the specified github repository, which must exist.
Github List Starred Gists
Retrieves a list of gists starred by the authenticated user.
Github List Subscriptions For The Authenticated User
Lists the authenticated user's active github marketplace subscriptions.
Github List Subs For Auth User Stubbed
Lists the authenticated user's stubbed (test/example data, not live) github marketplace subscriptions, useful for development or testing.
Github List Tag Protection States For A Repository
Lists all active tag protection rules for a repository, defining patterns to prevent matching tags from being created or deleted; requires repository admin permissions.
Github List Teams
Lists teams for a specified github organization.
Github List Teams Assigned To Org Role
Lists teams assigned to a specific role within a github organization.
Github List Teams For The Authenticated User
Lists all teams across all organizations to which the authenticated user belongs, supporting pagination.
Github List Team Members
Lists members of a specific team within an organization, including members of child teams.
Github List Team Members Legacy
Lists members of a github team using a deprecated legacy api endpoint; a non-legacy alternative should be preferred if available.
Github List Team Projects
Lists github projects accessible to a specific team within an organization.
Github List Team Projects Legacy
Lists projects for a team using a deprecated legacy github api endpoint; ensure `team id` corresponds to an existing, accessible team.
Github List Team Repositories
Lists repositories accessible to a specific team within a github organization.
Github List Team Repositories Legacy
Lists repositories for a github team using a deprecated legacy endpoint; prefer 'list team repositories' for up-to-date functionality.
Github List The People A User Follows
Lists github users that a valid github `username` is following, supporting pagination.
Github List The People The Authenticated User Follows
Lists people the authenticated user follows.
Github List Timeline Events For An Issue
Lists chronological events (e.g., comments, commits, label changes) for a specific issue in a github repository.
Github List Token Access Repositories
Lists repositories in an organization accessible by a specific fine-grained personal access token; this action is for github apps.
Github List Users
Retrieves all github users (individuals and organizations) in chronological order of their sign-up date.
Github List Users Assigned Org Role
Lists users assigned to a specific role within a github organization.
Github List Users Blocked By An Organization
Lists users blocked by a specified github organization.
Github List Users Blocked By The Authenticated User
Lists users blocked by the authenticated user, returning an empty list if no users are blocked.
Github List User Issues Assigned To Auth User
Lists github issues for the authenticated user, defaulting to 'assigned' but filterable by other interactions, state, labels, and time, with sorting and pagination.
Github List User Migrations
Lists all data migrations (repository and user data exports) initiated by the authenticated user.
Github List User Projects
Retrieves a list of projects for a specified github user, optionally filtering by state and supporting pagination; the username must be a valid github handle.
Github List Watchers
Retrieves a list of users watching a specific repository; the repository must be accessible to the authenticated user.
Github List Workflow Runs For A Repository
Lists workflow runs for a repository, allowing filtering by actor, branch, event, status, creation date, check suite id, or head sha; the repository must exist and be accessible.
Github List Workflow Runs For A Workflow
Lists runs for a specified, existing workflow (identified by id or filename like `main.yml`) in a github repository, with filtering options.
Github List Workflow Run Artifacts
Lists artifacts (e.g., build outputs, test results) for a specific workflow run in a github repository.
Github Lock An Issue
Locks an existing github issue's conversation, preventing further comments; an optional reason can be specified.
Github Manage Access Control For Organization Codespaces
Sets the codespaces access control policy for a github organization, determining which members can use them.
Github Manage Custom Properties For Org Repos
Creates or updates values for an organization's predefined custom properties across multiple repositories (up to 30).
Github Manage Secrets Selected Repos Proper Access
Lists repositories within an organization that have been explicitly granted access to a specific organization secret.
Github Map A Commit Author
Updates git author information (name and/or email) for an `author id` obtained during a repository import, to correctly attribute commits.
Github Mark A Thread As Done
Marks the github notification thread (identified by `thread id`) as done or read for the authenticated user, effectively archiving it.
Github Mark A Thread As Read
Marks an existing github notification thread, identified by its `thread id`, as read.
Github Mark Notifications As Read
Marks notifications as read or unread, optionally for those updated at or before a `last read at` timestamp.
Github Mark Repository Notifications As Read
Marks notifications in a repository as read; if 'last read at' is specified, notifications updated after this timestamp are not marked as read.
Github Merge A Branch
Merges a head branch or commit sha into a base branch in a repository; fails if there are merge conflicts requiring manual resolution.
Github Merge A Pull Request
Merges an open and mergeable pull request in a repository, optionally specifying merge commit details, a merge method, and a required head sha for safety.
Github Meta Root
Deprecated: retrieves github rest api root endpoint details; use `github api root` instead.
Github Move A Project Card
Moves a project card to a specified position, optionally into a new column.
Github Move A Project Column
Moves a column within a github project (classic) to a new position; `position` can be 'first', 'last', or 'after:<target column id>', where `target column id` must reference an existing column in the same project.
Github Ping An Organization Webhook
Sends a 'ping' event to a specified, existing organization webhook to test its configuration and ensure it correctly receives events.
Github Ping A Repository Webhook
Pings an existing webhook on a repository to test its configuration and reachability by github.
Github Privately Report A Security Vulnerability
Privately reports a security vulnerability for a repository; specify either `severity` or `cvss vector string`, but not both.
Github Pulls Create
Deprecated: use `create a pull request` instead. creates a pull request, requiring existing `base` and `head` branches.
Github Pulls Create Review
Deprecated: use `create a review for a pull request` for creating pull request reviews; supports `pending` for drafts and comment positioning.
Github Pulls Create Review Comment
Deprecated: creates a review comment on a pull request's diff. use `create a review comment for a pull request` instead.
Github Pulls Get
Deprecated: retrieves details of a specific pull request; prefer using the `get a pull request` action.
Github Pulls List
(deprecated: use `list pull requests`) lists pull requests for a specified github repository.
Github Redeliver A Delivery For An Organization Webhook
Redelivers a specific webhook delivery for a webhook within an organization, to resend an event that previously failed or was not processed.
Github Redeliver A Delivery For A Repository Webhook
Redelivers a specific, previously made webhook delivery (`delivery id`) for a repository's webhook (`hook id`).
Github Remove All Labels From An Issue
Removes all labels from a specified issue in a github repository; this operation is idempotent.
Github Remove All Organization Roles For A Team
Revokes all organization roles for a team in an organization; this is destructive and succeeds even if the team initially has no roles.
Github Remove All Organization Roles For A User
Revokes all assigned organization-level roles from a specified user (who must be a member of the organization) within a github organization, without removing the user from the organization or affecting repository-specific roles.
Github Remove An Organization Member
Removes a user, who must currently be a member, from a github organization, revoking their membership and access rights.
Github Remove An Organization Role From A Team
Revokes an organization role that a team currently possesses within an organization.
Github Remove An Organization Role From A User
Removes a custom organization role from a user within a github organization, provided the organization exists, the user is a member, and the role id corresponds to a valid custom role in that organization.
Github Remove App Access Restrictions
Removes all github app access restrictions from a protected branch in a repository; the branch must have protection rules configured, and this action does not alter user or team restrictions.
Github Remove Assignees From An Issue
Removes specified assignees from a github issue; requires push access, and invalid removal attempts are silently ignored.
Github Remove A Custom Property For An Organization
Deletes a custom property, specified by `custom property name`, from an existing organization (`org`) for which the property is currently defined, preventing its future assignment to repositories.
Github Remove A Label From An Issue
Removes a label currently applied to a specific issue in a repository.
Github Remove A Project From A Team
Removes a project from a team within an organization; this action requires the project to be currently associated with the team.
Github Remove A Project From A Team Legacy
Removes an associated project from a team using a deprecated legacy github api endpoint.
Github Remove A Repository Collaborator
Removes a collaborator from a specified github repository, provided the repository exists and the user is an existing collaborator.
Github Remove A Repository From An App Installation
Removes a repository from a github app installation for the authenticated user, given a valid `installation id` and the `repository id` of a repository currently linked to that installation; this operation is idempotent.
Github Remove A Repository From A Team
Disassociates a repository from a team; team members may lose access permissions, but the repository and team are not deleted.
Github Remove A Repository From A Team Legacy
Removes a repository from a team using a legacy, idempotent github api endpoint; ensure the repository is currently assigned to the team, and be aware this endpoint may be deprecated.
Github Remove A Security Manager Team
Removes a team's security manager role in a github organization, revoking its special permissions to manage security alerts and settings for repositories, if the team currently holds this role.
Github Remove A Selected Repository From A User Secret
Removes a selected repository's access to a user's codespaces secret; the secret must exist and the repository must have previously been granted access.
Github Remove Copilot Teams
Removes github copilot access for specified teams within an organization; requires an active copilot business/enterprise subscription for the organization and admin privileges for its copilot settings.
Github Remove Custom Labels From Self Hosted Repo Runner
Removes all custom labels from a self-hosted runner registered at the repository level, leaving only its default labels and any labels inherited from its runner group or organization.
Github Remove Custom Label From Repo Runner
Removes a custom label from a repository's self-hosted runner; this operation is idempotent.
Github Remove Custom Label From Self Hosted Runner
Removes a currently assigned custom label (`name`) from a self-hosted runner (`runner id`) in an organization (`org`).
Github Remove Interaction Restrictions For An Organization
Removes all interaction restrictions from public repositories in the specified github organization, allowing all users to resume interactions.
Github Remove Interaction Restrictions For A Repository
Removes all interaction restrictions for a repository, enabling all users to comment, open issues, and create pull requests by lifting any existing temporary interaction limits.
Github Remove Organization Membership For A User
Removes a user's membership from a specified github organization, permanently revoking their access to its repositories and teams; the organization must exist and the user must be a current member.
Github Remove Org Dev Env Secret By Name
Deletes a github codespaces secret from an organization by its name; this operation is idempotent.
Github Remove Org Secret By Name
Permanently removes a specific dependabot secret, by its `secret name`, from the github `org`, making it unavailable to dependabot for that organization.
Github Remove Outside Collaborator From An Organization
Removes a user, who must be an outside collaborator, from the specified github organization, revoking their access to all its repositories.
Github Remove Public Org Membership
Makes an authenticated user's public membership in an organization private (without removing them from the organization); the user must currently be a public member of that organization.
Github Remove Repo From Org Dev Env Secret
Removes a repository's access to an organization-level codespaces secret, if it was previously granted.
Github Remove Repo Org Secret With Selected Visibility
Revokes a specific repository's access to an organization-level dependabot secret, applicable only when the secret has 'selected' visibility and the specified repository currently has access.
Github Remove Requested Reviewers From A Pull Request
Removes currently assigned user logins and/or team slugs from a github pull request's list of requested reviewers.
Github Remove Selected Repo From Org Secret
Removes a specific repository's access to an organization-level secret; the repository must have been previously granted access to this secret.
Github Remove Selected Repo From Org Variable
Removes a repository's access to an organization variable, if the variable's visibility is 'selected' and the repository is in its access list.
Github Remove Status Check Contexts
Removes specified status check contexts (passed in the request body as an array of strings) from a protected branch in a repository.
Github Remove Status Check Protection
Removes status check protection from a branch, disabling required status checks for merging pull requests; will only have an effect if status check protection is currently configured on the branch.
Github Remove Team Access Restrictions
Removes all team-based access restrictions from a specified protected branch; the branch must be protected and have existing team restrictions for this action to change settings.
Github Remove Team Membership For A User
Removes a user from a specific team within an organization; this action fails if team synchronization with an identity provider (idp) is enabled, and may delete the team if the user is its last member and the team is not nested.
Github Remove Team Membership For A User Legacy
Removes a user from a specified team using the deprecated github legacy api; this action is idempotent.
Github Remove Team Member Legacy
Removes a user from a team using a deprecated legacy api; fails if team synchronization with an identity provider (idp) is enabled for the organization.
Github Remove Users Codespaces Access Org
Removes selected users from github codespaces billing access for an existing organization.
Github Remove Users From Copilot Subscription For Org
Cancels github copilot seat assignments for specified users in an organization; requires the organization to have an active copilot subscription and the users to be members with currently assigned seats.
Github Remove User Access Restrictions
Removes active user-level access restrictions from a specified protected branch, enabling users with repository write access to push or merge if no other team or app restrictions apply.
Github Remove User As A Collaborator
Removes a user as a collaborator from an organization project; the user must already be a collaborator on the specified project.
Github Remove User Public Repo Interaction Restrictions
Removes all interaction restrictions (limitations on comments, issues, or pull requests) from all public repositories owned by the authenticated user.
Github Rename A Branch
Renames an existing branch in a github repository; the new name must be unique and adhere to github's naming conventions, and the current branch name cannot contain wildcard characters.
Github Render A Markdown Document
Renders markdown to html; for 'gfm' mode, provide 'context' (owner/repo) to correctly link issues, pull requests, and user mentions.
Github Replace All Repository Topics
Replaces all topics of a repository.
Github Replace Org Secret Visibility To Selected
Sets an existing dependabot organization secret's visibility to 'selected' and replaces the full list of repositories that can access it with the ids provided.
Github Replace Repo Access On Org Dev Env Secret Set
Replaces the list of repositories that can access an existing organization-level codespaces secret with the provided valid repository ids owned by the organization.
Github Repo S Create Fork
(deprecated: use `create a fork` instead) creates a fork of a specified repository.
Github Repo S Create For Authenticated User
Deprecated: use 'create a repository for the authenticated user' instead. creates a new repository for the authenticated user.
Github Repo S Create In Org
Deprecated: use `create an organization repository` instead. creates a new repository in the specified organization.
Github Repo S Create Or Update File Contents
Deprecated: use `create or update file contents` instead; creates or replaces a file in a repository.
Github Repo S Get Code Frequency Stats
Deprecated: use `get the weekly commit activity` instead. fetches weekly commit statistics (additions/deletions) for a repository; less reliable for over 10,000 commits.
Github Repo S Get Commit
Deprecated: use `get a commit`. retrieves a specific commit from a repository by its owner, name, and a valid commit reference (sha, branch, or tag), supporting pagination for large diffs.
Github Repo S Get Content
Deprecated: gets repository file content or directory metadata; use `get repository content` instead.
Github Repo S Get Contributors Stats
(deprecated: use `getallcontributorcommitactivity`) fetches commit activity (total commits, weekly additions/deletions/commits) for all repository contributors; retry if github returns 202.
Github Repo S List Branches
(deprecated: use 'list branches' instead) lists branches for an existing github repository, with an option to filter by protection status.
Github Repo S List Collaborators
(deprecated: use `listrepositorycollaborators`) lists repository collaborators, especially for organization-owned repositories including team members from child teams; requires repository access and potentially `read:org`/`repo` scopes for organization repos.
Github Repo S List Commits
Deprecated: use `list commits` instead; lists repository commits, including gpg/s/mime signature verification details if available.
Github Repo S List Contributors
Deprecated: use `list repository contributors`. lists repository contributors, sorted by contributions; repository must exist and be accessible.
Github Repo S List For Authenticated User
Deprecated: use `list repositories for the authenticated user` to list the authenticated user's repositories.
Github Repo S List For Org
Deprecated: lists repositories for a github organization; use `list organization repositories` instead.
Github Repo S List For User
Deprecated: lists public repositories for the specified github user; use `list repositories for a user` instead.
Github Request A Cve For A Repository Security Advisory
Requests a common vulnerabilities and exposures (cve) identification number for a published repository security advisory.
Github Request A Github Pages Build
Manually triggers a github pages build for a repository if github pages is enabled, useful for deployments not automatically built or for retrying failed builds.
Github Request Reviewers For A Pull Request
Requests user and/or team reviewers for an open pull request in a repository; requires `owner`, `repo`, `pull number`, and at least one of `reviewers` or `team reviewers`.
Github Rerequest A Check Run
Triggers a re-run of a specific check run in a github repository, which resets its status to 'queued', clears its conclusion, and triggers the `check run` webhook with `rerequested`.
Github Rerequest A Check Suite
Triggers a new run of an existing check suite within a repository, useful for re-running checks without new code.
Github Reset A Token
Invalidates the provided oauth `access token` and generates a new one for the github oauth app identified by `client id`, used for token compromise or security rotation.
Github Restore A Package For An Organization
Restores a package in an organization, provided it was deleted within the last 30 days.
Github Restore A Package For A User
Restores a user-owned package previously deleted from github packages, if restorable under github's data retention policy (typically within 30 days of deletion).
Github Restore A Package For The Authenticated User
Restores a package deleted by the authenticated user within the last 30 days, if its namespace and version are still available.
Github Restore Package Version For An Organization
Restores a package version for an organization, provided it was deleted within the last 30 days.
Github Restore Package Version For Auth User
Restores a package version that was deleted by the authenticated user within the last 30 days.
Github Restore Package Version For A User
Restores a specific, user-owned package version if it was deleted within the last 30 days and its original namespace and version name are still available.
Github Retrieve Repo Public Key For Encryption
Gets a repository's public key, used to encrypt secrets for dependabot.
Github Review Access With Personal Token
Approves or denies a pending fine-grained personal access token request for organization resources; must be performed by a github app.
Github Review Custom Deployment Rules For Workflow Run
Approves or rejects pending custom deployment protection rules for a workflow run by posting a review with `environment name` (str), `state` (str: 'approved'/'rejected'), and optional `comment` (str) in the request body, targeting a run with rules awaiting review.
Github Review Pending Deployments For A Workflow Run
Approves or rejects pending deployments for a specific workflow run that are in a 'waiting' state within specified, configured environments.
Github Review Resource Requests With Fine Grained Tokens
Approves or denies fine-grained personal access token requests for an organization; any specified `pat request ids` must refer to currently pending requests.
Github Revoke An Installation Access Token
Revokes the github app's current installation access token, immediately invalidating it for api authentication.
Github Re Run A Job From A Workflow Run
Re-runs a specific job and any dependent jobs from a github actions workflow run in the specified repository, optionally enabling debug logging.
Github Re Run A Workflow
Re-runs a specific github actions workflow run identified by its owner, repository, and run id, optionally enabling debug logging.
Github Re Run Failed Jobs From A Workflow Run
Re-runs all failed jobs and their dependent jobs from a specified workflow run if the run contains previously failed jobs.
Github Search Code
Searches code file contents and paths on the default branch of github repositories using a query string; searches only files under 384kb, returns max 1000 results by best match, and is optimized for precision.
Github Search Commits
Finds commits on github using a query string (q) supporting keywords and qualifiers, with options for sorting and pagination.
Github Search Issues And Pull Requests
Searches github for issues and pull requests using a query `q` that must strictly follow github's search syntax and available qualifiers.
Github Search Labels
Searches for labels within a github repository by keywords in their names or descriptions.
Github Search Repositories
Searches github repositories using a flexible query (keywords, qualifiers) with sorting, ordering, and pagination.
Github Search Repo S
Deprecated: use `search repositories`; this version finds repositories by criteria, including text match metadata and pagination. example: `q="tetris language:assembly", sort="stars"`
Github Search Topics
Finds topics on github using keywords and qualifiers with github's search syntax, supporting pagination.
Github Search Users
Searches for users on github by criteria like username, email, location, followers, or repository associations, using a flexible query string `q`.
Github Security Advisories List Global Advisories
tags = ["openworldhint", "readonlyhint"] the text describes how to find global security advisories with specific parameters. by default, it excludes malware advisories, which can be included by setting the `type` parameter to `malware`. more on advisory types at github docs.<<DEPRECATED use list_global_security_advisories>>
Github Set Admin Branch Protection
Enables administrator enforcement on a branch, making existing protection rules also apply to administrators; branch protection rules must already be configured.
Github Set Allowed Actions And Workflows For Org
Sets the github actions permissions for an existing organization, specifying allowed github-owned actions, verified creator actions, and action/workflow patterns from public repositories.
Github Set App Access Restrictions
Replaces the list of github apps permitted to push to a protected branch; the branch must already be protected and apps must be installed with 'contents' permission.
Github Set A Repository Subscription
Sets the authenticated user's notification subscription for a repository.
Github Set A Thread Subscription
Sets whether a github notification thread is ignored (muted) or unignored (unmuted), for a `thread id` that must identify an existing notification thread.
Github Set Default Workflow Permissions For A Repository
Sets the default permissions for the github token within a repository and configures whether github actions can approve pull requests.
Github Set Default Workflow Perms For Org
Updates an organization's default github token permissions for workflows and whether github actions can approve pull requests; note that allowing actions to approve pull requests (`can approve pull request reviews: true`) is a security risk.
Github Set Email Visibility
Sets the visibility ('public' or 'private') of the authenticated user's primary email address on github, if one is configured.
Github Set Github Actions Permissions For An Organization
Sets the github actions permissions policy for an organization, specifying which repositories can run actions and which actions/workflows are allowed; if 'selected' is chosen for either, manage the specific lists via other endpoints.
Github Set Github Actions Permissions For A Repository
Sets github actions permissions for a repository, enabling/disabling actions and defining the policy for allowed actions and reusable workflows.
Github Set Interaction Restrictions For An Organization
Limits interactions (comments, new issues, prs) in an organization's public repositories by user type and duration, typically to mitigate high traffic or unwanted activity.
Github Set Interaction Restrictions For A Repository
Temporarily limits which github users (e.g., existing users, contributors only) can interact (comment, open issues, create pull requests) in a repository for a specified duration.
Github Set Interaction Restrictions For Your Public Repos
Sets or updates temporary interaction restrictions for all public repositories owned by the authenticated user, overriding any repository-specific limits.
Github Set Labels For An Issue
Replaces all existing labels on a github issue with a new set of labels.
Github Set Organization Membership For A User
Invites a user to an organization or updates their existing membership role; new invitations result in a 'pending' status until accepted.
Github Set Org Runner Labels
Sets the custom labels for a self-hosted runner in an organization; this operation does not affect default system-assigned labels (e.g., 'self-hosted', 'linux', 'x64').
Github Set Public Org Membership For Auth User
Publicizes the authenticated user's existing membership in the specified organization.
Github Set Repo Allowed Actions
Sets allowed github actions and reusable workflows for a repository, managing permissions for github-owned, verified creator, or specific pattern-matched actions/workflows (note: `patterns allowed` applies only to public repositories).
Github Set Repo Runner Labels
Replaces all custom labels for a specific self-hosted runner in a repository; an empty list for `labels` removes all existing custom labels.
Github Set Selected Repositories For A User Secret
Defines the list of repositories permitted to access a specific codespaces secret for the authenticated user.
Github Set Selected Repos For Org Secret
Replaces the list of repositories that can access an organization secret; only effective if the secret's visibility is 'selected'.
Github Set Selected Repos For Org Variable
Replaces the list of repositories that can access an organization-level variable; the variable's visibility must be 'selected'.
Github Set Status Check Contexts
Replaces required status check contexts for a protected branch, requiring admin permissions; an empty `contexts` array removes all checks.
Github Set Team Access Restrictions
Sets team push access for a protected branch by replacing all current teams with a new list of valid team slugs (provided in the request body); an empty list of slugs removes all team restrictions.
Github Set User Access Restrictions
Replaces the list of users with push access to a protected branch using a request body (not in this schema) containing an array of github usernames; this enables branch protection if not already active.
Github Set Workflow Access Level Outside Repo
Sets the access level for workflows outside a repository to use actions and reusable workflows within that repository.
Github Start An Import
Initiates a source import to an existing github repository from an external vcs (subversion, git, mercurial, or tfvc, where tfvc requires `tfvc project`), using the provided vcs url and optional credentials; this github feature was deprecated april 12, 2024, and may no longer be operational.
Github Start An Organization Migration
Initiates generation of a migration archive for an organization, allowing selective migration of repositories and their data; if `org metadata only` is true, `repositories` must be empty.
Github Start A Codespace For The Authenticated User
Initiates the startup process for an existing github codespace (identified by `codespace name`) if it's in a startable state like 'available' or 'stopped'.
Github Start A User Migration
Starts a migration for the authenticated user's repositories into a downloadable archive, with flags to exclude specific data components; the `repositories` list must be empty if `org metadata only` is true.
Github Star A Gist
Stars a github gist identified by `gist id`; this action is idempotent and returns a 204 no content status upon success, even if the gist is already starred.
Github Stop A Codespace For An Organization User
Stops a codespace, which must be currently running, for a specified member of an organization.
Github Stop A Codespace For The Authenticated User
Stops a running or available codespace for the authenticated user, pausing its execution and billing.
Github Submit A Review For A Pull Request
Finalizes a pending pull request review (identified by `review id`) with a required `event` (approve, request changes, comment) and an optional `body`.
Github Sync A Fork Branch With The Upstream Repository
Synchronizes a branch in a forked github repository with its upstream counterpart, assuming the repository is a fork, the branch exists, an upstream is configured, and the merge is conflict-free.
Github Test The Push Repository Webhook
Triggers a simulated push event to test a repository's push webhook; a test event is only delivered if the webhook is subscribed to 'push' events, otherwise, it returns 204 no content without sending a post.
Github Transfer A Repository
Initiates a repository transfer to a new owner (who must accept the request); if the new owner is an organization, it must be configured to allow transfers.
Github Unblock A User
Unblocks a github user, provided they are currently blocked by the authenticated user.
Github Unblock A User From An Organization
Unblocks a user from an organization, allowing renewed interaction with its resources, provided the user is currently blocked (otherwise, a 404 error may occur).
Github Unfollow A User
Unfollows an existing github user; this action is idempotent, succeeding even if the authenticated user is not currently following them.
Github Unlock An Issue
Unlocks a currently locked github issue in the specified repository, allowing new comments and interactions.
Github Unlock An Organization Repository
Unlocks an organization repository previously locked by a github migration.
Github Unlock A User Repository
Unlocks a repository (`repo name`) that was locked as part of a user migration (`migration id`), making it usable or deletable; this action requires the repository to be currently locked.
Github Unstar A Gist
Removes a star from the specified gist; the action is idempotent and will not error if the gist was not previously starred by the user.
Github Unstar A Repository For The Authenticated User
Removes the authenticated user's star from a specified repository, which must already be starred by the user.
Github Update An Environment Variable
Updates an existing environment variable's name and/or value in a specific github repository environment; requires providing either a new name or a new value.
Github Update An Existing Project Card
Updates an existing project card's note and/or archived status, identified by its `card id`.
Github Update An Existing Project Column
Updates the name of an existing column, identified by `column id`, in a github project (classic).
Github Update An Import
Updates an existing source import, allowing modification of vcs credentials, vcs type, or tfvc project, to correct settings or restart a stalled import.
Github Update An Issue
Updates an existing github issue's title, body, state, milestone, labels, or assignees; `state reason` is only processed if `state` also changes, and use `null` or `[]` to clear applicable fields.
Github Update An Issue Comment
Updates an existing comment on an issue or pull request within a specified repository.
Github Update An Organization
Updates an organization's settings; changing security-related fields requires admin, owner, or security manager permissions.
Github Update An Organization Repository Ruleset
Updates an existing repository ruleset in a github organization, allowing partial updates to its name, target, enforcement level (where 'evaluate' mode is github enterprise only), bypass actors, or rules; unspecified fields retain their current values.
Github Update An Organization Variable
Updates an existing github actions organization variable's name, value, or visibility (`all`, `private`, `selected`), requiring `selected repository ids` with valid repository ids if visibility is `selected`.
Github Update An Organization Webhook
Updates the configuration (url, content type, secret, ssl verification), subscribed events, active status, or name of an existing webhook for a specified organization.
Github Update A Check Run
Updates an existing check run for a specific commit in a repository, allowing modifications to its status, conclusion, output, and other details.
Github Update A Codespace For The Authenticated User
Updates an existing github codespace's machine type, display name, or recent folders for the authenticated user; machine type changes take effect on the next start.
Github Update A Code Scanning Alert
Updates a specific code scanning alert in a github repository, primarily to change its state (e.g., 'open' or 'dismissed').
Github Update A Code Scanning Default Setup Configuration
Updates the default setup configuration for code scanning in a repository; github advanced security must be enabled for the repository.
Github Update A Commit Comment
Changes the body of an existing commit comment.
Github Update A Custom Organization Role
Updates an existing custom role in an organization by modifying its name, description, or permissions; at least one of these fields must be provided.
Github Update A Dependabot Alert
Updates the state of a dependabot alert, requiring `dismissed reason` if `state` is 'dismissed'.
Github Update A Deployment Branch Policy
Updates the name pattern of an existing deployment branch policy for a specific environment in a repository.
Github Update A Discussion
Updates the title and/or body of a specific team discussion within an organization.
Github Update A Discussion Comment
Updates the body of a comment in a team's discussion within an organization.
Github Update A Discussion Comment Legacy
Updates the body of a specific comment within a team discussion using a deprecated legacy endpoint; prefer newer alternatives if available.
Github Update A Discussion Legacy
Updates an existing team discussion's title and/or body using a legacy github api endpoint for older team discussion functionalities; at least `title` or `body` must be provided.
Github Update A Gist
Updates a gist's description, and/or its files (including content, filename changes, or deletion).
Github Update A Gist Comment
Updates an existing comment on a specified gist.
Github Update A Label
Updates an existing label's name, color, or description within a specified repository.
Github Update A Milestone
Updates a milestone in a repository, identified by `owner`, `repo`, and `milestone number`, by allowing modification of its `title`, `state`, `description`, or `due on`; at least one of these four attributes must be provided to perform an update.
Github Update A Project
Updates an existing github project's attributes if the github projects feature is enabled and at least one modifiable field is provided.
Github Update A Pull Request
Updates an existing pull request, allowing changes to attributes like title, body, state, base branch, and maintainer modification settings.
Github Update A Pull Request Branch
Updates an open pull request's head branch by merging the latest changes from its base branch, if mergeable and repository merging is enabled; operates asynchronously.
Github Update A Reference
Updates a git reference (e.g., a branch or tag) to a specific commit sha, creating the reference if it doesn't exist; use `force` for non-fast-forward updates.
Github Update A Release
Updates an existing release in a github repository, allowing modification of its attributes; if linking a discussion, the `discussion category name` must refer to an existing category in the repository.
Github Update A Release Asset
Updates the name, label, or state of a release asset in a github repository, requiring at least one of these properties to be provided for modification.
Github Update A Repository
Updates settings for an existing github repository, such as name, description, visibility, merge strategies, and security configurations.
Github Update A Repository Invitation
Updates an active repository invitation to modify the invited user's permissions; the specified repository and invitation must exist.
Github Update A Repository Ruleset
Updates an existing repository ruleset, identified by `ruleset id` for a given repository, allowing partial updates to its configuration such as name, target, enforcement, bypass actors, conditions, and rules.
Github Update A Repository Security Advisory
Updates an existing repository security advisory, identified by its ghsa id, allowing modification of its details; only one of `severity` or `cvss vector string` can be provided, and only one of `collaborating users` or `collaborating teams`.
Github Update A Repository Variable
Updates the name and/or value of an existing github actions variable in a repository.
Github Update A Repository Webhook
Updates the url, content type, secret, ssl verification, events, or active status for an existing repository webhook, specified by `owner`, `repo`, and `hook id`.
Github Update A Review Comment For A Pull Request
Updates the body of an existing review comment on a pull request.
Github Update A Review For A Pull Request
Updates the body text of an existing pull request review.
Github Update A Secret Scanning Alert
Updates a github secret scanning alert's state; `resolution` is required if `state` is 'resolved', and `resolution comment` must be null or omitted if `state` is 'open'.
Github Update A Team
Updates a team's settings (e.g., name, description, privacy, parent team) within a github organization, identified by its slug and organization name.
Github Update A Team Legacy
Updates an existing team's attributes (name, description, privacy, notification settings, parent team) using the deprecated github legacy teams api; the team must exist.
Github Update A Webhook Configuration For An Organization
Updates the configuration (url, content type, secret, ssl verification) for an existing webhook within a specified organization.
Github Update A Webhook Configuration For A Repository
Updates the configuration (e.g., payload url, content type, secret, ssl verification) for an existing webhook in a specified repository.
Github Update Branch Protection
Updates the protection settings for an existing branch in a repository, which must not contain wildcard characters.
Github Update Git Lfs Preference
Sets the git large file storage (lfs) preference for a repository, typically before initiating a source import.
Github Update Information About A Github Pages Site
Updates the configuration for a github pages site (e.g., custom domain, https, build type, source); requires github pages to be enabled for the repository, and if `build type` is 'workflow', a corresponding github actions workflow must be configured.
Github Update Org Membership For Auth User
Activates the authenticated user's organization membership.
Github Update Pull Request Review Protection
Updates pull request review protection settings (e.g., required approvals, review dismissal, bypass allowances) for a branch; branch protection features must be available for the repository.
Github Update Repository Preferences For Check Suites
Updates repository preferences for automatic check suite creation on code pushes, allowing configuration for specific github apps that must be installed on the repository with `checks:write` permission.
Github Update Resource Access With Tokens
Revokes organization access for the personal access tokens identified by `pat ids`; this action must be performed by a github app, and `pat ids` must be valid and associated with the organization.
Github Update Status Check Protection
Updates required status checks for a branch, optionally requiring it to be up-to-date before merging.
Github Update The Authenticated User
Updates the authenticated user's github profile; a new public email must be verified, and existing private emails remain private even if specified.
Github Update Token Org Access
Revokes a fine-grained personal access token's access to an organization, usable only by github apps when the token has existing access to that organization.
Github Upload An Analysis As Sarif Data
Uploads a gzipped and base64 encoded sarif file to a github repository for a specific commit and reference; use `checkout uri` if sarif paths are absolute.
Github Upsert Repo Custom Property Values
Creates or updates up to 30 custom property values for a repository; custom properties must be predefined at the organization or repository level, and setting a property's value to `null` removes it.
Github Users Get Authenticated
[deprecated] retrieves the authenticated user's information; use `get the authenticated user` instead.
Github Users Get By Username
Deprecated: use the `getauser` action to retrieve a github user's public profile by username.
Github Users Get Context For User
Retrieves contextual hovercard information for a github user. (deprecated: please use the `get contextual information for a user` action instead).
Github Users List Emails For Authenticated User
Deprecated: lists all email addresses for the authenticated user, specifying which ones are public; use `listemailaddressesfortheauthenticateduser` instead.
Github Users List Followers For Authenticated User
Deprecated: lists users following the authenticated github user; use `list followers of the authenticated user` instead.
Github Users List Public Emails For Authenticated User
Deprecated: use `listpublicemailaddressesfortheauthenticateduser` instead; lists public email addresses for the authenticated user.
Github Users List Social Accounts For User
Deprecated: lists social media accounts for an existing github user; use 'list social accounts for a user' instead.
Github Verify Dev Container Permissions Accepted
Verifies if the authenticated user has accepted permissions for a specific devcontainer configuration in a repository, typically to ensure awareness before a codespace is created or used.