From 0525f59974dc18c006311db10df6b830343d83e5 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 2 Aug 2021 11:10:23 -0700 Subject: [PATCH 1/2] Create CODEOWNERS with azeey and scpeters Signed-off-by: Steve Peters --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..90a84d27c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# More info: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @azeey +* @scpeters From d733e7aa678438074a3a9103a31fe467d61bd9bc Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 2 Aug 2021 13:20:52 -0700 Subject: [PATCH 2/2] fix to single line Signed-off-by: Steve Peters --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 90a84d27c..fa88665d8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,4 @@ # More info: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -* @azeey -* @scpeters +* @azeey @scpeters