Skip to content

adamu/unconventional_commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Unconventional Commits

Commit messages for humans.

This is a Github Action that fails the build if the commits are written using Conventional Commits.

Usage

name: My workflow

on: [push]

jobs:
  my-job:
    runs-on: ubuntu-latest
    steps:
    - uses: adamu/unconventional_commits@v1

Example failure

image

Why

Conventional commits are busywork, obfuscate the commit log, and suck the joy out of the creative process.

Use this action to catch any conventional commits that may sneak into your project and defend your humanity.

TODO

Option to automatically rewrite commits messages without the conventional part.

About

Commit messages for humans

Resources

Stars

Watchers

Forks

Packages

No packages published