Skip to content

feat: add CHD disc image support #2

feat: add CHD disc image support

feat: add CHD disc image support #2

Workflow file for this run

name: PR Title Validation
on:
pull_request_target:
types:
- opened
- edited
- reopened
permissions:
pull-requests: read
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
requireScope: false