From 4550fa94565649f5c33bac71a508ae07c0154aa1 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Wed, 23 Mar 2022 10:57:18 -0400 Subject: [PATCH] auto ping for code review upon PR open --- .github/CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..7553b12a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,23 @@ +# CODEOWNERS file +# +# This file is used to describe who owns what in this repository. +# +# For documentation on this file, see https://help.github.com/articles/about-codeowners/ +# Mentioned users will get code review requests. +# +# IMPORTANT NOTE: in order to actually get pinged, commit access is required. +# This also holds true for GitHub teams. + +# This file +/.github/CODEOWNERS @quinn-dougherty + +# Any rescript code +*.res @Hazelfire @OAGr @quinn-dougherty + +# Any typescript code +*.tsx @Hazelfire @OAGr @quinn-dougherty + +# Any opsy files +*.json @quinn-dougherty +*.yaml @quinn-dougherty +*.yml @quinn-dougherty