We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c28ef commit cd310b8Copy full SHA for cd310b8
.github/workflows/ci.yml
@@ -7,6 +7,13 @@ on:
7
branches:
8
- '**'
9
jobs:
10
+ check-changelog:
11
+ name: Changelog
12
+ timeout-minutes: 5
13
+ runs-on: ubuntu-18.04
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - uses: dangoslen/changelog-enforcer@v2
17
build:
18
runs-on: ubuntu-18.04
19
timeout-minutes: 30
CHANGELOG.md
@@ -5,6 +5,8 @@
5
6
## 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
0 commit comments