Skip to content

Build(deps): Bump sphinx-gallery from 0.17.0 to 0.17.1 (#626) #6

Build(deps): Bump sphinx-gallery from 0.17.0 to 0.17.1 (#626)

Build(deps): Bump sphinx-gallery from 0.17.0 to 0.17.1 (#626) #6

name: PR update
on:
push:
branches:
- "main"
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.8.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: "main"
required_approval_count: 1
require_passed_checks: false
sort: "created"
direction: "desc"
require_auto_merge_enabled: true