fix(release-gate): treat Gitea workflow files as non-runtime impact paths
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -55,6 +55,7 @@ const CRITICAL_IMPACT_RULES = Object.freeze([
|
|||||||
const NON_RUNTIME_PATHS = Object.freeze([
|
const NON_RUNTIME_PATHS = Object.freeze([
|
||||||
/^(?:AGENTS|README|CHANGELOG)\.md$/i,
|
/^(?:AGENTS|README|CHANGELOG)\.md$/i,
|
||||||
/^ops\/README\.md$/i,
|
/^ops\/README\.md$/i,
|
||||||
|
/^\.gitea\/workflows\//i,
|
||||||
/^\.runtime\//i,
|
/^\.runtime\//i,
|
||||||
/^docs\//i,
|
/^docs\//i,
|
||||||
/^\.cursor\//i,
|
/^\.cursor\//i,
|
||||||
|
|||||||
Reference in New Issue
Block a user