Roo-Code/src/services/github-actions/index.ts
Roo Code 322a2230f1 feat: Add GitHub Actions bot integration
- Created GitHubActionsService for managing GitHub Actions workflows
- Added GitHub Actions button to UI toolbar
- Created GitHubActionsView component for workflow management
- Added command registration for GitHub Actions bot
- Added configuration settings for GitHub Actions
- Added localization strings for GitHub Actions feature
- Integrated GitHub Actions view into the main app navigation

This feature allows users to:
- Install GitHub Actions workflows for automated issue and PR handling
- Enable/disable the GitHub Actions bot
- Configure workflow templates
- Set up GitHub repository secrets for API integration
2025-09-21 04:29:12 +00:00

2 lines
146 B
TypeScript

export { GitHubActionsService } from "./GitHubActionsService"
export type { GitHubActionsConfig, WorkflowTemplate } from "./GitHubActionsService"