Skip to content

chore(deps-dev): bump @nx/nest from 22.3.3 to 23.0.1 #111

chore(deps-dev): bump @nx/nest from 22.3.3 to 23.0.1

chore(deps-dev): bump @nx/nest from 22.3.3 to 23.0.1 #111

Workflow file for this run

name: PR Lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
conventional-title:
name: Conventional PR Title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
subjectPattern: ^.+$
subjectPatternError: 'PR title "{subject}" must not be empty.'
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert