- Corrected error check to detect GitHub API error objects
- API errors return {message: "..."} not array with message
- All tests still passing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Added --dry-run flag to preview changes without closing issues
- Created comprehensive README-triage.md with usage examples
- Updated test suite to cover all new features
- Script is now production-ready with safety features
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Auto-detects ALL duplicate issue titles without requiring manual config
- Groups duplicates by title and processes each group
- Keeps most recent issue open, closes all duplicates
- Supports optional SEARCH_TITLE filter for specific titles
- All tests passing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>