Skip to content

⬆ Bump urllib3 from 2.5.0 to 2.6.0 #1567

⬆ Bump urllib3 from 2.5.0 to 2.6.0

⬆ Bump urllib3 from 2.5.0 to 2.6.0 #1567

Workflow file for this run

name: Bot CI
on:
# It would only run at any events which be triggered by bot, i.e., GitHub dependency bot, for guarantee that the
# change doesn't affect anything of source code.
pull_request:
types:
- opened
- synchronize
branches:
- "master"
jobs:
build-and-test:
# name: Run all tests and organize all test reports
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
uses: ./.github/workflows/rw_build_and_test.yaml