mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-08 06:30:08 -08:00
16 lines
459 B
YAML
16 lines
459 B
YAML
on: pull_request_target
|
|
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 are welcome to add an entry to the CHANGELOG.md as well'
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|