R&Y: Added DAY RTA Tapp Card and Additional BKK BEM Stored Value Card AIDs to `aid_de...
[RRG-proxmark3.git] / .github / workflows / rebase.yml
blobb1cc0e0c12120dd48ea29d2a7b0ec1b9888199d0
1 on: pull_request_target
2 name: Changelog Reminder
3 jobs:
4   remind:
5     name: Changelog Reminder
6     runs-on: ubuntu-latest
7     steps:
8     - uses: actions/checkout@master
9     - name: Changelog Reminder
10       uses: peterjgrainger/action-changelog-reminder@v1.2.0
11       with:
12         changelog_regex: 'CHANGELOG.md'
13         customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well'
14       env:
15         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}