Skip to content

feat: Allow passing PR title as arg to skip API request #41

feat: Allow passing PR title as arg to skip API request

feat: Allow passing PR title as arg to skip API request #41

Workflow file for this run

name: Lint PR Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Lint PR Title
uses: benhodgson87/conventional-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'