Skip to content

deps: bump starlette from 0.48.0 to 0.49.1 in the pip group across 1 directory #310

deps: bump starlette from 0.48.0 to 0.49.1 in the pip group across 1 directory

deps: bump starlette from 0.48.0 to 0.49.1 in the pip group across 1 directory #310

Workflow file for this run

name: PR metadata
on:
pull_request:
types:
- edited
- opened
- reopened
- synchronize
jobs:
conventional-commit:
name: Check conventional commit title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check title
uses: ytanikin/[email protected]
with:
task_types: '["build","chore","ci","deps","docs","feat","fix","perf","refactor","revert","test"]'
add_scope_label: true
token: ${{ secrets.GITHUB_TOKEN }}