Skip to content

feat: add DNS-over-QUIC (DoQ) upstream support (RFC 9250) #317

feat: add DNS-over-QUIC (DoQ) upstream support (RFC 9250)

feat: add DNS-over-QUIC (DoQ) upstream support (RFC 9250) #317

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