diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-07-24 19:33:40 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-07-24 19:33:40 +0900 |
commit | d300a7621403e0ddbeeea2e0fa5446f166736b3e (patch) | |
tree | 874936ad215ce339558198c6e2ea2f3dc331e610 | |
parent | e657119f258153f16e12a17ab574524b3f614cbc (diff) | |
download | buildstream-d300a7621403e0ddbeeea2e0fa5446f166736b3e.tar.gz |
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.
-rw-r--r-- | .gitlab/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 000000000..ca44a61e2 --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1,4 @@ +# Main committers with blanket access to the project +# + +* @tristanvb @juergbi @cs-shadow @BenjaminSchubert |