Skip to content

feat(v2-sdk): bump sdk-core to 7.5.0 v4 for L1 #1250

feat(v2-sdk): bump sdk-core to 7.5.0 v4 for L1

feat(v2-sdk): bump sdk-core to 7.5.0 v4 for L1 #1250

name: Check PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
# Ensures that the PR title adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
conventional-commit:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}