From 2c0e53ec4ded708017036dacff0260772e4227ea Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:58:14 +0200 Subject: [PATCH 1/5] added changelog reminder --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d6da6d848..e1e4d7d4bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,14 @@ on: branches: - '**' jobs: + changelog: + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - uses: actions/checkout@v2 + - uses: dangoslen/changelog-enforcer@v2 build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: actions/checkout@v2 From b891547d055928a487b1f461e7597424d53f6d34 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:07:01 +0200 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4408605086..3712f9685d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## New Features ## Improvements +- Add CI check to add changelog entry (Manuel Trezza) ## Fixes # 2.2.0 From c2fee35b0ab40bab1b41d8935a2f22d563091c03 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:08:53 +0200 Subject: [PATCH 3/5] enforce changelog syntax --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1e4d7d4bc..deabf3d8db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,20 @@ on: branches: - '**' jobs: - changelog: + changelog-update: runs-on: ubuntu-latest timeout-minutes: 5 steps: - uses: actions/checkout@v2 - uses: dangoslen/changelog-enforcer@v2 + changelog-syntax: + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - uses: ardalanamini/auto-changelog@v1.1.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + exclude: 'revert,other,breaking' build: runs-on: ubuntu-latest timeout-minutes: 30 From 8a3cd19a36af98170c31b9b67b5f59cad6256ff1 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:13:05 +0200 Subject: [PATCH 4/5] Update ci.yml --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deabf3d8db..45327cccc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,14 +13,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: dangoslen/changelog-enforcer@v2 - changelog-syntax: - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - uses: ardalanamini/auto-changelog@v1.1.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - exclude: 'revert,other,breaking' build: runs-on: ubuntu-latest timeout-minutes: 30 From de4d0b29b11a0aa80ca1943c908df1e24a99023a Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:26:49 +0200 Subject: [PATCH 5/5] rewording --- .github/workflows/ci.yml | 7 ++++--- CHANGELOG.md | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45327cccc5..33bc5acfbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,15 @@ on: branches: - '**' jobs: - changelog-update: - runs-on: ubuntu-latest + 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-latest + runs-on: ubuntu-18.04 timeout-minutes: 30 steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3712f9685d..de99a3e3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ ## New Features ## Improvements -- Add CI check to add changelog entry (Manuel Trezza) +- Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) + ## Fixes # 2.2.0