fix(release-gate): treat Gitea workflow files as non-runtime impact paths

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-03 15:50:26 +08:00
parent 1d1af888e9
commit 492bf6fbb4
+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,