Skip to content

fix: delete wireguard #4301

fix: delete wireguard

fix: delete wireguard #4301

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true
ignoreLabels: |
automated-pr
dependencies
types: |
chore
ci
delete
deps
feat
fix
style
update
headerPattern: '^(\w*)(?:\(([\w$.\-*/ ]*)\))?: (.*)$'
headerPatternCorrespondence: type, scope, subject