Beyond-Bot.ai Logo+github Logo

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.

Accept A Repository Invitation

Accepts a pending repository invitation that has been issued to the authenticated user.

List Repositories Starred By The Authenticated User

Deprecated: lists repositories starred by the authenticated user, including star creation timestamps; use 'list repositories starred by the authenticated user' instead.

List Stargazers

Deprecated: lists users who have starred a repository; use `list stargazers` instead.

Star A Repository For The Authenticated User

Deprecated: stars a repository for the authenticated user; use `star a repository for the authenticated user` instead.

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.

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.

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.

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.

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.

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.

Add Labels To An Issue

Adds labels (provided in the request body) to a repository issue; labels that do not already exist are created.

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.

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.

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.

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.

Add Project Collaborator

Adds a specified github user as a collaborator to an existing organization project with a given permission level.

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.

Add Selected Repo To Org Secret

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.

Add Runner Labels

Adds and appends custom labels to a self-hosted repository runner, which must be registered and active.

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.

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'.

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.

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.

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.

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.

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.

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.

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.

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.

Authuserdockerconflictpackageslist

Lists docker packages for the authenticated user that encountered conflicts during the docker migration process.

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.

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.

Cancel A Github Pages Deployment

Cancels an existing, ongoing or queued github pages deployment for a repository using its `pages deployment id`.

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').

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.

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.

Check If Person Is Followed By Authenticated 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.

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).

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.

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.

Check If A User Can Be Assigned To An Issue

Checks if a specified github user can be assigned to a given issue within a repository.

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.

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.

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.

Check If A User Is Blocked By The Authenticated 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.

Check Private Vulnerability Reporting Status

Checks if private vulnerability reporting is enabled for the specified repository.

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.

Check Team Permissions For A Repository

Checks a team's permissions for a specific repository within an organization, including permissions inherited from parent teams.

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.

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.

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.

Configure Jit Runner For An 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.

Configure Oidc Subject 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`).

Convert An Organization 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.

Create A Blob

Creates a git blob in a repository, requiring content and encoding ('utf-8' or 'base64').

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.

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.

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)).

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.

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.

Create A Commit

Creates a new commit in a github repository; the `tree` sha and any `parents` shas must already exist in the repository.

Create A Commit Comment

Creates a comment on a specific commit, or on a specific line if `path` and `position` are provided.

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.

Create A Custom Organization Role

Creates a custom role with defined permissions within a github organization.

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.

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.

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.

Create A Deployment Status

Creates a status for an existing deployment, updating its operational state, associated urls, and description.

Create A Discussion

Creates a new discussion post on a specific team's page within an organization.

Create A Discussion Comment

Creates a new comment on an existing team discussion within a github organization.

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.

Create A Gist

Creates a new gist on github with provided files, an optional description, and public/secret visibility.

Create A Gist Comment

Creates a new comment on a specified github gist.

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.

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.

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`.

Create A Label

Creates a new label in a specified github repository, provided the repository exists and the user has write permissions.

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.

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>`.

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.

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.

Create An Issue Comment

Creates a new comment on an existing github issue or pull request within the specified repository.

Create An Organization Project

Creates a new classic project board within a specified github organization.

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.

Create An Organization Variable

Creates a new, uniquely named github actions variable for an organization, with configurable repository access visibility (all, private, or selected).

Create An Organization Webhook

Creates a webhook for a github organization to deliver event notifications to a configured url.

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').

Create A Project Column

Creates a new column in a github project (classic).

Create A Pull Request

Creates a pull request in a github repository, requiring existing `base` and `head` branches; `title` or `issue` must be provided.

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.

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.

Create A Registration Token For A Repository

Generates a time-limited token required to register a new self-hosted runner with a specific repository.

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.

Create A Remove Token For An Organization

Generates a token, valid for one hour, to authenticate removing a self-hosted runner from an organization.

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.

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.

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.

Create A Repository For The Authenticated User

Creates a new repository for the authenticated user, optionally within an organization if `team id` is specified.

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.

Create A Repository Project

Creates a new classic project board within a specified repository; classic projects must be enabled for the target repository.