added changelog.yml workflow

This commit is contained in:
Robin Müller 2021-11-02 00:04:26 +01:00
parent 1e52abf372
commit 4df9371758
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 19 additions and 0 deletions

19
.github/workflows/changelog.yml vendored Normal file
View File

@ -0,0 +1,19 @@
on:
pull_request_target:
name: Changelog check
jobs:
changelog:
name: Changelog check
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Changelog updated
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}