Skip to content

feat: [Remote rendering 3.3a] server-authoritative widget toggles and projection #421

feat: [Remote rendering 3.3a] server-authoritative widget toggles and projection

feat: [Remote rendering 3.3a] server-authoritative widget toggles and projection #421

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate_pr_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}