📄️ Simple Pull Request Workflow
This example demonstrates a basic Bosun workflow that uses a coding agent to create a new file based on a user-provided input, and then automatically opens a draft pull request for these changes. This showcases how Bosun can automate simple content generation and integrate with your version control system.
📄️ Fix Linter Errors Dynamically
This example demonstrates a more advanced Bosun workflow that dynamically identifies linter errors in your codebase and then spawns individual AI agents to fix each error. This showcases the power of combining run steps for command execution with for_each loops and agent steps for targeted, automated code remediation.
📄️ Run Tasks from GitHub Issues
Bosun can now trigger tasks directly from GitHub issues. Mention the Bosun GitHub App in an issue comment and choose the action you want to run—the platform takes care of the rest.