Skip to content

Commit ec9cb5e

Browse files
committed
Add changelog CI check
1 parent 161af9c commit ec9cb5e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- 'riscv-semihosting/**'
3030
riscv-target-parser:
3131
- 'riscv-target-parser/**'
32+
riscv-types:
33+
- 'riscv-types/**'
3234
3335
- name: Check for CHANGELOG.md (riscv)
3436
if: steps.changes.outputs.riscv == 'true'
@@ -77,3 +79,11 @@ jobs:
7779
changeLogPath: ./riscv-target-parser/CHANGELOG.md
7880
skipLabels: 'skip changelog'
7981
missingUpdateErrorMessage: 'Please add a changelog entry in the riscv-target-parser/CHANGELOG.md file.'
82+
83+
- name: Check for CHANGELOG.md (riscv-types)
84+
if: steps.changes.outputs.riscv-types == 'true'
85+
uses: dangoslen/changelog-enforcer@v3
86+
with:
87+
changeLogPath: ./riscv-types/CHANGELOG.md
88+
skipLabels: 'skip changelog'
89+
missingUpdateErrorMessage: 'Please add a changelog entry in the riscv-types/CHANGELOG.md file.'

0 commit comments

Comments
 (0)