CATEGORIES
« Hide
All Integrations424Built-In12Artificial Intelligence27Commerce22Communication55CRM46Delivery Management1Developer Tools87Education9Finance26Hosting27Human Resources6Issue Tracking13Marketing107Media53Productivity87SAAS62Security8Social27Storage21Support19Task Management46

GitHub

GitHub is a web-based platform and collaboration tool used for version control and code repository hosting. Its purpose is to provide a centralized platform for developers to store and manage their code repositories, collaborate on software development projects, and track changes made to the codebase over time. GitHub offers various automation features, such as continuous integration and continuous deployment (CI/CD) pipelines, automated code testing, and issue tracking, which help streamline the software development process and automate repetitive tasks. This makes GitHub essential for software developers, DevOps engineers, and project managers, as it automates tasks like code testing, deployment, and project management, ultimately improving development efficiency, code quality, and collaboration among team members.

Triggers

Trigger components allow you to start an automation flow when an event happens in the app.

New Mention

Emit new events when you are @mentioned in a new commit, comment, issue or pull request

New Notification

Emit new events when you received a new notification

New Review Request

Emit new events when you or a team you're a member of are requested to review a pull request

Actions

Action components allow you to perform operations on the app.

Create Branch

Create a new branch in a Github repo. See docs here

Create Issue Comment

Create a new comment in a issue. See docs here

Create Issue

Create a new issue in a Gihub repo. See docs here

Create or update file contents

Create or update a file in a repository. This will replace an existing file. See docs here

Create Repository

Creates a new repository for the authenticated user. See docs here

Get Issue Assignees

Get assignees for an issue in a Gihub repo. See docs here

Get Repository Content

Get the content of a file or directory in a specific repository. See docs here

Get Repository

Get specific repository. See docs here

Get Reviewers

Get reviewers for a PR (see docs) or Commit SHA (see docs).

Search Issues and Pull Requests

Find issues and pull requests by state and keyword. See docs here

Update Issue

Update a new issue in a Gihub repo. See docs here