From 0bd5640551d6bd14f29cc297b3c8319321958984 Mon Sep 17 00:00:00 2001 From: Josiah Siegel Date: Tue, 20 Feb 2024 08:58:38 -0500 Subject: [PATCH] test multiline body pr --- .github/workflows/test-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 9eef49b..9d09461 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -25,7 +25,9 @@ jobs: title: 'Automated Pull Request' sourceBranch: ${{ github.ref_name }} targetBranch: 'main' - body: 'This is an automated pull request.' + body: | + ## Merge ${{ github.ref_name }} + This PR contains the changes from ${{ github.ref_name }}. labels: 'invalid,wontfix' assignees: ${{ github.actor }}