-
Notifications
You must be signed in to change notification settings - Fork 119
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
Changeset includes minimum files of certain regex #595
Comments
Or maybe add |
hey @vsingal-p that may work, i am not quite sure, another solution i can think off the top of my head is to add |
I tried this. So basically pass when no file under a specific directory (or subdirectory) is changed. |
Using What say, let's give |
Also I want to perform an action when the second |
How would
For now, i think you can have a second recipe that only include the individual constituents you want and have an action for the second recipe. |
This would mean if any change is made in any file under |
But that would show up in my PR checks, no? Is their any way we can prevent that? |
@shine2lay I saw some weird behaviour. When I added I saw that we store each configurable option in validator as |
Yes we can prevent a second check from appearing, Mergeable will only add
Yes, there are some settings that is not specified in the I would love to hear if you have a different solution.
If you are suggesting that all validator must support a basic subset of settings, I am not sure if that's the best idea since we imagine that validator could be anything in the future (i.e 3rd party API calls like JIRA) and not just confined to Github related items. WDYT? |
Hey everyone. I am having the same issue and just came across this. It does not appear that Would you support a PR to add this option? |
@taylor-cedar yes, would definitely support it. Please tag me if you open a PR |
I am trying to implement a check in which I want that if a change is made in certain files, then there should be more than X number of files.
But the problem is,
min
includes all the changed files in the PR, and not only the ones matching the regex. How to achieve that?The text was updated successfully, but these errors were encountered: