Skip to content

Bump urllib3 from 2.2.2 to 2.2.3 in /test #379

Bump urllib3 from 2.2.2 to 2.2.3 in /test

Bump urllib3 from 2.2.2 to 2.2.3 in /test #379

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"