mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- 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
2 lines
146 B
TypeScript
2 lines
146 B
TypeScript
export { GitHubActionsService } from "./GitHubActionsService"
|
|
export type { GitHubActionsConfig, WorkflowTemplate } from "./GitHubActionsService"
|