Skip to content

fix/udcmigration

fix/udcmigration #774

name: Semantic Pull Request
on:
workflow_call:
inputs:
types:
required: false
type: string
scopes:
required: false
type: string
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🤖 Ensure Semantic Commit Compliance
if: github.event_name == 'pull_request'
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: ${{inputs.types}}
scopes: ${{inputs.scopes}}
validateSingleCommit: false
ignoreLabels: |
bot
wip
draft
wip: false