From a67c63e9dc748c39e70cbe60f1b166dc9138d3fc Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 23 May 2024 17:35:32 -0400 Subject: [PATCH] add a changelog entry check for pull requests --- .github/workflows/changelog-entry-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-entry-check.yml b/.github/workflows/changelog-entry-check.yml index d613c3ec..ad188420 100644 --- a/.github/workflows/changelog-entry-check.yml +++ b/.github/workflows/changelog-entry-check.yml @@ -21,7 +21,7 @@ jobs: changelog-entry-check: uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main with: - changelog_comment: -< + changelog_comment: |- "Thank you for your pull request!" "We could not find a changelog entry for this change." "For details on how to document a change, see the [dbt-postgres contributing guide](https://github.com/dbt-labs/dbt-postgres/blob/main/CONTRIBUTING.md)."