claude-code/.github/workflows
Ashwin Bhat f0042afb3b
Replace lock-threads action with GitHub Script (#5330)
Replaces the dessant/lock-threads action with a direct GitHub Script
implementation to avoid the deprecated search/issues API endpoint warning.
The new implementation:
- Uses github.rest.issues.listForRepo() instead of the deprecated search API
- Maintains the same 7-day inactivity threshold
- Adds the same comment before locking
- Uses 'resolved' as the lock reason
- Handles pagination properly for large repositories

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-08 13:02:20 -07:00
..
auto-close-duplicates.yml Update .github/workflows/auto-close-duplicates.yml 2025-08-08 11:13:05 -07:00
backfill-duplicate-comments.yml Add workflow to backfill duplicate comments 2025-08-08 12:11:08 -07:00
claude-dedupe-issues.yml Fix workflow failure by adding workflow_dispatch trigger 2025-08-08 12:55:48 -07:00
claude-issue-triage.yml Add checkout step to issue triage workflow (#2867) 2025-07-02 09:01:44 -07:00
claude.yml kept beta as per request 2025-05-31 11:04:37 +02:00
lock-closed-issues.yml Replace lock-threads action with GitHub Script (#5330) 2025-08-08 13:02:20 -07:00