7 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
0ab852d227 Initial plan: Fix README styles documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:17:49 +00:00
cfa1e5bfee feat: add new icon components including Envelope, ChatCircle, HardDrives, WarningCircle, CheckCircle, XCircle, TrendUp, ShieldWarning, LockKey, Crown, Sparkle, BookOpen, Tree, Broom, Export, UploadSimple, Funnel, FunnelSimple, MapTrifold, PushPinSimple, Buildings, GithubLogo, and GoogleLogo 2025-12-30 12:21:15 +00:00
copilot-swe-agent[bot]
7ebedc2d56 Fix API error detection in fetch_all_open_issues
- 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>
2025-12-27 18:22:07 +00:00
copilot-swe-agent[bot]
a9fc5c4773 Add dry-run mode and comprehensive documentation
- 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>
2025-12-27 18:19:30 +00:00
copilot-swe-agent[bot]
1081dc8934 Implement smart duplicate detection for triage script
- 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>
2025-12-27 18:16:21 +00:00
copilot-swe-agent[bot]
6903901ec0 Fix triage script to dynamically find and close duplicates using GitHub API
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 18:03:02 +00:00
copilot-swe-agent[bot]
c13c862b78 Fix gated-deployment workflow to prevent false-positive rollback issues
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 16:14:03 +00:00