sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

CODEOWNERS file section not handled

Open amorfus78 opened this issue 1 year ago • 1 comments

Core or SDK?

Platform/SDK

Which part? Which one?

SAAS (sentry.io)

Description

According to the documentation on ownership-rules, there's no exceptions concerning codeowners sections. So I expected it to assign the rules accordingly.

However, after going through with the implementation, only the lines where the gitlab handle was mentioned were transformed into rules.

Here's a quick breakdown of what my CODEOWNERS file looks like :

[section-name] @my-team-handle
not_implemented/
implemented/ @my-team-handle

Suggested Solution

After looking at the source code, it seems this is an expected behaviour. Would you please update the documentation accordingly

amorfus78 avatar Mar 27 '24 15:03 amorfus78

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Mar 27 '24 15:03 getsantry[bot]