Skip to content

Commit

Permalink
test multiline body pr
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahSiegel committed Feb 20, 2024
1 parent 0b3e93a commit 0bd5640
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 0bd5640

Please sign in to comment.