Skip to content

fix(deps): update python non-major dependencies #362

fix(deps): update python non-major dependencies

fix(deps): update python non-major dependencies #362

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
statuses: write
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed (default: https://github.com/commitizen/conventional-commit-types)
# fix, feat, docs, ci, chore, etc.
validateSingleCommit: false