Fix changelog reminder

This commit is contained in:
Self Not Found
2023-04-20 13:30:36 +08:00
committed by GitHub
parent b0da6e9b85
commit bcc2b1ee70
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0
with:
changelog_regex: '/CHANGELOG.md'
changelog_regex: 'CHANGELOG.md'
customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}