aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFlorian Grandel <[email protected]>2025-08-30 18:00:49 +0200
committerFlorian Grandel <[email protected]>2025-08-30 18:00:49 +0200
commit629d224a7614989d79448a1cf17e345be79a0d4b (patch)
treeea5b3fc121974a1cafdad5feeb32580f6f30a1ee /.github/workflows
parentba5a75cd7d0b97bafd02d3b95baf40fd36522fac (diff)
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 <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/changelog.yml4
1 files 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:
161 if: steps.changes.outputs.embassy-executor-macros == 'true' 161 if: steps.changes.outputs.embassy-executor-macros == 'true'
162 uses: dangoslen/changelog-enforcer@v3 162 uses: dangoslen/changelog-enforcer@v3
163 with: 163 with:
164 changeLogPath: embassy-executor-macros/CHANGELOG.md 164 changeLogPath: embassy-executor/CHANGELOG.md
165 skipLabels: "skip-changelog" 165 skipLabels: "skip-changelog"
166 missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-macros/CHANGELOG.md file." 166 missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor/CHANGELOG.md file."
167 - name: Check that changelog updated (embassy-executor-timer-queue) 167 - name: Check that changelog updated (embassy-executor-timer-queue)
168 if: steps.changes.outputs.embassy-executor-timer-queue == 'true' 168 if: steps.changes.outputs.embassy-executor-timer-queue == 'true'
169 uses: dangoslen/changelog-enforcer@v3 169 uses: dangoslen/changelog-enforcer@v3