Skip to content

Commit

Permalink
fix body format
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Dec 11, 2023
1 parent fa3d6e9 commit 5d9923f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
title: ${{env.RANDOM_EMOJI}} pull request
branch-suffix: random
body: >
body: |
This is a test pull request.
It will be put in queue automatically by Mergify right now.
Expand All @@ -42,7 +42,7 @@ jobs:
with:
title: ${{env.RANDOM_EMOJI}} pull request
branch-suffix: random
body: >
body: |
This is a test pull request!
To put it in queue, run the `@mergifyio queue` command by posting a
Expand Down

0 comments on commit 5d9923f

Please sign in to comment.