Skip to content

Add fail_on_error parameter to the Github actions #14

@aj3sh

Description

@aj3sh

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions