Skip to content

Bump golang.org/x/image from 0.0.0-20210220032944-ac19c3e999fb to 0.10.0 #4

Bump golang.org/x/image from 0.0.0-20210220032944-ac19c3e999fb to 0.10.0

Bump golang.org/x/image from 0.0.0-20210220032944-ac19c3e999fb to 0.10.0 #4

Workflow file for this run

name: BotAutoMerge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase