From dea19c095ed9995e05c3aefcc02ded6aa63230b0 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Mon, 21 Aug 2023 08:45:58 -0500 Subject: [PATCH] point to bra ch --- .github/workflows/changelog-existence.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-existence.yml b/.github/workflows/changelog-existence.yml index 83c4056d01a..054f40393f3 100644 --- a/.github/workflows/changelog-existence.yml +++ b/.github/workflows/changelog-existence.yml @@ -31,7 +31,7 @@ permissions: jobs: changelog: - uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@main + uses: dbt-labs/actions/.github/workflows/changelog-existence.yml@er/changelog-comment with: 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 contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry).' skip_label: 'Skip Changelog'