From 16d6474869154053612da48ecf85f2086ca427d5 Mon Sep 17 00:00:00 2001 From: Lucian Behind The Scenes Date: Sat, 3 Jan 2026 13:38:26 +0200 Subject: [PATCH] chore: add CODEOWNERS file Establish code ownership with @loadinglucian as the default owner for all files in the repository. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cf7359b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Code ownership for DeployerPHP +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @loadinglucian