mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
fix(ci): executor macros changelog
Changes to executor macros are expected in the executor changelog. There is now separate changelog for the macros crate. Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
parent
ba5a75cd7d
commit
629d224a76
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
@ -161,9 +161,9 @@ jobs:
|
||||
if: steps.changes.outputs.embassy-executor-macros == 'true'
|
||||
uses: dangoslen/changelog-enforcer@v3
|
||||
with:
|
||||
changeLogPath: embassy-executor-macros/CHANGELOG.md
|
||||
changeLogPath: embassy-executor/CHANGELOG.md
|
||||
skipLabels: "skip-changelog"
|
||||
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-macros/CHANGELOG.md file."
|
||||
missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor/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
|
||||
|
Loading…
x
Reference in New Issue
Block a user