Skip to content

[DONOTMERGE] tmp: run acceptance tests targeting Envoy 1.26.7 via custom Dataplane #4280

[DONOTMERGE] tmp: run acceptance tests targeting Envoy 1.26.7 via custom Dataplane

[DONOTMERGE] tmp: run acceptance tests targeting Envoy 1.26.7 via custom Dataplane #4280

Workflow file for this run

# Copyright (c) HashiCorp, Inc.
---
name: Backport Assistant Runner
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
if: github.event.pull_request.merged
runs-on: ubuntu-latest
container: hashicorpdev/backport-assistant:0.3.5
steps:
- name: Run Backport Assistant
run: backport-assistant backport -merge-method=squash -gh-automerge
env:
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+\\.x)"
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}"
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}