Skip to content

fix: remove plan from report if comment is too long #29

fix: remove plan from report if comment is too long

fix: remove plan from report if comment is too long #29

Workflow file for this run

name: PR title conventional-commits linting
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
pr_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: HENNGE/conventional-pull-request-action@v0.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: 'false'
ignoreCommits: 'true'