diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d6da6d848..33bc5acfbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,13 @@ on: branches: - '**' jobs: + check-changelog: + name: Changelog + timeout-minutes: 5 + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v2 + - uses: dangoslen/changelog-enforcer@v2 build: runs-on: ubuntu-18.04 timeout-minutes: 30 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4408605086..de99a3e3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ## New Features ## Improvements +- Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) + ## Fixes # 2.2.0