diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-08-31 18:54:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-31 18:54:21 +0000 |
| commit | a475dbbda897266bff6314c43ae55025624e02c7 (patch) | |
| tree | 3646ad79bdedf07b2530366c03c857ebac52a6ee /.github/workflows | |
| parent | 71a2e81754c3fa56cf7e3e1135a5805d6e1b77ec (diff) | |
| parent | 4cd86e5e76ca8eaa2e2cb8bcca0ec9a0f574b409 (diff) | |
Merge pull request #4372 from fg-cfh/feat/name-main-task
executor-macros: rtos-trace: name main task
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/changelog.yml | 4 |
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 |
