Skip to content

ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23.1 #198

ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23.1

ci(deps): bump commitizen-tools/commitizen-action from 0.22.0 to 0.23.1 #198

Workflow file for this run

name: Python Poetry CI
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: prosegrinder/.github/.github/workflows/poetry-lint.yaml@main
test:
needs: lint
uses: prosegrinder/.github/.github/workflows/poetry-test.yaml@main
cz-dry-run:
name: "Dry run Commitizen bump"
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create bump and changelog
uses: commitizen-tools/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_consistency: true
dry_run: true