Skip to content

chore(main): release 2.0.0 #380

chore(main): release 2.0.0

chore(main): release 2.0.0 #380

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@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
validateSingleCommit: false
validateSingleCommitMatchesPrTitle: false