Skip to content

[DEPENDABOT]: Update sphinx-autodoc-typehints requirement from >=3.0 to >=3.10.2 in /docs #505

[DEPENDABOT]: Update sphinx-autodoc-typehints requirement from >=3.0 to >=3.10.2 in /docs

[DEPENDABOT]: Update sphinx-autodoc-typehints requirement from >=3.0 to >=3.10.2 in /docs #505

name: Release Drafter
on:
push:
branches:
- development
- main # also refresh the draft after the version-bump PR merges to main
pull_request_target:
branches: [development]
types: [opened, reopened, synchronize, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}