From e503b7f3f064221df432a6fbf1bbbc10e6206dd1 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:19:30 +0200 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de429ff96..fd949804af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,12 @@ jobs: run: npm ci - name: CI Self-Check run: npm run ci:check + check-changelog-update: + runs-on: ubuntu-18.04 + timeout-minutes: 5 + steps: + - uses: actions/checkout@v2 + - uses: dangoslen/changelog-enforcer@v2 check-lint: name: Lint timeout-minutes: 15 From d3dde03b8cc9ea213b434685346aef28a2a0b7d1 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:21:40 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53ea2cf97..868949eacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -142,6 +142,7 @@ ___ - Fix LiveQuery server crash when using $all query operator on a missing object key (Jason Posthuma) [#7421](https://github.com/parse-community/parse-server/pull/7421) - Added runtime deprecation warnings (Manuel Trezza) [#7451](https://github.com/parse-community/parse-server/pull/7451) - Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) [#7437](https://github.com/parse-community/parse-server/pull/7437) +- Add CI check to add changelog entry (Manuel Trezza) [#7512](https://github.com/parse-community/parse-server/pull/7512) ## 4.10.0 [Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.2...4.10.0) From b8c98c1231cdbd1d5a881761e573152ce9a777b7 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:23:49 +0200 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd949804af..5c5506d082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,10 @@ jobs: run: npm ci - name: CI Self-Check run: npm run ci:check - check-changelog-update: - runs-on: ubuntu-18.04 + check-changelog: + name: Changelog Entry timeout-minutes: 5 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: dangoslen/changelog-enforcer@v2 From 597c0f46eb18b95198b2cb7447a7afa169493f65 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:25:30 +0200 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c5506d082..d4143791a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: CI Self-Check run: npm run ci:check check-changelog: - name: Changelog Entry + name: Changelog timeout-minutes: 5 runs-on: ubuntu-18.04 steps: