Skip to content

envoy: Update envoy 1.27.x to 1.28.3 #826

envoy: Update envoy 1.27.x to 1.28.3

envoy: Update envoy 1.27.x to 1.28.3 #826

---
name: Call Backport Label Updater
on:
pull_request_target:
types:
- closed
branches:
- v1.13
jobs:
call-backport-label-updater:
if: |
github.event.pull_request.merged == true &&
contains(github.event.pull_request.body, 'upstream-prs') &&
contains(github.event.pull_request.labels.*.name, 'backport/1.13')
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@main
with:
pr-body: ${{ github.event.pull_request.body }}
branch: 1.13
secrets: inherit