Skip to content

Commit

Permalink
create new pr each time
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Dec 11, 2023
1 parent 794cadd commit fa3d6e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
title: ${{env.RANDOM_EMOJI}} pull request
branch-suffix: random
body: >
This is a test pull request.
Expand All @@ -40,6 +41,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
title: ${{env.RANDOM_EMOJI}} pull request
branch-suffix: random
body: >
This is a test pull request!
Expand Down

0 comments on commit fa3d6e9

Please sign in to comment.