Skip to content

Commit

Permalink
Merge #500
Browse files Browse the repository at this point in the history
500: Add CHANGELOG.md entry checker to GHA workflows r=adamgreig a=therealprof

r? @adamgreig

Signed-off-by: Daniel Egger <daniel@eggers-club.de>

Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
bors[bot] and therealprof committed Apr 15, 2021
2 parents 5f8c24e + be1eeef commit 843475e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
pull_request:

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.1.0
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 843475e

Please sign in to comment.