From bcc2b1ee700415eb16d1b0cb0971a9cc04f9b5f1 Mon Sep 17 00:00:00 2001 From: Self Not Found Date: Thu, 20 Apr 2023 13:30:36 +0800 Subject: [PATCH] Fix changelog reminder --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ac6a71242..b1cc0e0c1 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -9,7 +9,7 @@ jobs: - name: Changelog Reminder uses: peterjgrainger/action-changelog-reminder@v1.2.0 with: - changelog_regex: '/CHANGELOG.md' + changelog_regex: 'CHANGELOG.md' customPrMessage: 'You are welcome to add an entry to the CHANGELOG.md as well' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}