From b1279fde9531a7f7accb532a12898c645f7c0ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Sat, 1 Feb 2020 16:06:42 +0100 Subject: [PATCH] Create CODEOWNERS --- .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 0000000000..f544f9594f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# This file registers ownership for certain parts of the backstage code. +# Review from a member of the corresponding code owner is required to merge pull requests. +# +# The last matching pattern takes precedence. +# https://help.github.com/articles/about-codeowners/ + +* @spotify/backstage-core