Lint pull request title
ActionsLints pull request titles and makes sure they follow the conventional commit rules
v1.0.0
LatestBy goloroden
Tags
(2)Lints pull request titles and makes sure they follow the conventional commit rules
allowed-pull-request-types
- Description: Comma separated list of allowed pull request types
- Required: true
- Example:
chore,feat,fix
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.