-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Github #9140
Description
🧩 Product Overview
GitHub is the premier platform for version control, code collaboration, and software development. This integration enables Activepieces workflows to react to repository events, manipulate GitHub data (issues, branches, PRs, files), and execute advanced lookups all within code-free automations.
⚠️ Important Note for Contributors
This Github piece already exists in Activepieces. Your task is to extend the current piece by adding additional actions and triggers as outlined in the documentation and reference materials.
Please avoid duplicating existing functionality. Review the current implementation before making changes, and ensure that all new features follow existing coding patterns and standards.
🚨 Triggers
| Trigger | Use Case |
|---|---|
| New Branch | Fires when a new branch is created. |
| New Collaborator | Fires when a new collaborator is added to a repository. |
| New Label | Fires when a new label is created in a repository. |
| New Milestone | Fires when a milestone is created. |
| New Release | Fires when a new release is added. |
| New Repository | Fires when a new repository is created. |
🛠️ Write Actions
| Action Item | Use Case |
|---|---|
| Add Labels to Issue | Adds labels to existing issue. |
| Create Branch | Creates a new branch on repository. |
| Delete Branch | Delete a branch by name. |
| Update Issue | Updates an existing issue. |
🔍 Search Actions
| Action Item | Use Case |
|---|---|
| Find Branch | List or locate a branch by name. |
| Find Issue | Locate an issue by search filters (state, label, title, etc.). |
| Find User | Lookup a user by login name. |
📚 API Reference
🧪 Test Account Access
- You can test it using github account.
🧑💻 New to Activepieces?
Activepieces is the leading open source AI automation platform. We have many apps (we call them Pieces), that are available within the builder and as MCPs. These apps are built with our TypeScript framework and are easy to develop. Once merged into our repository, they become available as pieces in our automation builder and as MCPs usable by AI agents and MCP clients.
Start building here: Piece Development Docs