From 6d3fb24de809930261d4d0383f35dacecead5457 Mon Sep 17 00:00:00 2001 From: Sean Quah Date: Fri, 22 Oct 2021 19:08:48 +0100 Subject: [PATCH] Configure @matrix-org/synapse-core to be the code owner for the repo Signed-off-by: Sean Quah --- .github/CODEOWNERS | 2 ++ changelog.d/436.misc | 1 + 2 files changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 changelog.d/436.misc diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..553ceec3 --- /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 diff --git a/changelog.d/436.misc b/changelog.d/436.misc new file mode 100644 index 00000000..011faf50 --- /dev/null +++ b/changelog.d/436.misc @@ -0,0 +1 @@ +Configure @matrix-org/synapse-core to be the code owner for the repository.