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

chore: earth relayers pipeline for TESTNET #1

chore: earth relayers pipeline for TESTNET

chore: earth relayers pipeline for TESTNET #1

Workflow file for this run

# The Licensed Work is (c) 2022 Sygma
# SPDX-License-Identifier: LGPL-3.0-only
on: [pull_request]
name: "Semantic PR"
jobs:
validation:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: false