Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #22

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #22

Workflow file for this run

name: Commitlint PR Title
on:
pull_request:
types: [opened, labeled, unlabeled, edited]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- id: pr-lint
uses: livingbio/pr-lint@fix-10-compose-action
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repository: ${{ github.repository }}
pr_number: ${{ github.event.number }}