Compliance Finding
Category: settings
Severity: warning
Check: codeowners-no-catchall
Detail
CODEOWNERS has no default * catch-all pattern — files not matched by a path rule will have no owner and require_code_owner_review will not apply to them
Standard Reference
standards/codeowners-standard.md
Remediation
Run scripts/apply-repo-settings.sh .github with a token that has admin access to the repository (requires a classic PAT with repo scope or equivalent):
GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .github
This script applies all standard settings defined in standards/github-settings.md in one pass.
For a dry run to preview changes without applying: DRY_RUN=true GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .github
This issue was automatically created by the weekly compliance audit.
Compliance Finding
Category:
settingsSeverity:
warningCheck:
codeowners-no-catchallDetail
CODEOWNERS has no default
*catch-all pattern — files not matched by a path rule will have no owner andrequire_code_owner_reviewwill not apply to themStandard Reference
standards/codeowners-standard.md
Remediation
Run
scripts/apply-repo-settings.sh .githubwith a token that has admin access to the repository (requires a classic PAT withreposcope or equivalent):This script applies all standard settings defined in
standards/github-settings.mdin one pass.For a dry run to preview changes without applying:
DRY_RUN=true GH_TOKEN=<admin-pat> bash scripts/apply-repo-settings.sh .githubThis issue was automatically created by the weekly compliance audit.