Skip to content

fix(deps): bump urllib3 from 2.5.0 to 2.6.1 #1622

fix(deps): bump urllib3 from 2.5.0 to 2.6.1

fix(deps): bump urllib3 from 2.5.0 to 2.6.1 #1622

name: "Semantic PR check"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}