Merge pull request #1971 from wh201906/changelog

Fix changelog reminder
This commit is contained in:
Iceman 2023-04-20 16:56:50 +02:00 committed by GitHub
commit 38df46bfdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
- name: Changelog Reminder - name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0 uses: peterjgrainger/action-changelog-reminder@v1.2.0
with: with:
changelog_regex: '/CHANGELOG.md' changelog_regex: 'CHANGELOG.md'
customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well' customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}