Skip to content

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.18.0 #90

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.18.0

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.18.0 #90

name: Lint PR Title
run-name: ${{github.event.pull_request.title}}
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
deps
docs
feat
fix
refactor
test
requireScope: false
# https://regex101.com/r/YybDgS/1
subjectPattern: ^([A-Z].*[^.]|bump .*)$