From 629d224a7614989d79448a1cf17e345be79a0d4b Mon Sep 17 00:00:00 2001 From: Florian Grandel Date: Sat, 30 Aug 2025 18:00:49 +0200 Subject: 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 --- .github/workflows/changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 13e04d954..8ee143cad 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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 -- cgit