Skip to content

feat: add social network adapter #1

feat: add social network adapter

feat: add social network adapter #1

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