From f45ae1833e087196e32469acc4729fa7565b79d9 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 14 Nov 2019 12:18:33 +0200 Subject: [PATCH] Add Pekka as a "code owner" on GitHub (#85) Add myself as a "code owner" so that I am assigned a review automatically: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners I also wanted to add Amnon and Calle, but apparently you need to have write permissions in order to be a code owner. The purpose of this automation is to ensure Scylla JMX pull requests show up in my github.com/pulls page. Thanks Maciej Zimnoch for the tip! --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..543f25e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @penberg