Skip to content

chore(deps-dev): bump stripe-event-types from 2.3.0 to 3.1.0 #11515

chore(deps-dev): bump stripe-event-types from 2.3.0 to 3.1.0

chore(deps-dev): bump stripe-event-types from 2.3.0 to 3.1.0 #11515

Workflow file for this run

# Workflow to ensure PR title matches the Conventional Commits spec
# https://www.conventionalcommits.org/en/v1.0.0/
name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
with:
types: |
feat
fix
docs
style
refactor
ref
perf
test
build
ci
chore
revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}