chore(deps): bump jschmid1/cross-repo-cherrypick-action from cde6a39fa9e6eee09e633dc83bbf5e83bb476ec3 to 1182bef0772280407550496e3cceaecb7c0102d0 #2047
Workflow file for this run
This file contains 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@main | |
with: | |
files: changelog/unreleased/*/*.yml |