Skip to content

ci(backport): make the backport job carry over the labels from the main PR #68

ci(backport): make the backport job carry over the labels from the main PR

ci(backport): make the backport job carry over the labels from the main PR #68

name: pr-mgmt
on:
pull_request:
types: [labeled,opened,reopened,edited,ready_for_review]
jobs:
pr-mgmt:
uses: kumahq/.github/.github/workflows/wfc_pr_management.yml@main
with:
approve: true
merge: true
matchLabel: "auto-merge"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}