django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
43 stars 20 forks source link

ci: Lint PR title to ensure conventional commit #40

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

I've taken this from a workflow I added to django-cms.

This checks the title of PRs to ensure that they match conventional commits.

https://www.conventionalcommits.org/en/v1.0.0-beta.2/

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (49603bd) into master (c74130c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   81.65%   81.65%           
=======================================
  Files         128      128           
  Lines        3962     3962           
  Branches      796      796           
=======================================
  Hits         3235     3235           
  Misses        600      600           
  Partials      127      127           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c74130c...49603bd. Read the comment docs.