feat: improve CI and project automation workflows (#390)

- Harden docker/release workflow with manual release guardrails and concurrency
- Add stale issue cleanup workflow (issues only)
- Add project field sync workflow from issue labels
- Add weekly triage report workflow
- Add CODEOWNERS for automatic review routing
This commit is contained in:
Daniel Volz
2026-03-08 00:49:08 +01:00
committed by GitHub
parent 8e29219cd1
commit 8594e175f1
5 changed files with 313 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
# MedAssist ownership
# This routes review requests automatically to the maintainer.
* @DanielVolz
# Explicit domains for clarity
/backend/ @DanielVolz
/frontend/ @DanielVolz
/.github/ @DanielVolz
/doku/ @DanielVolz
/docs/ @DanielVolz