Skip to content

Chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #124

Chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible

Chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #124

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
jobs:
# align with crossplane's choice https://github.com/crossplane/crossplane/blob/master/.github/workflows/backport.yml
open-pr:
runs-on: ubuntu-20.04
if: github.event.pull_request.merged
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Open Backport PR
uses: zeebe-io/backport-action@v0.0.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_workspace: ${{ github.workspace }}