Skip to content

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc #295

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc

build(deps): bump sphinx-autoapi from 3.3.2 to 3.3.3 in /doc #295

Workflow file for this run

name: Backport merged pull request
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/[email protected]
- name: Create backport pull requests
uses: korthout/backport-action@v3
with:
merge_commits: 'skip'