Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

feat(apps: morpho): Morpho Blue support #7777

feat(apps: morpho): Morpho Blue support

feat(apps: morpho): Morpho Blue support #7777

Workflow file for this run

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