aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-01-28 11:28:59 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:35 +0100
commitff12a02d020965956ae8f9bda75ef243b3d1dd3a (patch)
tree75fbaa2952e7eb611c8b4e9a4540185d39bd7ae1 /.github/workflows
parent9c6e2c1c99448304fb54354297c284c1a8810cd6 (diff)
CI: Add rtic-channel to Changelog, remove defunct changelog
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/changelog.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index 5a3df0a..0eb4cf6 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -25,6 +25,8 @@ jobs:
filters: |
rtic:
- 'rtic/**'
+ rtic-channel:
+ - 'rtic-channel/**'
rtic-time:
- 'rtic-time/**'
rtic-monotonics:
@@ -40,6 +42,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Check that changelog updated (rtic-channel)
+ if: steps.changes.outputs.rtic-channel == 'true'
+ uses: dangoslen/changelog-enforcer@v3
+ with:
+ changeLogPath: ./rtic-channel/CHANGELOG.md
+ skipLabels: 'needs-changelog, skip-changelog'
+ missingUpdateErrorMessage: 'Please add a changelog entry in the rtic-channel/CHANGELOG.md file.'
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
- name: Check that changelog updated (rtic-time)
if: steps.changes.outputs.rtic-time == 'true'
uses: dangoslen/changelog-enforcer@v3