Skip to content

[release-1.31] Pass 1.3 ciphersuites through proxy metadata (#2227) #208

[release-1.31] Pass 1.3 ciphersuites through proxy metadata (#2227)

[release-1.31] Pass 1.3 ciphersuites through proxy metadata (#2227) #208

name: Changelog check
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
changelog:
runs-on: ubuntu-latest
if: >-
!contains(github.event.pull_request.labels.*.name, 'skip-changelog') &&
github.event.pull_request.user.login != 'openshift-service-mesh-bot' &&
github.event.pull_request.user.login != 'istio-testing'
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check changelog fragment
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: hack/changelog-check.sh