mirror of
https://github.com/oven-sh/bun.git
synced 2026-03-28 18:37:34 +00:00
## Summary - Adds a Claude-powered bot that runs when PRs are opened and searches for open issues the PR may resolve - Uses the same pattern as the existing dedupe issues bot: a workflow triggers Claude Code with a `/find-issues` slash command - The command reads the PR diff, launches 5 parallel search agents with diverse keyword strategies, filters false positives, and comments on the PR with up to 5 related open issues ## Test plan - [ ] Open a test PR and verify the workflow triggers - [ ] Verify the bot comments with relevant issues and doesn't duplicate comments on re-runs - [ ] Verify issues already referenced in the PR body are excluded from results 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>