Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit d37294e

Browse files
Update mend_scan.yaml (#92)
1 parent 1304105 commit d37294e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/mend_scan.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,15 @@ jobs:
171171
echo "status=white_check_mark" >> $GITHUB_OUTPUT
172172
fi
173173
174+
- name: Check if PR exists
175+
uses: 8BitJonny/[email protected]
176+
id: pr_exists
177+
with:
178+
filterOutClosed: true
179+
sha: ${{ github.event.pull_request.head.sha }}
180+
174181
- name: Comment Mend Status on PR
182+
if: ${{ github.event_name != 'schedule' && steps.pr_exists.outputs.pr_found == 'true' }}
175183
uses: thollander/[email protected]
176184
with:
177185
message: |

0 commit comments

Comments
 (0)