Compare commits

...

2 Commits

Author SHA1 Message Date
john 492bf6fbb4 fix(release-gate): treat Gitea workflow files as non-runtime impact paths
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 15:50:26 +08:00
john 1d1af888e9 merge: fix CI for macOS self-hosted runner and AUTH-08 flake
Memind CI / Test, build, and release guards (push) Failing after 5s
2026-08-03 15:47:27 +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,