Skip to content

chore(ci): Adding Playwright function #1678

chore(ci): Adding Playwright function

chore(ci): Adding Playwright function #1678

name: Semantic Pull Request
on:
workflow_call:
inputs:
types:
required: false
type: string
scopes:
required: false
type: string
requireScope:
required: false
type: boolean
default: false
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}}
requireScope: ${{inputs.requireScope}}
validateSingleCommit: false
ignoreLabels: |
bot
wip
draft
wip: false