mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
CI: Add rtic-channel to Changelog, remove defunct changelog
This commit is contained in:
parent
9c6e2c1c99
commit
ff12a02d02
2 changed files with 12 additions and 28 deletions
12
.github/workflows/changelog.yml
vendored
12
.github/workflows/changelog.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue