Skip to content

feat(patch): defaulting to snake case naming of the resource object provided if no table name option has been provided #213

feat(patch): defaulting to snake case naming of the resource object provided if no table name option has been provided

feat(patch): defaulting to snake case naming of the resource object provided if no table name option has been provided #213

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint title"
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}