From 380cdc43b1f0b820a7c74245c857b7b744ad6b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suszy=C5=84ski=20Krzysztof?= Date: Wed, 6 Jun 2018 16:28:31 +0200 Subject: [PATCH] Add code owners --- .github/CODEOWNERS | 3 +++ MANIFEST.in | 1 + 2 files changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..81dc1e3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# See: https://blog.github.com/2017-07-06-introducing-code-owners/ +# These owners will be the default owners for everything in the repo. +* @coi-gov-pl/puppet-team diff --git a/MANIFEST.in b/MANIFEST.in index 04ef488..a86c42a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,3 +18,4 @@ recursive-include integration_tests */Dockerfile # Exclude environment files prune .circleci +prune .github