Skip to content

fix: use the new inflight interface modifier #572

fix: use the new inflight interface modifier

fix: use the new inflight interface modifier #572

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
branches-ignore:
- mergify/merge-queue/*
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
docs
chore
rfc
revert
bedrock
budget
checks
cognito
containers
dynamodb
eventbridge
fifoqueue
github
jwt
lock
messagefanout
ngrok
openai
postgres
react
redis
sagemaker
simtools
tsoa
vite
websockets
subjectPattern: ^[^A-Z][^:]+[^.]$
subjectPatternError: Subject must start with a lowercase, should not include ':'
and should not end with a period
requireScope: false