Skip to content

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the uv group across 1 directory #27

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the uv group across 1 directory

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the uv group across 1 directory #27

name: PR Title Conventional Commit Check
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- main
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # v1.5.2
with:
task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert","release"]'
add_label: 'false'