Bitbucket and Azure DevOps support repository access but agent tools aren’t yet available.
Capabilities
- Create, update, and read pull requests / merge requests
- Add general and inline code review comments
- Create and manage issues
- Search issues and pull requests
- “Create a pull request for my changes titled ‘Add input validation’”
- “Review PR #42 and add inline comments for issues you find”
- “Create an issue for refactoring the authentication module”
- “Search for open issues related to ‘timeout errors‘“
Organization controls

- Enabled for all members (default)
- Enabled for specific group - gradual rollout or team restrictions
- Disabled - agents use git commands only, no PR/issue tools
Provider differences
| Feature | GitHub | GitLab |
|---|---|---|
| Inline comments | Direct comments | Discussion threads |
| Draft PRs | Supported | Not supported |
| Assignees | Username-based | Requires user IDs |
Prerequisites
- Configure source control on your runner
- Authorize via OAuth or PAT when creating your first environment
- GitHub:
repo,read:user,workflow(if editing Actions files) - GitLab:
api,read_repository,read_user
Limitations
- Cannot merge pull requests
- Cannot sync PR branches with base branch
- Cannot approve or request changes on PRs