mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
9db632f0e1
- Check if the PR contains a single commit, and fail otherwise. - Enable commitlint to check if commits adhere to the conventialcommits.org spec. - Update the the pull request template to point to the conventional commit spec. - Update the dependabot configuration to add the "build(...)" prefix to commits.
878 B
878 B
Fixes #
Proposed Changes
- ...
- ...
- ...
Readiness Checklist
In order to have this pull request merged, complete the following tasks.
Pull request author tasks
- I included all the needed documentation for this change.
- I provided the necessary tests.
- I squashed all the commits into a single commit.
- I followed the Conventional Commit v1.0.0 spec.
Super-linter maintainer tasks
- Label as
breaking
if this change breaks compatibility with the previous released version. - Label as either:
automation
,bug
,documentation
,enhancement
,infrastructure
.