Skip to content

Commit 7f7384e

Browse files
meta: Remove codeowner protection from CHANGELOG.md (#3253)
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
1 parent 559eb36 commit 7f7384e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
/src/commands/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
1818
/src/utils/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
1919
/tests/integration/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
20+
21+
# Files without codeowner protection
22+
/CHANGELOG.md

0 commit comments

Comments
 (0)