mirror of
https://github.com/anthropics/claude-code.git
synced 2026-01-30 04:02:03 +00:00
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>