Skip to content

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 21.0.2 #988

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 21.0.2

build(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 21.0.2 #988

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'github-actions[bot]' && !contains(github.event.pull_request.user.login, 'bot')
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}