- Fix HEAD~1...HEAD error for shallow clones by using github.event.before/after - Add proper error suppression with 2>/dev/null - Add fallback logic for edge cases (initial commits, force pushes) - Archive resolved runner setup issue to docs/issues/archive/resolved/ - Add archive documentation and next steps guide Fixes workflow execution on test/runner-validation branch. Resolves issue with 'fatal: bad revision' error in logs.
Issues Archive
This folder contains archived issues that have been resolved or are no longer active.
Structure
resolved/- Issues that have been resolved and documented- Future categories can be added as needed (e.g.,
duplicate/,wontfix/,invalid/)
Archive Process
When an issue is resolved:
- Update the issue file with a "Resolution" section
- Change status from
capturedtoresolved - Add resolution date
- Document what was fixed and how
- Move the file to
archive/resolved/
Purpose
- Keep active issues visible in the main
docs/issues/folder - Maintain historical record of resolved issues
- Allow for easy reference to past solutions
- Support project documentation and knowledge retention
Location: docs/issues/archive/
Related: docs/issues/README.md - Main issues capture system