Skip to content

chore(deps-dev): bump cryptography from 41.0.6 to 43.0.1 #152

chore(deps-dev): bump cryptography from 41.0.6 to 43.0.1

chore(deps-dev): bump cryptography from 41.0.6 to 43.0.1 #152

Workflow file for this run

name: pr-lints
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
with:
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" should start with a lowercase.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}