Skip to content

feat!: BREAKING CHANGE: Version v3.0.0 #334

feat!: BREAKING CHANGE: Version v3.0.0

feat!: BREAKING CHANGE: Version v3.0.0 #334

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Semantic PR
concurrency:
group: Semantic-PR-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request_target:
types:
- opened
- edited
- reopened
jobs:
semantic-pr:
runs-on: ubuntu-20.04
timeout-minutes: 1
steps:
- name: Semantic pull-request
uses: amannn/[email protected]
with:
requireScope: false
wip: true
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}