Skip to content

build: bump @next/bundle-analyzer from 15.1.0 to 15.1.2 #1933

build: bump @next/bundle-analyzer from 15.1.0 to 15.1.2

build: bump @next/bundle-analyzer from 15.1.0 to 15.1.2 #1933

name: Semantic Pull Request
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
revert
test
chore
subjectPattern: ^(?![A-Z]).+[^.]$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
did not match the configured pattern. Please ensure that the subject
starts with a lowercase character and does not end with a period.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}