feat: add new triggers and actions for GitHub piece#9148
Merged
kishanprmr merged 7 commits intoactivepieces:mainfrom Sep 9, 2025
Merged
feat: add new triggers and actions for GitHub piece#9148kishanprmr merged 7 commits intoactivepieces:mainfrom
kishanprmr merged 7 commits intoactivepieces:mainfrom
Conversation
Closed
Contributor
Author
|
hello @kishanprmr and @sanket-a11y and @onyedikachi-david this PR is ready for review here the implementation demo: github.1.1.1.1.mp4waiting for your feedback |
|
View your CI Pipeline Execution ↗ for commit 052785b
☁️ Nx Cloud last updated this comment at |
kishanprmr
approved these changes
Sep 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR extends the existing GitHub piece in Activepieces by adding new triggers, write actions, and search actions, enabling broader automation use cases for GitHub repositories.
🔔 New Triggers
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 new milestone is created.
New Release → Fires when a new release is added.
New Repository → Fires when a new repository is created.
🛠️ New Write Actions
Add Labels to Issue → Adds one or more labels to an existing issue.
Create Branch → Creates a new branch in a repository.
Delete Branch → Deletes a branch by its name.
Update Issue → Updates fields of an existing issue (title, body, labels, state, etc.).
🔍 New Search Actions
Find Branch → Lists or locates a branch by name.
Find Issue → Finds an issue based on search filters (state, label, title, etc.).
Find User → Looks up a GitHub user by login name.
✅ How does the feature work?
Each new action and trigger leverages the official GitHub REST API
, following existing Activepieces coding standards and patterns. They can be combined with other pieces in workflows to build advanced automations for code collaboration, issue management, and repository monitoring.
🎯 Relevant User Scenarios
Auto-assign labels to issues created by specific contributors.
Notify a Slack/Teams channel when a new release is published.
Automatically create and clean up feature branches.
🔗 Related Issue
Fixes #9140
/claim #9140