From 6c5f7e88e2f9362da9ebf2b8d4f39d6a8265d1de Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Mon, 27 Apr 2020 10:57:59 -0700 Subject: [PATCH 1/2] Add CODEOWNERS Signed-off-by: Steven Peters --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..48c6c93a0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# More info: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +dartsim/* @mxgrey +include/* @scpeters +tpe/* @claireyywang +tutorials/* @maryaB-osr From e8d2b5d3aa2ca292315592bb87f8c1ce7936b125 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Tue, 28 Apr 2020 08:31:15 -0700 Subject: [PATCH 2/2] mxgrey as * CODEOWNER Signed-off-by: Steven Peters --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 48c6c93a0..c2b7b40cc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ # More info: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -dartsim/* @mxgrey +* @mxgrey include/* @scpeters tpe/* @claireyywang tutorials/* @maryaB-osr