Skip to content

chore: Bump the minor-and-patch group across 1 directory with 25 updates #1231

chore: Bump the minor-and-patch group across 1 directory with 25 updates

chore: Bump the minor-and-patch group across 1 directory with 25 updates #1231

name: PR Conventional Commit Validation
on:
pull_request_target:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v3.0.0
id: app-token
with:
app-id: ${{ secrets.DS_RELEASE_BOT_ID }}
private-key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}
permission-pull-requests: write
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.5.2
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
token: ${{ steps.app-token.outputs.token }}