GRM-50: fix: workflow timing, timeouts, status polling, and release classification
This commit is contained in:
@@ -19,10 +19,12 @@ Classification strategy (safe-by-default):
|
||||
- .gitea/workflows/** — Gitea Actions workflows
|
||||
- scripts/** — All scripts (CI/CD, dev tools, setup)
|
||||
- src/gitea_runner_manager/__init__.py — Version file (release artifact)
|
||||
- src/gitea_runner_manager/api_clients.py — Gitea API client (CI/CD only, not used by CLI)
|
||||
- docs/** — Documentation
|
||||
- tests/** — Test files
|
||||
- hooks/** — Git hooks
|
||||
- AGENTS.md — Agent conventions
|
||||
- REVIEW_CHECKLIST.md — Review checklist
|
||||
- README.md — README (lean, links to wiki)
|
||||
- CHANGELOG.md — Changelog (generated)
|
||||
- TROUBLESHOOTING.md — Troubleshooting guide
|
||||
@@ -68,9 +70,12 @@ WORKFLOW_ONLY_PATTERNS = frozenset(
|
||||
# Version file — only contains __version__, not user-facing code.
|
||||
# Version bumps are a release artifact, not a feature.
|
||||
"src/gitea_runner_manager/__init__.py",
|
||||
# Gitea API client — used only by CI/CD scripts, not by the GRM CLI.
|
||||
"src/gitea_runner_manager/api_clients.py",
|
||||
# Documentation
|
||||
"docs/",
|
||||
"AGENTS.md",
|
||||
"REVIEW_CHECKLIST.md",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"TROUBLESHOOTING.md",
|
||||
|
||||
Reference in New Issue
Block a user