From 6349918c97a0a21dabd5852cd0625af2ebd8b484 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 28 Jul 2026 19:50:25 +0300 Subject: [PATCH 1/2] ci: require code owner review Signed-off-by: kriptoburak --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..78d77bb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @kriptoburak @furkanerday From a82218afdd0558f727d98e9e723d2e50da07b54f Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 28 Jul 2026 19:55:40 +0300 Subject: [PATCH 2/2] docs: license code owner policy Signed-off-by: kriptoburak --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 78d77bb..cfb638b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ +# SPDX-FileCopyrightText: 2026 Xquik Contributors +# SPDX-License-Identifier: Apache-2.0 + * @kriptoburak @furkanerday