Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: labeler: use globstar where applicable #986

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

jeckersb
Copy link
Contributor

It appears the single glob '*' doesn't match recursively, so use the
globstar '**' where we want to match anything within a subtree

Signed-off-by: John Eckersberg [email protected]

It appears the single glob '*' doesn't match recursively, so use the
globstar '**' where we want to match anything within a subtree

Signed-off-by: John Eckersberg <[email protected]>
@jeckersb
Copy link
Contributor Author

relevant labeler docs

@cgwalters cgwalters merged commit 5016571 into containers:main Dec 19, 2024
23 of 25 checks passed
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