Skip to content

Commit c3b831a

Browse files
no-jira: fix coverage pull request step
1 parent c7cf12a commit c3b831a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@ jobs:
5050
5151
- name: Create Pull Request
5252
if: steps.changed_files.outputs.files_changed == 'true'
53-
uses: peter-evans/create-pull-request@v4
53+
uses: peter-evans/create-pull-request@v6
5454
with:
5555
token: ${{ secrets.GITHUB_TOKEN }}
5656
title: "[Automatic] Coverage Badge Update"
57+
commit-message: "Updated coverage.svg"
58+
branch: create-pull-request/coverage-badge-update
59+
delete-branch: true
60+
body: |
61+
This is an automated pull request to update the coverage badge.
62+
63+
- Updated coverage.svg based on latest test results

0 commit comments

Comments
 (0)