fix(core): Via header is not RFC7230 compliant #9951
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Changelog Validation | |
| on: | |
| pull_request: | |
| types: [ opened, synchronize ] | |
| jobs: | |
| validate-changelog: | |
| name: Validate changelog | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate changelogs | |
| uses: Kong/gateway-changelog@bc389e6bcc015b3560c4d1024a3782331602a0f6 | |
| with: | |
| files: changelog/unreleased/*/*.yml |