Skip to content

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible #468

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible

Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible #468

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' }}
steps:
- uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gh pr merge
run: |
gh pr merge --auto --rebase "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}