From be3c8ac7d27fa2d17fd7a7a5e642a649c3e93ad3 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 16 May 2026 17:14:31 +0200 Subject: [PATCH] feat: add CODEOWNERS file (#85) This PR adds the `.gitea/CODEOWNERS` file to assign `@AutoReview` to all files. Reviewed-on: https://git.horstenkamp.eu/Screeps/screeps-deploy-action/pulls/85 --- .gitea/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitea/CODEOWNERS 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