mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
add a CI check for changelog file
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
14
.github/workflows/pr-changelog-check.yml
vendored
Normal file
14
.github/workflows/pr-changelog-check.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user