aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/changelog.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 94e8f353a..13e04d954 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -45,6 +45,8 @@ jobs:
45 - 'embassy-executor/**' 45 - 'embassy-executor/**'
46 embassy-executor-macros: 46 embassy-executor-macros:
47 - 'embassy-executor-macros/**' 47 - 'embassy-executor-macros/**'
48 embassy-executor-timer-queue:
49 - 'embassy-executor-timer-queue/**'
48 embassy-futures: 50 embassy-futures:
49 - 'embassy-futures/**' 51 - 'embassy-futures/**'
50 embassy-imxrt: 52 embassy-imxrt:
@@ -162,6 +164,13 @@ jobs:
162 changeLogPath: embassy-executor-macros/CHANGELOG.md 164 changeLogPath: embassy-executor-macros/CHANGELOG.md
163 skipLabels: "skip-changelog" 165 skipLabels: "skip-changelog"
164 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-macros/CHANGELOG.md file."
167 - name: Check that changelog updated (embassy-executor-timer-queue)
168 if: steps.changes.outputs.embassy-executor-timer-queue == 'true'
169 uses: dangoslen/changelog-enforcer@v3
170 with:
171 changeLogPath: embassy-executor-timer-queue/CHANGELOG.md
172 skipLabels: "skip-changelog"
173 missingUpdateErrorMessage: "Please add a changelog entry in the embassy-executor-timer-queue/CHANGELOG.md file."
165 - name: Check that changelog updated (embassy-futures) 174 - name: Check that changelog updated (embassy-futures)
166 if: steps.changes.outputs.embassy-futures == 'true' 175 if: steps.changes.outputs.embassy-futures == 'true'
167 uses: dangoslen/changelog-enforcer@v3 176 uses: dangoslen/changelog-enforcer@v3