Skip to content

feat: Add onStart lifecycle hook #467

feat: Add onStart lifecycle hook

feat: Add onStart lifecycle hook #467

name: Validate pull request
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
jobs:
validate-pull-request-title:
name: Validate title
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref , 'release/') }}
steps:
- name: Validate title
# `amannn/[email protected]`
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}