From 87c70a89a67d0521a56388e6b1c3f2cb947943e4 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:48:01 +0100 Subject: [PATCH] Update CODEOWNERS Removes invalid warning, takes care of last unowned files Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com> --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a17bc489d88..ae01b64c763 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ /Content.*/ @DebugOk /Content.*/SimpleStation14/ @DEATHB4DEFEAT -/Resources/ @DebugOk @Colin-Tel +/Resources/ @DebugOk /Resources/ConfigPresets/ @DebugOk /Resources/*.yml @DebugOk /Resources/*/SimpleStation14/ @DEATHB4DEFEAT @@ -14,3 +14,6 @@ /Resources/Prototypes/Maps/ @IamVelcroboy /Tools/ @DebugOk + +/* @DebugOk # Standalone files in root, shouldn't apply to subdirectories +/.github/ @DebugOk # Workflows, codeowners, templates, etc