Skip to content

feat: add nats skill #7

feat: add nats skill

feat: add nats skill #7

Workflow file for this run

name: PR Title Lint
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
chore
feat
requireScope: false
disallowScopes: ""
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
should start with a lowercase letter.
ignoreLabels: |
bot
dependencies
autorelease: pending