https://gcc.gnu.org/g:293f343e2ce8b672ce98871e9ed2867b183e51f4
commit r17-1378-g293f343e2ce8b672ce98871e9ed2867b183e51f4 Author: Richard Earnshaw <[email protected]> Date: Fri Jun 5 16:24:04 2026 +0100 forge: Add a prototype CODEOWNERS file Many forge instances support a CODEOWNERS file as a way of automatically requesting reviewers. Forgejo is no different, though the syntax is not the same as some other forge instances; so put this in the .forgejo directory. This version is for experimenting with the format. I expect to want this file to be autogenerated from other data at a later stage. ChangeLog: * .forgejo/CODEOWNERS: New file. Diff: --- .forgejo/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS new file mode 100644 index 000000000000..834fb3ed63db --- /dev/null +++ b/.forgejo/CODEOWNERS @@ -0,0 +1,13 @@ +# Experimental CODEOWNERS file for GCC. This is known to be incomplete + +# AArch64 Maintainers +.*/aarch64/.* @gcc/Maintainers.AArch64 + +# Arm Maintainers +.*/arm/.* @gcc/Maintainers.Arm + +# Libstdc++ maintainers +libstdc[+][+]v3/.* @gcc/Maintainers.libstdcplusplus + +# Forge maintainers +(.forgejo|.github)/.* @rdfm
