Description
Remove the legacy root settings.yml (probot/settings format) which is superseded by the new safe-settings/ directory. Update CODEOWNERS to match the zero-dot-force standard.
Acceptance Criteria
Context
The old settings.yml used the probot/settings format with repository:, labels:, and branches: blocks. This is replaced by:
safe-settings/settings.yml — org-wide defaults
safe-settings/deployment-settings.yml — deployment config
safe-settings/suborgs/ — repo groupings
safe-settings/repos/ — per-repo overrides
Description
Remove the legacy root
settings.yml(probot/settings format) which is superseded by the newsafe-settings/directory. UpdateCODEOWNERSto match the zero-dot-force standard.Acceptance Criteria
settings.ymldeletedCODEOWNERSupdated:*catch-all line →@jflowers @marcusburghardtsafe-settings/line →@jflowers @marcusburghardtorg/and.github/linessettings.ymlline (file no longer exists)Context
The old
settings.ymlused the probot/settings format withrepository:,labels:, andbranches:blocks. This is replaced by:safe-settings/settings.yml— org-wide defaultssafe-settings/deployment-settings.yml— deployment configsafe-settings/suborgs/— repo groupingssafe-settings/repos/— per-repo overrides