From 35d260f0fd4553b63d2dd6b24143130ee968d7b6 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Thu, 25 Sep 2025 09:34:03 -0500 Subject: [PATCH 1/4] chore: Remove signoff requirements check for pull requests --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4649da8d..6a82c69b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,6 @@ on: workflow_dispatch: jobs: - check-signoff: - if: "github.event_name == 'pull_request'" - uses: "matrix-org/backend-meta/.github/workflows/sign-off.yml@v2" - complement-internal: runs-on: ubuntu-latest steps: From c55d6206f19356144fd1f482f3a85cb6479dea52 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Mon, 27 Oct 2025 06:04:07 -0500 Subject: [PATCH 2/4] chore: Remove pull_request_template.md file --- .github/pull_request_template.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 7b8b4f3d..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,4 +0,0 @@ -### Pull Request Checklist - -- [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off) - From dd72b4abea5790997d3d4ade62f3128864a5975b Mon Sep 17 00:00:00 2001 From: Jason Little Date: Mon, 27 Oct 2025 06:20:13 -0500 Subject: [PATCH 3/4] chore: Only use the Famedly Synapse repo for testing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a82c69b..d1dcb1ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: matrix: include: - homeserver: Synapse - repo: element-hq/synapse + repo: famedly/synapse tags: synapse_blacklist packages: ./tests/msc3874 ./tests/msc3902 ./tests/msc4306 env: "COMPLEMENT_ENABLE_DIRTY_RUNS=1 COMPLEMENT_SHARE_ENV_PREFIX=PASS_ PASS_SYNAPSE_COMPLEMENT_DATABASE=sqlite" From f2f90c63dbbcf43bf8f70aeae56f44b314d0be91 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Mon, 27 Oct 2025 06:33:49 -0500 Subject: [PATCH 4/4] chore: Adjust CODEOWNERS to point at matrix team --- .github/CODEOWNERS | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe7edf66..944ec1c7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,2 @@ # Automatically request reviews from the synapse-core and dendrite-core teams when a pull request comes in. -* @matrix-org/synapse-core @matrix-org/dendrite-core - -# For modifications to complement internals, also directly request review from Kegan. -/build/ @matrix-org/synapse-core @matrix-org/dendrite-core @kegsay -/cmd/ @matrix-org/synapse-core @matrix-org/dendrite-core @kegsay -/internal/ @matrix-org/synapse-core @matrix-org/dendrite-core @kegsay -/runtime/ @matrix-org/synapse-core @matrix-org/dendrite-core @kegsay +* @famedly/matrix-team