diff options
| author | Dániel Buga <[email protected]> | 2025-08-16 12:11:38 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-08-18 12:50:52 +0200 |
| commit | b96f44cfd41175dda9789bb27bf18c12340e225a (patch) | |
| tree | 7bb1407016cfd1d33e966d434d5be102ca9259ff /.github/workflows | |
| parent | 31967e1f901454014d0c452dd0328f98a80c8a9c (diff) | |
Add changelog check
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/changelog.yml | 9 |
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 |
