Skip to content

fix: don't pass EDNS0 DNS Cookies through #1078

fix: don't pass EDNS0 DNS Cookies through

fix: don't pass EDNS0 DNS Cookies through #1078

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (conventional commit types)
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert
# Optionally define scopes (can be omitted to allow any scope)
# scopes: |
# core
# api
# resolver
# Require a scope (set to false to make optional)
requireScope: false