Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s

This commit is contained in:
2026-03-01 17:01:19 +01:00
parent 23a2c8c623
commit f6d3e0d681
29 changed files with 2323 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# =============================================================================
# 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