Add review.auto_review.ignore_title_keywords — a case-insensitive substring list (e.g. WIP, DRAFT) that skips AI review when the PR title matches. Deterministic; empty (default) ⇒ byte-identical. Third of the #1954 eligibility filters.
Deliverables
References
src/signals/focus-manifest.ts:653 (parseReviewConfig)
src/signals/focus-manifest.ts:174 (MAX_PATH_INSTRUCTIONS cap pattern)
.gittensory.yml.example
part of #1954 / #1959 (epic #1953)
Part of #1954.
size: S · gittensor:feature
Add
review.auto_review.ignore_title_keywords— a case-insensitive substring list (e.g.WIP,DRAFT) that skips AI review when the PR title matches. Deterministic; empty (default) ⇒ byte-identical. Third of the #1954 eligibility filters.Deliverables
ignoreTitleKeywords: string[]to theautoReviewsub-object in src/signals/focus-manifest.ts, parsed as a bounded public-safe string list (reuse the list-parse discipline; cap like MAX_PATH_INSTRUCTIONS)present+ EMPTY literalsReferences
src/signals/focus-manifest.ts:653 (parseReviewConfig)src/signals/focus-manifest.ts:174 (MAX_PATH_INSTRUCTIONS cap pattern).gittensory.yml.examplepart of #1954 / #1959 (epic #1953)Part of #1954.
size: S · gittensor:feature