Skip to content

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

fix: remove plan from report if comment is too long

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

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitTitleMatch: 'false'
ignoreCommits: 'true'