| [ Web Proxy ] |
| Viewing: https://zapier.com/apps/github/integrations | [Back] [Original] |
Automate smarter with GitHub and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
Whether youre a developer, project manager, or designer, you can use GitHub and Zapier to communicate and collaborate more efficiently with your team. Turn GitHub into the command center of all your work without writing any additional code.
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
Triggers when a new comment on a commit is created.
Triggers when anything happens from or to you, on any repo.
Triggers when a new issue is created.
Triggers when your Github username is mentioned in a Commit, Comment, Issue or Pull Request.
Triggers when a new repository is created.
Triggers when you are added to a team.
Add labels to an existing issue without removing existing labels.
Creates a new branch in a GitHub repository.
Deletes an unwanted branch.
Create a new issue.
Sets your GitHub profile status.
Update an existing issue.
Finds a branch in a GitHub repository by name, or lists all branches.
Finds a specific members.
Find a specific repository
Finds a specific repo pull.
Finds or creates a specific repo issue by title.
Triggers when an issue is closed.
Triggers when a new organization is created.
Triggers when a review is requested from you or a specified user.
Creates a new comment in an Issue or Pull Request.
Creates a new file or updates an existing file in a GitHub repository.
Creates a new gist.
Create a new pull request and merge it (optional).
Submits a pull request review
Update an existing pull request.
Retrieves the content, SHA, and metadata of a file in a GitHub repository. Useful for fetching the SHA required to update an existing file. Note: decoded_content is UTF-8 text and will be lossy for binary files use content (base64) or download_url for those.
Find an organization, whether or not you are a member.
Finds a specific repo issue.
Finds a specific user.
Finds or creates a specific repo pull by title.
For builders
Go beyond Zap workflows. Install Zapier in your AI to call GitHub actions directly from your agentswith governance built in. Authenticate once. Revoke access anytime.
Act in GitHub from your AIno exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude ChatGPT Cursor Any MCP-compatible AI
Expose GitHub actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a GitHub connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "github", owner: "me" });
await zapier.runAction({
app: 'github',
action: 'add_labels_to_issue',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.
| Web Proxy Viewer | New URL | Original Page |