opensource-nepal/commitlint

Add fail_on_error parameter to the Github actions

Closed this issue · 0 comments

aj3sh commented

The current GitHub Actions fail if commitlint throws an error. Add a new boolean parameter, fail_on_error, to GitHub Actions. This parameter will determine whether to fail the CI or proceed to the next step when commitlint throws an error. The default value for this parameter will be true.

The fail_on_error parameter is set to false when the user wants to ignore the commit message validation or handle the error in their own way.