From d488c860a6b297b91fedb5e6f295fc62b720086c Mon Sep 17 00:00:00 2001 From: sljory Date: Wed, 1 May 2024 13:40:06 +0100 Subject: [PATCH 1/2] ci: add codeowners template --- .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 0000000..5b46e47 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Please include the (team) name of the codeowner(s) below following the syntax guidance in the github documentation for automatic peer reviewer assignment and ease to identify the owner +# [github documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) +* \ No newline at end of file From 4dcee10b83d4e85637a86a1b502e12d44531812c Mon Sep 17 00:00:00 2001 From: sljory <107942063+sljory@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:43:02 +0100 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b46e47..7254f95 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Please include the (team) name of the codeowner(s) below following the syntax guidance in the github documentation for automatic peer reviewer assignment and ease to identify the owner # [github documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) -* \ No newline at end of file +* @stevenkang90