Commit Graph

6 Commits

Author SHA1 Message Date
pzhang_zywl 95281618dd fix: match secret name to document_analyzer
CI / test (push) Failing after 22s
2026-05-29 21:54:17 +08:00
pzhang_zywl 1649993c4b fix: use step-level if:failure() for auto-issue
CI / test (push) Failing after 20s
2026-05-29 20:38:58 +08:00
pzhang_zywl e76f7c365b feat: consolidate auto-issue into ci.yml with if: failure()
CI / test (push) Failing after 20s
CI / create-issue-on-failure (push) Has been skipped
- Replace workflow_run with same-workflow conditional job
- Add create_failure_issue.py script for Gitea API integration
- More reliable than cross-workflow triggers

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 20:35:28 +08:00
pzhang_zywl d68c45a762 test: add deliberate failure to verify CI pipeline
CI / test (push) Failing after 26s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 20:31:41 +08:00
pzhang_zywl 60625433bf fix: correct repo name in auto-issue workflow
CI / test (push) Successful in 19s
2026-05-29 20:28:31 +08:00
pzhang_zywl 40567a4fb6 Initial commit: document_analyzer with CI/CD pipeline
CI / test (push) Successful in 30s
- 4 skill pipeline (doc_parser, conflict_detection, ir_generation, resolution_application)
- CI workflow on push/PR (.gitea/workflows/ci.yml)
- Auto-issue on CI failure (.gitea/workflows/auto-issue.yml)
- Pytest smoke tests (tests/test_sample.py)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 20:00:26 +08:00