Replies: 2 comments 1 reply
|
I like the idea |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there an option like
allow_failureorstop_on_failurethat makes it possible to only print a warning or so if an action fails and not block any further actions or the git operation itself?We were thinking about using that for our commit message validation: In most cases, we follow a simple rule like "Ticketnumber: Message", but sometimes the developers working on features don't follow that format for every commit (e.g. when working on an open Pull-Request that will be squashed before merging).
Currently we have something like this:
Would be nice to have something like this:
Diff:
All reactions