Skip to content

chore(cargo): bump tokio from 1.52.1 to 1.52.3 #196

chore(cargo): bump tokio from 1.52.1 to 1.52.3

chore(cargo): bump tokio from 1.52.1 to 1.52.3 #196

name: PR Conventional Commit Validation
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
# https://www.conventionalcommits.org/en/v1.0.0/#specification
task_types: '["feat","fix","build","style","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'false'