Provide a GitHub Actions workflow YAML that automatically triggers the agent when a new issue is labeled with �gent-fix. The workflow would: checkout the repo, run the agent with the issue title/body as the task, and automatically create a PR with the fix. This enables fully automated bug fixing from issue creation to PR.
Provide a GitHub Actions workflow YAML that automatically triggers the agent when a new issue is labeled with �gent-fix. The workflow would: checkout the repo, run the agent with the issue title/body as the task, and automatically create a PR with the fix. This enables fully automated bug fixing from issue creation to PR.