Skip to content

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 #287

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 31ca4e5d51253d7e4a2317bfe74699cbe3a398a9

Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 31ca4e5d51253d7e4a2317bfe74699cbe3a398a9 #287

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
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v3