Skip to content

build(deps-dev): bump urllib3 from 2.0.3 to 2.0.7 #117

build(deps-dev): bump urllib3 from 2.0.3 to 2.0.7

build(deps-dev): bump urllib3 from 2.0.3 to 2.0.7 #117

Workflow file for this run

name: Lint PR Title
#
# Ensures that PR title matches the Conventional Commits spec.
#
# - https://github.com/amannn/action-semantic-pull-request
#
on:
pull_request_target:
types:
- edited
- opened
- synchronize
jobs:
lint-pr-title:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}