Skip to content

fix(ci): reduce naming audit baseline churn - #1567

Merged
kubohiroya merged 1 commit into
mainfrom
codex/fix/ci-naming-scan
Aug 23, 2026
Merged

fix(ci): reduce naming audit baseline churn#1567
kubohiroya merged 1 commit into
mainfrom
codex/fix/ci-naming-scan

Conversation

@kubohiroya

Copy link
Copy Markdown
Owner

Summary

  • remove naming-audit baseline JSON changes from normal PR full-scan triggers
  • move baseline integrity/full-scan validation to a dedicated scheduled/manual workflow
  • keep resolved baseline-only differences non-blocking in normal PR naming audit
  • make affected validation tasks configurable, defaulting to typecheck/test

Fixes #1566

Verification

  • pnpm install --frozen-lockfile
  • git diff --check
  • pnpm vitest run --config scripts/vitest.config.ts scripts/tests/requiresNamingAuditFullScan.test.ts scripts/tests/namingAuditCiUtils.unit.test.ts
  • node --test scripts/ci/resolve-validation-mode.test.mjs
  • node -e sanity checks for requiresNamingAuditFullScan and affected Turbo tasks

Notes

@kubohiroya
kubohiroya merged commit 6e59d80 into main Aug 23, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci(naming): reduce unnecessary full scans and baseline churn

1 participant