Skip to content

feat(voice): add DAVE protocol (E2EE) support #2449

feat(voice): add DAVE protocol (E2EE) support

feat(voice): add DAVE protocol (E2EE) support #2449

# SPDX-License-Identifier: MIT
name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read # to read the title of the pull
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}