Skip to content

⬆ Bump gitpython from 3.1.44 to 3.1.54 #1687

⬆ Bump gitpython from 3.1.44 to 3.1.54

⬆ Bump gitpython from 3.1.44 to 3.1.54 #1687

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