Skip to content

ci: fix Docker layer cache never being read back #1039

ci: fix Docker layer cache never being read back

ci: fix Docker layer cache never being read back #1039

Workflow file for this run

name: Backport merged pull request
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: >
github.event.pull_request.merged &&
contains(toJSON(github.event.pull_request.labels.*.name), '"backport ')
steps:
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Create backport pull requests
uses: korthout/backport-action@v4