[ Web Proxy ]
URL:
Viewing: https://zapier.com/apps/github/integrations [Back]  [Original]

GitHub Integrations | Connect Your Apps with Zapier
Skip to content

Put GitHub to work with AI and enterprise-grade automation

Automate smarter with GitHub and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
Or pick an app to pair with

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Integrate for free
Integrate for free
Google LogoSign up with Google

Launch your first automated workflow

Load more
  • Get direct messages on Slack for new GitHub mentions

    GitHub + Slack
  • Create Trello cards from new GitHub issues

    GitHub + Trello
  • Send Discord channel messages for new commits in Github

    GitHub + Discord
  • Add new GitHub issues as ClickUp tasks

    GitHub + ClickUp
  • Send Slack channel messages for new releases in GitHub

    GitHub + Slack
  • Post new GitHub notifications to an RSS feed

    GitHub + RSS by Zapier
  • Add new GitHub issues to Asana as tasks

    GitHub + Asana
  • Save new GitHub issues in Notion databases

    GitHub + Notion
  • Send new GitHub commits to Slack as new messages

    GitHub + Slack
  • Add new GitHub issues to JIRA

    GitHub + Jira Software Server
  • Send Discord channel messages for new GitHub pull requests

    GitHub + Discord
  • Add new GitHub issues to Todoist as new tasks

    GitHub + Todoist
  • GitHub integration details

    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.

    Supported triggers and actions

    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
    • Actions
    • Triggers & Actions
    Load more

    For builders

    Let your AI safely access GitHub

    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.

    No code

    Call actions in natural language with Zapier MCP

    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

    • Add Labels to Issue
    • Create Comment

    Works with

    Claude ChatGPT Cursor Any MCP-compatible AI

    Install Zapier MCP
    Code

    Work in code with the Zapier SDK

    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}
      },
    });
    Open the SDK docs

    Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

    1. Apps
    2. GitHub
    3. Integrations
    About GitHub
    GitHub is the perfect place to share code and work collaboratively on private and open source software.
    Related categories

    Web Proxy Viewer  |  New URL  |  Original Page