Skip to content

api: Support suppressing the 'x-envoy-' headers added by the HTTP router #638

api: Support suppressing the 'x-envoy-' headers added by the HTTP router

api: Support suppressing the 'x-envoy-' headers added by the HTTP router #638

Workflow file for this run

name: Cherry pick
on:
pull_request:
branches:
- main
types: ["closed"]
jobs:
cherry_pick_release_v0_6:
runs-on: ubuntu-22.04
name: Cherry pick into release-v0.6
if: ${{ contains(github.event.pull_request.labels.*.name, 'cherrypick/release-v0.6') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cherry pick into release/v0.6
uses: carloscastrojumo/github-cherry-pick-action@v1.0.9
with:
branch: release/v0.6
title: "[release/v0.6] {old_title}"
body: "Cherry picking #{old_pull_request_id} onto release/v0.6"
labels: |
cherrypick/release-v0.6
# put release manager here
reviewers: |
arkodg