Connect Overcut to your GitHub repositories and issues to manage code, pull requests, and project tracking directly from your workflows.
Start GitHub Connection
Install the Overcut GitHub App
Select Repositories
Complete the Setup
repo.identify
action. This action uses AI-powered analysis and repository correlations to determine the best repositories to work with for each issue. Learn more in our Repository Mapping guide.git.clone
action:
Setting | Default | Purpose |
---|---|---|
Agent image | (workspace default) | Override the Docker image used to run agents |
Enable cache | false | Persist build artefacts to speed up subsequent runs |
Cache dependencies | false | Include dependency directories (e.g., node_modules ) |
Tools | [] | Define repo-specific commands like lint , test , install |
Custom instructions | null | Inject additional workflow steps (YAML/Markdown) |
issue_opened
- Issue was createdissue_closed
- Issue was closedissue_edited
- Title or body changedissue_assigned
- Assignee addedissue_unassigned
- Assignee removedissue_labeled
- Label was addedissue_unlabeled
- Label was removedissue_commented
- New comment was postedpull_request_opened
- Pull request was openedpull_request_closed
- Pull request was closed without mergepull_request_merged
- Pull request was merged into basepull_request_edited
- Title or description of PR was changedpull_request_reviewed
- A review was submittedpull_request_commented
- A comment was posted on the PR@overcut /command
in issue or PR comments