Skip to content

build(deps): bump sphinx-autodoc-typehints from 1.25.1 to 1.25.2 #1353

build(deps): bump sphinx-autodoc-typehints from 1.25.1 to 1.25.2

build(deps): bump sphinx-autodoc-typehints from 1.25.1 to 1.25.2 #1353

Workflow file for this run

name: Rebase pull requests
on:
push:
release:
types: [published]
jobs:
auto-rebase:
name: rebase dependabot PRs
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' || github.event == 'release'
timeout-minutes: 5
steps:
- name: rebase
uses: "bbeesley/gha-auto-dependabot-rebase@main"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}