Skip to content

refactor: expand remaining braces in catalog globs#4608

Merged
github-actions[bot] merged 1 commit intoSchemaStore:masterfrom
scop:refactor/expand-glob-braces
Mar 23, 2025
Merged

refactor: expand remaining braces in catalog globs#4608
github-actions[bot] merged 1 commit intoSchemaStore:masterfrom
scop:refactor/expand-glob-braces

Conversation

@scop
Copy link
Contributor

@scop scop commented Mar 22, 2025

Continuation of/for same reasons as in
b5e80eb, from #4590

Continuation/for same reasons as in
b5e80eb.
@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

Comment on lines +6191 to +6199
"**/manifests/?/*/*/*/*.*.locale.en-US.yaml",
"**/manifests/?/*/*/*/*.*.locale.fr-FR.yaml",
"**/manifests/?/*/*/*/*.*.locale.it-IT.yaml",
"**/manifests/?/*/*/*/*.*.locale.ja-JP.yaml",
"**/manifests/?/*/*/*/*.*.locale.ko-KR.yaml",
"**/manifests/?/*/*/*/*.*.locale.pt-BR.yaml",
"**/manifests/?/*/*/*/*.*.locale.ru-RU.yaml",
"**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
"**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have domain knowledge on this one, but I wonder if this needs to be such a specific enumeration, or if it would be better written as just

Suggested change
"**/manifests/?/*/*/*/*.*.locale.en-US.yaml",
"**/manifests/?/*/*/*/*.*.locale.fr-FR.yaml",
"**/manifests/?/*/*/*/*.*.locale.it-IT.yaml",
"**/manifests/?/*/*/*/*.*.locale.ja-JP.yaml",
"**/manifests/?/*/*/*/*.*.locale.ko-KR.yaml",
"**/manifests/?/*/*/*/*.*.locale.pt-BR.yaml",
"**/manifests/?/*/*/*/*.*.locale.ru-RU.yaml",
"**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
"**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
"**/manifests/?/*/*/*/*.*.locale.*-*.yaml"

(...or ...locale.*.yaml).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's definitely more appealing as it covers more cases.- Good to leave it as is though

Copy link
Member

@hyperupcall hyperupcall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hyperupcall
Copy link
Member

LGTM

@github-actions github-actions bot merged commit bc1c07c into SchemaStore:master Mar 23, 2025
7 of 8 checks passed
@github-actions
Copy link
Contributor

Merging because @hyperupcall is a code-owner of all the changes - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants