Replies: 1 comment 1 reply
-
👋 @njlaw I think you're a on good path. You might want to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been trying to match files that are in the root directory of the repository without success. Currently, I have:
However, even when no files at the root of the repository are affected in the commits of a pull request, this condition does not match.
Based on https://docs.mergify.com/conditions/#how-to-match-lists, I am assuming that there is no leading
/
when parsing filename in the repository.Any insight into how this attribute is evaluated would be appreciated! I interpreted the example of
files~=^(README.md|CONTRIBUTING.md)$ is true if the file README.md or CONTRIBUTING.md is modified in the pull requests.
to mean that regex is supported.Beta Was this translation helpful? Give feedback.
All reactions