git-resource icon indicating copy to clipboard operation
git-resource copied to clipboard

Add an option to exclude commits from user

Open track0x1 opened this issue 8 years ago • 1 comments

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.

track0x1 avatar Nov 13 '17 20:11 track0x1

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.

loghen41 avatar Oct 01 '18 17:10 loghen41