From e96620cd23eb6080c5f3ce6528a274fe6f25af36 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 22 Dec 2020 16:09:41 +1000 Subject: Create CODEOWNERS file - You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository. - Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. Code owners are not automatically requested to review draft pull requests. - https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners - This creates a bit more automation so that after you merge this PR, next time someone submits a PR @matz will be automatically assigned as the PR reviewer as CODEOWNER - CODEOWNERS can even be assigned directories or file types --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..9f91caaf8 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @matz -- cgit v1.2.3