Skip to content

fix: add missing improvements from PR #1163 to PR #1162 #1377

fix: add missing improvements from PR #1163 to PR #1162

fix: add missing improvements from PR #1163 to PR #1162 #1377

Workflow file for this run

name: PR Title check
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}