Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

chore(deps-dev): Bump cryptography from 42.0.5 to 43.0.1 #269

chore(deps-dev): Bump cryptography from 42.0.5 to 43.0.1

chore(deps-dev): Bump cryptography from 42.0.5 to 43.0.1 #269

Workflow file for this run

name: 'PR title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
subjectPattern: ^[A-Z].+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
starts with an uppercase character.
wip: true
validateSingleCommit: false