summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerene <33189705+Serene-Arc@users.noreply.github.com>2023-10-30 11:05:08 +1000
committerGitHub <noreply@github.com>2023-10-30 11:05:08 +1000
commita9ff449c71bf0ec710bfd936cd10a5b4fd37a98a (patch)
tree72a652e5293e9cd597ccc9df37af2b81bb74f344
parent29c062a81e0c830e9cc98e2f6db9601c5ba6fc99 (diff)
Update .github/workflows/changelog_reminder.yaml
Co-authored-by: J0J0 Todos <2733783+JOJ0@users.noreply.github.com>
-rw-r--r--.github/workflows/changelog_reminder.yaml2
1 files changed, 1 insertions, 1 deletions
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')