From c1e0f44486dce132a0dcab59c9af3c118f6e748d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 16 Sep 2020 15:26:45 -0700 Subject: [PATCH] chore: add CODEOWNERS (#273) --- .github/CODEOWNERS | 7 +++++++ COPYING => LICENSE | 0 2 files changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS rename COPYING => LICENSE (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5f8d58a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Code owners file. +# This file controls who is tagged for review for any given pull request. +# +# For syntax help see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + +* @googleapis/yoshi-ruby diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE