diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-25 17:28:38 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-25 17:28:38 +0000 |
| commit | ac60eaeddd9c4accbe8dc20d0486382940723efb (patch) | |
| tree | 0816242eaaceb2b633d040351fdef1a3e8b5e6ed /.github/workflows | |
| parent | 1975965d7710cd86c7a169a9b5ae6340bddc316c (diff) | |
| parent | 3d1ce0fb7daadf647298230b51a7fb8fbaa1feed (diff) | |
Merge pull request #4550 from bugadani/time-queue
Make timer queue item opaque, move to new crate
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 |
