Skip to content

Lint pull request title

Actions
Lints pull request titles and makes sure they follow the conventional commit rules
v1.0.0
Latest
Star (0)

Lint pull request title

Lints pull request titles and makes sure they follow the conventional commit rules

Input options

  • allowed-pull-request-types
    • Description: Comma separated list of allowed pull request types
    • Required: true
    • Example: chore,feat,fix

Example usage

name: Lint pull request title

on:
  pull_request_target:
    types:
      - opened
      - edited
      - synchronize

jobs:
  lint-pull-request-title:
    runs-on: ubuntu-latest
    steps:
      - name: Lint pull request title
        uses: matthiashermsen/lint-pull-request-title@v1.0.0
        with:
          allowed-pull-request-types: chore,feat,fix

Lint pull request title is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Lints pull request titles and makes sure they follow the conventional commit rules
v1.0.0
Latest

Lint pull request title is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.