diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml new file mode 100644 index 000000000..fe7cb0588 --- /dev/null +++ b/.github/workflows/rebase.yml @@ -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 }}