7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
# .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
|