From 397d5cac7e101f2a4b2abf9c1f6ce8c93650099d Mon Sep 17 00:00:00 2001 From: Flavio Del Grosso Date: Sat, 5 Oct 2024 00:21:08 +0200 Subject: [PATCH] chore: add CODEOWNERS file for repository ownership --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c66d06f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +############################################################## +# +# List of approvers/reviewers for pushapp +# +############################################################## +# +# Get in touch with us via the Keptn Community +# https://github.com/keptn/community +# +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +# These owners will be the default owners for everything in the repo. +* @flaviodelgrosso \ No newline at end of file