You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I tried to push a branch to this repo with the following commit, but I do not have push access:
The text was updated successfully, but these errors were encountered: