Skip to content

Commit

Permalink
ci: switch changelog reminder to new action
Browse files Browse the repository at this point in the history
Now using mskelton/changelog-reminder-action@v3
  • Loading branch information
d-Rickyy-b committed Apr 11, 2023
1 parent c10c129 commit 61809ca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/changelog_reminder.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Changelog Reminder

on: pull_request
permissions:
pull-requests: write

jobs:
remind:
name: Changelog Reminder
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.3.0
uses: mskelton/changelog-reminder-action@v3
with:
changelog_regex: '/CHANGELOG.md'
customPrMessage: "We couldn't find any modification to the CHANGELOG.md file. If your changes are not suitable for the changelog, that's fine. Otherwise please add them to the changelog!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: "@${{ github.actor }} We couldn't find any modification to the CHANGELOG.md file. If your changes are not suitable for the changelog, that's fine. Otherwise please add them to the changelog!"

0 comments on commit 61809ca

Please sign in to comment.