Skip to content

Update GHA reusable workflow ref to module-ci-v1 #405

Update GHA reusable workflow ref to module-ci-v1

Update GHA reusable workflow ref to module-ci-v1 #405

name: Backport merged pull request
on:
pull_request_target:
types: [closed, labeled]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
backport:
if: github.event.pull_request.merged == true
uses: humanmade/backport-workflow/.github/workflows/backport-module.yml@main
# Optional: customize the label pattern
# with:
# label_pattern: '^backport ([^ ]+)$'