Skip to content

Commit

Permalink
ci(changelog): add changelog reminder (#1764)
Browse files Browse the repository at this point in the history
* added changelog reminder

* Update CHANGELOG.md

* enforce changelog syntax

* Update ci.yml

* rewording
  • Loading branch information
mtrezza authored Aug 23, 2021
1 parent e8c28ef commit cd310b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd310b8

Please sign in to comment.