8000 build(poetry): upgrade mypy version to ^1.15.0 · commitizen-tools/commitizen@1fa25f0 · GitHub
[go: up one dir, main page]

Skip to content

refactor(BaseConfig): update function name, upgrade mypy version #1101

refactor(BaseConfig): update function name, upgrade mypy version

refactor(BaseConfig): update function name, upgrade mypy version #1101

Workflow file for this run

name: "Label Pull Request"
on:
- pull_request_target
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/labeler.yml
sparse-checkout-cone-mode: false
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
0