From fcb6fb3a662fa776961b02edaaf93121c95f5f31 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Apr 2024 10:29:18 +0200 Subject: [PATCH] s --- .github/workflows/pre-commit-autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index ba0d94f725..771bff4bcc 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -37,8 +37,8 @@ jobs: sed -i -e 's/\]/>/g' updates.log echo -e "## Proposed changes\n\nBumps the pre-commit config with the following updates:\n" > pr-body.md cat updates.log >> pr-body.md - echo -e "\n---\nThis PR is auto-generated once a month." >> pr-body.md - echo -e "\n > [!NOTE]\n> Mark this PR as "ready for review" to trigger additional checks." >> pr-body.md + echo -e "This PR is auto-generated once a month.\n\n---" >> pr-body.md + echo -e "\n> [!NOTE]\n> Mark this PR as "ready for review" to trigger additional checks." >> pr-body.md # Ref: https://github.com/peter-evans/create-pull-request - name: Create pull request uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2