Skip to content

ISPN-16580 Display aliases in caches #83

ISPN-16580 Display aliases in caches

ISPN-16580 Display aliases in caches #83

Workflow file for this run

name: Automated Backporting
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
create_backport:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- if: contains(github.event.pull_request.labels.*.name, '13.x')
name: 13.x Backport
uses: kiegroup/[email protected]
with:
target-branch: 13.x
pull-request: ${{ github.event.pull_request.url }}
auth: ${{ secrets.GITHUB_TOKEN }}
no-squash: true
- if: contains(github.event.pull_request.labels.*.name, '14.x')
name: 14.x Backport
uses: kiegroup/[email protected]
with:
target-branch: 14.x
pull-request: ${{ github.event.pull_request.url }}
auth: ${{ secrets.GITHUB_TOKEN }}
no-squash: true