Skip to content

Bump imageio-ffmpeg from 0.5.1 to 0.6.0 (#425) #76

Bump imageio-ffmpeg from 0.5.1 to 0.6.0 (#425)

Bump imageio-ffmpeg from 0.5.1 to 0.6.0 (#425) #76

name: PR update
on:
push:
branches:
- "main"
jobs:
autoupdate:
permissions:
pull-requests: read
issues: read
repository-projects: read
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: adRise/update-pr-branch@v0.9.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