Skip to content

Commit

Permalink
trying to fix coverage badge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser committed Dec 10, 2024
1 parent cb6f428 commit 52a94b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ jobs:
base: main
title: "Update coverage badge"
body: "This pull request updates the coverage badge based on the latest test results."

- name: Merge Pull Request
if: steps.check_changes.outputs.changes == 'true'
uses: peter-evans/enable-pull-request-automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}
merge-method: merge

0 comments on commit 52a94b5

Please sign in to comment.