15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
# =============================================================================
|
|
# CODEOWNERS — Optional
|
|
# =============================================================================
|
|
# Gitea supports CODEOWNERS for automatic review assignment.
|
|
# Uncomment and customize the lines below.
|
|
#
|
|
# Format: <pattern> <@user-or-team> [<@user-or-team> ...]
|
|
#
|
|
# Examples:
|
|
# * @default-reviewer
|
|
# /docs/ @docs-team
|
|
# *.py @python-team
|
|
# .gitea/ @devops-team
|
|
# .ci/ @devops-team
|