This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 09adcfcfbc9520e3334c1a9b97d0d937f9d90417 Author: Tristan van Berkom <[email protected]> AuthorDate: Fri Mar 25 14:13:08 2022 +0900 .github/CODEOWNERS: Adding CODEOWNERS file --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dfc7c85 --- /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 @abderrahim
