Testing changelog reminder

This commit is contained in:
Philippe Teuwen 2021-08-28 18:28:07 +02:00
parent 680fb12250
commit cef51c9649

15
.github/workflows/rebase.yml vendored Normal file
View file

@ -0,0 +1,15 @@
on: pull_request
name: Changelog Reminder
jobs:
remind:
name: Changelog Reminder
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0
with:
changelog_regex: '/CHANGELOG.md'
customPrMessage: 'You're welcome to add an entry to the CHANGELOG.md as well'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}