This commit is contained in:
Philippe Teuwen 2021-08-28 18:32:46 +02:00
commit 9e57d20262

View file

@ -10,6 +10,6 @@ jobs:
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're 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 }}