Skip to content

Validate a Pull Request title and commit messages against Conventional Commits guidelines

License

Notifications You must be signed in to change notification settings

jcrqr/conventional-commits-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Validate a Pull Request title and commit messages against Conventional Commits guidelines

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages