You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:30:56 UTC

[buildstream] 01/03: Adding CODEOWNERS

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch bst-1.4
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 2091dce22e072aee71f947a977d3168dd7a0bad4
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Jul 24 19:33:40 2020 +0900

    Adding CODEOWNERS
    
    As per this announcement regarding formalizing committers:
    
      https://mail.gnome.org/archives/buildstream-list/2020-May/msg00023.html
    
    We are now using a CODEOWNERS file to ensure only maintainers can
    greenlight patches for protected branches in gitlab.
---
 .gitlab/CODEOWNERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
new file mode 100644
index 0000000..ca44a61
--- /dev/null
+++ b/.gitlab/CODEOWNERS
@@ -0,0 +1,4 @@
+# Main committers with blanket access to the project
+#
+
+* @tristanvb @juergbi @cs-shadow @BenjaminSchubert