You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is ignore-commit-pattern which ignores commits based on a pattern search. However, I am facing a scenario, where I have commits from a bot that I want to ignore, and there are multiple patterns in the commit title. It will be easier if I could just mention the author name for ignoring commits directly from that author.
PS If there is some way of doing this, I am happy to use that.
The text was updated successfully, but these errors were encountered:
You can currently do this using --append-git-log"--author=<author>" (untested), see also #226 (comment). If this answers your question, please consider closing the issue
Description
Currently, there is
ignore-commit-pattern
which ignores commits based on a pattern search. However, I am facing a scenario, where I have commits from a bot that I want to ignore, and there are multiple patterns in the commit title. It will be easier if I could just mention the author name for ignoring commits directly from that author.PS If there is some way of doing this, I am happy to use that.
The text was updated successfully, but these errors were encountered: