From 987343eae89d3c0b19f6e0d6c4eeffa32474c16a Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 21 Jul 2023 17:36:02 -0400 Subject: [PATCH] add new line at the end of the dependabot changie to pass linter --- .github/workflows/bot-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot-changelog.yml b/.github/workflows/bot-changelog.yml index 89972070e..52f50b1e3 100644 --- a/.github/workflows/bot-changelog.yml +++ b/.github/workflows/bot-changelog.yml @@ -57,4 +57,4 @@ jobs: commit_message: "Add automated changelog yaml from template for bot PR" changie_kind: ${{ matrix.changie_kind }} label: ${{ matrix.label }} - custom_changelog_string: "custom:\n Author: ${{ github.event.pull_request.user.login }}\n PR: ${{ github.event.pull_request.number }}" + custom_changelog_string: "custom:\n Author: ${{ github.event.pull_request.user.login }}\n PR: ${{ github.event.pull_request.number }}\n"