mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
6e06452aac
commit
3faf6f519c
2 changed files with 6 additions and 0 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue