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

Add repository name pattern matching support #36

Open
notheotherben opened this issue Aug 5, 2024 · 2 comments
Open

Add repository name pattern matching support #36

notheotherben opened this issue Aug 5, 2024 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@notheotherben
Copy link
Member

Currently the only way to match repository names in filters is using strict equality, startswith or endswith. Is would be awesome if we could define patterns that would then be used for filtering - something like x matches "a * sentence".

@notheotherben notheotherben added the feature New feature or request label Aug 5, 2024
@rakitaj
Copy link
Contributor

rakitaj commented Aug 7, 2024

Am I reading this issue too literally and you're looking for a new matches operator that's similar to a glob pattern?

I pulled my work into a branch, rebased, and tomorrow will add evaluation of the pattern and cleanup some duplicated or near duplicated functions.

I attached my branch to this issue, it will be a fun one.

@notheotherben
Copy link
Member Author

I think that's the idea, but if you've got any others you think will benefit from glob expression support then I'm more than happy to see us integrate them 👍 Looking forward to seeing what you come up with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants