From 9ae7739d96cdd3db81de1499b9bf0be38aae0a06 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:53:06 +0200 Subject: [PATCH] meta: Remove codeowner protection from `CHANGELOG.md` As the changelog often needs to be updated with changes that have a broader set of codeowners than the default `*`, we should exclude it from codeowner protection to allow approvals by those codeowners, rather than blocking PRs on the `*` rule only because of the changelog updates --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5579263b31..36c1e94bdd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,3 +17,6 @@ /src/commands/build @getsentry/emerge-tools @getsentry/owners-sentry-cli /src/utils/build @getsentry/emerge-tools @getsentry/owners-sentry-cli /tests/integration/build @getsentry/emerge-tools @getsentry/owners-sentry-cli + +# Files without codeowner protection +/CHANGELOG.md