Skip to content

Commit 128a124

Browse files
committed
4120: Updated changelog
1 parent 5d13160 commit 128a124

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -171,18 +171,3 @@ jobs:
171171
- run: yarn install
172172
- name: markdownlint
173173
run: yarn run coding-standards-check
174-
175-
changelog:
176-
runs-on: ubuntu-24.04
177-
name: Changelog should be updated
178-
steps:
179-
- name: Checkout
180-
uses: actions/checkout@v4
181-
with:
182-
fetch-depth: 2
183-
184-
- name: Git fetch
185-
run: git fetch
186-
187-
- name: Check that changelog has been updated.
188-
run: git diff --exit-code origin/${{ github.base_ref }} -- CHANGELOG.md && exit 1 || exit 0

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log.
88

99
## [Unreleased]
1010

11+
* [PR-30](https://github.com/itk-dev/sysstatus/pull/30)
12+
Upgraded and cleaned up
1113
* Login and dashboard styling cleanup
1214
* Added github actions.
1315
* Added PHPStan.

0 commit comments

Comments
 (0)