Skip to content

fix: SC-64282: Add back in early return for onSearch/debounce #3975

fix: SC-64282: Add back in early return for onSearch/debounce

fix: SC-64282: Add back in early return for onSearch/debounce #3975

name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
validate_pr_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true