From 17870e9d5590e7f65ae8d86ab9fe03198ea28aba Mon Sep 17 00:00:00 2001 From: sljory <107942063+sljory@users.noreply.github.com> Date: Fri, 24 May 2024 14:47:12 +0100 Subject: [PATCH] ci: add codeowners template (#108) * ci: add codeowners template * Update 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 0000000..55f4f16 --- /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) +* @deliveroo/rider-backend