Skip to content

chore: Bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 #32

chore: Bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3

chore: Bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 #32

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
validate-title:
if: github.event.pull_request.draft == false
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}