Skip to content

feat: add DP-12 shotgun #696

feat: add DP-12 shotgun

feat: add DP-12 shotgun #696

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types: [opened, edited, reopened]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: docker://ghcr.io/scarf005/conventional-prs:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}