merge: map Gitea workflows as non-runtime for release gate
Memind CI / Test, build, and release guards (push) Failing after 7s

This commit is contained in:
john
2026-08-03 15:50:29 +08:00
+1
View File
@@ -55,6 +55,7 @@ const CRITICAL_IMPACT_RULES = Object.freeze([
const NON_RUNTIME_PATHS = Object.freeze([
/^(?:AGENTS|README|CHANGELOG)\.md$/i,
/^ops\/README\.md$/i,
/^\.gitea\/workflows\//i,
/^\.runtime\//i,
/^docs\//i,
/^\.cursor\//i,