git-resource
git-resource copied to clipboard
Add an option to exclude commits from user
I have a user that will automatically commit to a repo but sometimes this resource triggers twice and makes duplicate commits, so it would be ideal if I could have this resource pick up all commits excluding a specified user.
You may already know this, but This is already somewhat possible, as if you place "[ci skip]" into your commit message, those specific commits are ignored.
Your request is somewhat specific on what you would like to see, however you can potentially create a similar result by using the [ci skip] feature.