github: add a CODEOWNERS file with only the maintainers in

As discussed several times before, we want to restrict permission to
approve PRs to the maintainers only. This patch adds a GitHub
CODEOWNERS file for that purpose. Once this has been merged, I'm going
to update the rulesets to make PRs requires approval from a
maintainer.
This commit is contained in:
Martin von Zweigbergk 2025-03-28 09:17:49 -07:00
parent 96cfae1ff7
commit 5a90264cff

3
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,3 @@
# The maintainers own all files.
# See GOVERNANCE.md for the list of current maintainers.
* @jj-vcs/maintainers