From a9ff449c71bf0ec710bfd936cd10a5b4fd37a98a Mon Sep 17 00:00:00 2001 From: Serene <33189705+Serene-Arc@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:05:08 +1000 Subject: [PATCH] Update .github/workflows/changelog_reminder.yaml Co-authored-by: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> --- .github/workflows/changelog_reminder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog_reminder.yaml b/.github/workflows/changelog_reminder.yaml index e0742ec15..48b0f1d9a 100644 --- a/.github/workflows/changelog_reminder.yaml +++ b/.github/workflows/changelog_reminder.yaml @@ -28,6 +28,6 @@ jobs: - name: Comment PR uses: thollander/actions-comment-pull-request@v2 with: - message: 'Thank you for the PR! The changelog has not been updated so here is a friendly reminder to check if you need at add an entry.' + message: 'Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry.' GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' if: contains(env.CHANGED_FILES, '.py') && !contains(env.CHANGED_FILES, 'changelog.rst')