mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Changelog: s/timer/time/
This commit is contained in:
parent
67b16594bf
commit
9d3c3a89aa
1 changed files with 6 additions and 6 deletions
12
.github/workflows/changelog.yml
vendored
12
.github/workflows/changelog.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
||||||
filters: |
|
filters: |
|
||||||
rtic:
|
rtic:
|
||||||
- 'rtic/**'
|
- 'rtic/**'
|
||||||
rtic-timer:
|
rtic-time:
|
||||||
- 'rtic-timer/**'
|
- 'rtic-time/**'
|
||||||
rtic-monotonics:
|
rtic-monotonics:
|
||||||
- 'rtic-monotonics/**'
|
- 'rtic-monotonics/**'
|
||||||
|
|
||||||
|
@ -40,13 +40,13 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check that changelog updated (rtic-timer)
|
- name: Check that changelog updated (rtic-time)
|
||||||
if: steps.changes.outputs.rtic-timer == 'true'
|
if: steps.changes.outputs.rtic-time == 'true'
|
||||||
uses: dangoslen/changelog-enforcer@v3
|
uses: dangoslen/changelog-enforcer@v3
|
||||||
with:
|
with:
|
||||||
changeLogPath: ./rtic-timer/CHANGELOG.md
|
changeLogPath: ./rtic-time/CHANGELOG.md
|
||||||
skipLabels: 'needs-changelog, skip-changelog'
|
skipLabels: 'needs-changelog, skip-changelog'
|
||||||
missingUpdateErrorMessage: 'Please add a changelog entry in the rtic-timer/CHANGELOG.md file.'
|
missingUpdateErrorMessage: 'Please add a changelog entry in the rtic-time/CHANGELOG.md file.'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue