Skip to content

chore: move utils.Chain into chain-helpers package #1916

chore: move utils.Chain into chain-helpers package

chore: move utils.Chain into chain-helpers package #1916

name: "Validate PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}