Files
robobun 120f06e581 Add GitHub Action to find issues a PR might fix (#27991)
## 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>
2026-03-10 16:07:19 -07:00
..
2025-07-10 00:10:43 -07:00