add authors and changelog files and reminder in CI

This commit is contained in:
Philippe Teuwen
2023-08-21 02:17:00 +02:00
parent 8d5643d1e9
commit 423d212cf7
5 changed files with 69 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
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 }}