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

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


The following commit(s) were added to refs/heads/bst-1 by this push:
     new 45442f9  .github/CODEOWNERS: Added the CODEOWNERS file
45442f9 is described below

commit 45442f963a19a67c9346b53f9f802dc17ed560f2
Author: Tristan van Berkom <[email protected]>
AuthorDate: Fri Jan 8 17:48:04 2021 +0900

    .github/CODEOWNERS: Added the CODEOWNERS file
    
    This should make it safe to start playing with protected branch settings.
---
 .github/CODEOWNERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..18bacfc
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,6 @@
+# Each line is a file pattern followed by one or more owners.
+
+# These owners will be the default owners for everything in
+# the repo, unless a later match takes precedence.
+#
+*       @gtristan @juergbi @BenjaminSchubert @cs-shadow

Reply via email to