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

Unable to trigger build with wildcard in the comment body #38

Closed
ManjuAsthuthe opened this issue Oct 6, 2021 · 2 comments
Closed

Unable to trigger build with wildcard in the comment body #38

ManjuAsthuthe opened this issue Oct 6, 2021 · 2 comments

Comments

@ManjuAsthuthe
Copy link

wildcardNotWorking

Build is not getting trigerred if wildcard is mentioned in the comment body for ex - if the comment body is ^buildzip*$ and on mentioning "buildzip test env" in the PR comment won't trigger the build however if the comment body is ^buildzip$ and on mentioning "buildzip" in the PR comment will trigger the build

On removing wild card(*) build is getting trigerred and on having wildcard in the comment body build is not getting trigerred
Please help me with this issue

@ManjuAsthuthe
Copy link
Author

ManjuAsthuthe commented Oct 6, 2021

it worked by mentioning "." in the comment body rather than just mentioning ""
Hence closing this issue

@bluesliverx
Copy link
Contributor

Yup, it's a regular expression. Glad you got it sorted.

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

No branches or pull requests

2 participants