conventional-commits-action

command module
v0.0.0-...-2c17bb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 4 Imported by: 0

README

conventional-commits-action

This action validates a Pull Request title and commit messages against Conventional Commits guidelines

A valid title or commit message must follow this structure:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Usage

- name: Conventional Commits
  uses: crqra/conventional-commits-action@1.0.0

Example

name: Test

on:
  pull_request:
    branches: [main]
    types: [opened, reopened, synchronize, edited, ready_for_review]

jobs:
  conventional-commits:
    runs-on: ubuntu-latest
    steps:
      - name: Conventional Commits
        uses: crqra/conventional-commits-action@1.0.0

Contributing

Thanks for considering contributing.

License

This project is released under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL