mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 13:20:50 +01:00
11 lines
441 B
YAML
11 lines
441 B
YAML
on: pull_request
|
|
jobs:
|
|
enforce-changelog:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dangoslen/changelog-enforcer@v3
|
|
with:
|
|
changeLogPath: CHANGELOG.md
|
|
missingUpdateErrorMessage: |
|
|
The changelog was not updated. Please document your changes in CHANGELOG.md.
|
|
Run `git config core.hooksPath .githooks` to enable a git hook that ensures you updated the changelog before pushing.
|