Skip to content

Specify file type for CODEOWNER exceptions

Kai Armstrong requested to merge phikai-codeowner-specific-file-types into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Per the discussion in !97072 (comment 1102516784) and slack this makes the paths that won't require an approval more specific to:

Only markdown files in the template directories:

/.gitlab/issue_templates/*.md
/.gitlab/merge_request_templates/*.md

Only yml files in the deprecations and removals directories:

/data/deprecations/*.yml
/data/removals/*.yml

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports