Skip to content

fix(auth): resolve type issue when migrating to v9 #4346

fix(auth): resolve type issue when migrating to v9

fix(auth): resolve type issue when migrating to v9 #4346

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: 20
- uses: amannn/action-semantic-pull-request@v5
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true