Skip to content

build(deps-dev): bump commitizen from 3.30.0 to 4.0.0 #47

build(deps-dev): bump commitizen from 3.30.0 to 4.0.0

build(deps-dev): bump commitizen from 3.30.0 to 4.0.0 #47

Workflow file for this run

name: readthedocs-preview
on:
# Runs when pull requests are opened that affect the docs or the lock file
pull_request_target:
types:
- opened
paths:
- "docs/**"
- poetry.lock
permissions:
pull-requests: write
jobs:
# Adds a link to the preview of the docs on readthedocs to the pull request description
pull-request-links:
runs-on: ubuntu-22.04
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "pycytominer"