diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-10-06 16:03:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 16:03:17 +0200 |
commit | b0460936c8e31a2e0d160d4bba69223036ae26fe (patch) | |
tree | 2c5609469bfee4154931e14d357a6c02e66ab748 /.github | |
parent | Don't drop user dir deltas when server leaves room (#10982) (diff) | |
download | synapse-b0460936c8e31a2e0d160d4bba69223036ae26fe.tar.xz |
Add the synapse-core team as code owners (#10994)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d6cd75f1d0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Automatically request reviews from the synapse-core team when a pull request comes in. +* @matrix-org/synapse-core \ No newline at end of file |