Skip to content

Commit 61809ca

Browse files
committed
ci: switch changelog reminder to new action
Now using mskelton/changelog-reminder-action@v3
1 parent c10c129 commit 61809ca

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
name: Changelog Reminder
2-
32
on: pull_request
3+
permissions:
4+
pull-requests: write
45

56
jobs:
67
remind:
78
name: Changelog Reminder
89
runs-on: ubuntu-latest
910

1011
steps:
11-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v3
1213
- name: Changelog Reminder
13-
uses: peterjgrainger/action-changelog-reminder@v1.3.0
14+
uses: mskelton/changelog-reminder-action@v3
1415
with:
15-
changelog_regex: '/CHANGELOG.md'
16-
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!"
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
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 commit comments

Comments
 (0)