PageIndex/.github/workflows
BukeLy fd9330c434 Refactor issue dedup system to use claude-code-action with /dedupe command
Replace the copilot-generated inline search logic with a claude-code-action
based architecture inspired by anthropic/claude-code's approach:

- Add .claude/commands/dedupe.md with 5-parallel-search strategy
- Add scripts/comment-on-duplicates.sh with 3-day grace period warning
- Rewrite issue-dedupe.yml to use claude-code-action + /dedupe command
- Rewrite autoclose script to check bot comments, human activity, and thumbsdown
- Rewrite backfill to trigger dedupe workflow per issue with rate limiting
- Add concurrency control, timeout, input validation, and rate limit retry
- Remove gh.sh (unnecessary), backfill-dedupe.js (replaced by workflow trigger)
2026-03-02 17:05:44 +08:00
..
autoclose-labeled-issues.yml Refactor issue dedup system to use claude-code-action with /dedupe command 2026-03-02 17:05:44 +08:00
backfill-dedupe.yml Refactor issue dedup system to use claude-code-action with /dedupe command 2026-03-02 17:05:44 +08:00
issue-dedupe.yml Refactor issue dedup system to use claude-code-action with /dedupe command 2026-03-02 17:05:44 +08:00
remove-autoclose-label.yml Refactor issue dedup system to use claude-code-action with /dedupe command 2026-03-02 17:05:44 +08:00