Part of #1954. Add review.auto_review.ignore_authors (glob list, e.g. *[bot], dependabot) so operators skip named bots/authors beyond the existing hard bot_author check in decidePublicSurface (src/signals/settings-preview.ts:87). Deterministic glob match on the author login; default empty ⇒ no extra skips.
Deliverables
References
src/signals/settings-preview.ts:87
src/queue/processors.ts:4551
src/signals/focus-manifest.ts:175
#1954
Part of #1954.
size: S · gittensor:feature
Part of #1954. Add
review.auto_review.ignore_authors(glob list, e.g.*[bot],dependabot) so operators skip named bots/authors beyond the existing hard bot_author check in decidePublicSurface (src/signals/settings-preview.ts:87). Deterministic glob match on the author login; default empty ⇒ no extra skips.Deliverables
ignore_authorsas a bounded, deduped string glob list in parseReviewConfig (src/signals/focus-manifest.ts:653) with a MAX cap (mirror MAX_PATH_INSTRUCTIONS discipline, src/signals/focus-manifest.ts:175); serialize in reviewConfigToJsondecideReviewEligibility(src/review/review-eligibility.ts) reusing the manifest glob matcher (matchesManifestPath-style) or a small login-glob helper; skipReason="ignored_author"References
src/signals/settings-preview.ts:87src/queue/processors.ts:4551src/signals/focus-manifest.ts:175#1954Part of #1954.
size: S · gittensor:feature