add a CI check for changelog file

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-06-05 16:00:23 -07:00
parent d9d9dc60da
commit 5643b0f634
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Pull Request Changelog Check
on: [pull_request]
jobs:
build:
name: Run Changelog Check
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Changelog check
run: ./hack/changelog-check.sh