From b0460936c8e31a2e0d160d4bba69223036ae26fe Mon Sep 17 00:00:00 2001
From: Brendan Abolivier <babolivier@matrix.org>
Date: Wed, 6 Oct 2021 16:03:17 +0200
Subject: [PATCH] Add the synapse-core team as code owners (#10994)

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
---
 .github/CODEOWNERS     | 2 ++
 changelog.d/10994.misc | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 .github/CODEOWNERS
 create mode 100644 changelog.d/10994.misc

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
diff --git a/changelog.d/10994.misc b/changelog.d/10994.misc
new file mode 100644
index 0000000000..0a8538b01e
--- /dev/null
+++ b/changelog.d/10994.misc
@@ -0,0 +1 @@
+Add a `CODEOWNERS` file to automatically request reviews from the `@matrix-org/synapse-core` team on new pull requests.
-- 
GitLab