GitHub Actions Workflows
Automate your development workflow with pre-built GitHub Actions
Get started quickly with our pre-configured workflow bundle. Extract to your `.github/workflows/` directory.
Available Workflows
Each workflow is designed to integrate seamlessly with DebugGo and enhance your development process.
This workflow listens for `/fix` commands in issue comments and triggers automated fix generation.
Analyzes issue content and applies appropriate labels for better organization.
Alerts your team via Slack or Discord when critical bugs are reported.
Configuration
Add these secrets to your repository before using the workflows:
DEBUGGO_API_KEY
- Your DebugGo API keySLACK_WEBHOOK_URL
- For Slack notifications (optional)
Go to Settings → Secrets and variables → Actions to add these secrets.
- Download workflows
Download the workflows.zip file or copy individual YAML files
- Add to repository
Place files in `.github/workflows/` directory
- Configure secrets
Add required secrets in repository settings
- Customize triggers
Modify the `on:` section to match your branch strategy
- Push to repository
Commit and push the workflow files to activate them