BUGFIX: Move OWNERS to .github/CODEOWNERS to fix #3978#3983
BUGFIX: Move OWNERS to .github/CODEOWNERS to fix #3978#3983chicks-net wants to merge 2 commits intoStackExchange:mainfrom
Conversation
|
Hello friend! Github is complaining that the people in CODEOWNERS do not have write permission. Each one gets an error such as: They don't have write permission because the current policy (from my employer) is that I have to approve any merge to main. Is there some other way to comply with the policy but give people write access? |
Howdy sir! 🙇
Oh dear, github policy and stackexchange policy are not playing nicely together here. 😭 Changing the policies is not a practical option. Effectively this means that the
Would adding the comment be enough to make this PR worth landing? I'm happy to work on the other github actions in this PR or a new one. |
Summary
Fixes #3978
GitHub requires the CODEOWNERS file to be located in the
.github/directory (or repository root with that exact name) to function properly. This PR movesOWNERSto.github/CODEOWNERSand updates all references throughout the codebase.Changes Made
OWNERS→.github/CODEOWNERS.gitattributesto reference the new locationbuild/generate/ownersFile.goto generate the file in the correct locationwriting-providers.mdto reference CODEOWNERSTest Plan
/bin/generate-all.shto verify the generator creates the file in the new location🤖 Generated with Claude Code