From c0fb6dda551a95b20aba6e9d60c0a9830d5b3dad Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 24 Oct 2017 10:35:09 -0400 Subject: [PATCH] Create .github/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..96a0234 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Require maintainer's :+1: for changes to the .github/ repo-config files +# mainly due to https://github.com/probot/settings privilege escalation +.github/* @pages-themes/maintainers