Skip to content

feat: swap adapter #417

feat: swap adapter

feat: swap adapter #417

Workflow file for this run

on: [pull_request]
name: "Semantic PR"
jobs:
validation:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: false