From bec51e161f79e546f8c5e71339eeebea3faa04a7 Mon Sep 17 00:00:00 2001 From: Alex Pavlov Date: Thu, 17 Jul 2025 15:08:05 +0200 Subject: [PATCH 1/2] Add CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e0d7e288 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Define which teams own which parts of this repository + +* @jjl014 @esezen From e8d0f3ca9a0d949787efb9f3cd80fa6128216dfc Mon Sep 17 00:00:00 2001 From: Alex Pavlov Date: Thu, 17 Jul 2025 15:10:15 +0200 Subject: [PATCH 2/2] Update CODEOWNERS to clarify description --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e0d7e288..53335e64 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -# Define which teams own which parts of this repository +# Define which individuals or teams that are responsible for code in a repository * @jjl014 @esezen