aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/changelog.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/changelog.yml')
-rw-r--r--.github/workflows/changelog.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index eb71572..5a3df0a 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -25,8 +25,8 @@ jobs:
filters: |
rtic:
- 'rtic/**'
- rtic-timer:
- - 'rtic-timer/**'
+ rtic-time:
+ - 'rtic-time/**'
rtic-monotonics:
- 'rtic-monotonics/**'
@@ -40,13 +40,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - name: Check that changelog updated (rtic-timer)
- if: steps.changes.outputs.rtic-timer == 'true'
+ - name: Check that changelog updated (rtic-time)
+ if: steps.changes.outputs.rtic-time == 'true'
uses: dangoslen/changelog-enforcer@v3
with:
- changeLogPath: ./rtic-timer/CHANGELOG.md
+ changeLogPath: ./rtic-time/CHANGELOG.md
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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}