Skip to content

Bump amannn/action-semantic-pull-request from 5 to 6 #5

Bump amannn/action-semantic-pull-request from 5 to 6

Bump amannn/action-semantic-pull-request from 5 to 6 #5

Workflow file for this run

name: Lint PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
commitlint:
name: Check PR title (Conventional Commits)
runs-on: ubuntu-latest
# Dependabot and release-please manage their own titles — skip them.
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
deps
requireScope: false
# release-please opens PRs like "chore: release 2.0.2" — allow those through
ignoreLabels: |
autorelease: pending
autorelease: tagged