Skip to content

Change nativeErrorCode, nativeErrorMessage to be nullable #4217

Change nativeErrorCode, nativeErrorMessage to be nullable

Change nativeErrorCode, nativeErrorMessage to be nullable #4217

Workflow file for this run

name: 'PR Title is Conventional'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
contents: none
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true