Skip to content

chore(deps): bump tornado from 6.5.5 to 6.5.6 #262

chore(deps): bump tornado from 6.5.5 to 6.5.6

chore(deps): bump tornado from 6.5.5 to 6.5.6 #262

Workflow file for this run

name: PR lint
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
permissions:
contents: read
pull-requests: write
jobs:
validate-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}