⬆ Bump urllib3 from 2.5.0 to 2.6.0 #1567
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |