Replies: 2 comments 1 reply
-
I like the idea |
Beta Was this translation helpful? Give feedback.
1 reply
-
This was done in v5.14.0 |
Beta Was this translation helpful? Give feedback.
0 replies
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_failure
orstop_on_failure
that 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:
Beta Was this translation helpful? Give feedback.
All reactions