mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
Add changelog check
This commit is contained in:
parent
31967e1f90
commit
b96f44cfd4
9
.github/workflows/changelog.yml
vendored
9
.github/workflows/changelog.yml
vendored
@ -45,6 +45,8 @@ jobs:
|
||||
- 'embassy-executor/**'
|
||||
embassy-executor-macros:
|
||||
- 'embassy-executor-macros/**'
|
||||
embassy-executor-timer-queue:
|
||||
- 'embassy-executor-timer-queue/**'
|
||||
embassy-futures:
|
||||
- 'embassy-futures/**'
|
||||
embassy-imxrt:
|
||||
@ -162,6 +164,13 @@ jobs:
|
||||
changeLogPath: embassy-executor-macros/CHANGELOG.md
|
||||
skipLabels: "skip-changelog"
|
||||
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-macros/CHANGELOG.md file."
|
||||
- name: Check that changelog updated (embassy-executor-timer-queue)
|
||||
if: steps.changes.outputs.embassy-executor-timer-queue == 'true'
|
||||
uses: dangoslen/changelog-enforcer@v3
|
||||
with:
|
||||
changeLogPath: embassy-executor-timer-queue/CHANGELOG.md
|
||||
skipLabels: "skip-changelog"
|
||||
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-timer-queue/CHANGELOG.md file."
|
||||
- name: Check that changelog updated (embassy-futures)
|
||||
if: steps.changes.outputs.embassy-futures == 'true'
|
||||
uses: dangoslen/changelog-enforcer@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user