Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a CODEOWNERS file. #4

Open
erikd opened this issue Jun 4, 2020 · 0 comments
Open

Add a CODEOWNERS file. #4

erikd opened this issue Jun 4, 2020 · 0 comments

Comments

@erikd
Copy link
Member

erikd commented Jun 4, 2020

I tried to push a branch to this repo with the following commit, but I do not have push access:

From 4e1910cb0d90ec19b5d4c41645336354305d9fc4 Mon Sep 17 00:00:00 2001
From: Erik de Castro Lopo <[email protected]>
Date: Fri, 5 Jun 2020 08:49:57 +1000
Subject: [PATCH] Add a CODEOWNERS file

Anyone that has push access can approve a PR, but only approvals from
code owners allow it to be merged to master.
---
 CODEOWNERS | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 CODEOWNERS

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..71726bb
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,2 @@
+# General reviewers per PR
+*                                @vincenthz
-- 
2.26.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant