Files
openrabbit/CODEOWNERS
latte 8cadb2d216
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s
Add Gitea Actions workflows, CI config, and docs
2026-02-28 20:40:14 +01:00

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