Skip to content

PLATFORM-8725 | Use recursive parser calls to preserve template dom cache #5

PLATFORM-8725 | Use recursive parser calls to preserve template dom cache

PLATFORM-8725 | Use recursive parser calls to preserve template dom cache #5

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- labeled
- closed
jobs:
backport:
name: Backport Action
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged == true
&& contains(github.event.pull_request.labels.*.name, 'auto-backport')
&& (
(github.event.action == 'labeled' && github.event.label.name == 'auto-backport')
|| (github.event.action == 'closed')
)
steps:
- name: Backport
uses: sqren/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: backport-to-