diff --git a/.gitea/CODEOWNERS b/.gitea/CODEOWNERS new file mode 100644 index 0000000..30db505 --- /dev/null +++ b/.gitea/CODEOWNERS @@ -0,0 +1,6 @@ +# .gitea/CODEOWNERS +# Gitea's CODEOWNERS uses Go-style Regular Expressions. +# Patterns are evaluated from top to bottom; the last matching rule takes precedence. + +# Global owner: Assign @AutoReview to all files +.* @AutoReview