[CODEOWNERS] Skip review on changes to translation files (#150678)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Alejandro Fernández Haro 2023-02-09 18:37:48 +01:00 committed by GitHub
parent 6e06452aac
commit 3faf6f519c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -1191,3 +1191,6 @@ packages/kbn-yarn-lock-validator @elastic/kibana-operations
# Design (at the bottom for specificity of SASS files)
**/*.scss @elastic/kibana-design
# Changes to translation files should not ping code reviewers
x-pack/plugins/translations/translations

View file

@ -30,6 +30,9 @@ const GENERATED_TRAILER = `
# Design (at the bottom for specificity of SASS files)
**/*.scss @elastic/kibana-design
# Changes to translation files should not ping code reviewers
x-pack/plugins/translations/translations
`;
function normalizeDir(dirish: string): string {