Skip to content

Commit

Permalink
Update mend_scan.yaml (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivenduverma-sap authored Nov 28, 2023
1 parent 6738019 commit fc4c6ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/mend_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,15 @@ jobs:
echo "status=white_check_mark" >> $GITHUB_OUTPUT
fi
- name: Check if PR exists
uses: 8BitJonny/[email protected]
id: pr_exists
with:
filterOutClosed: true
sha: ${{ github.event.pull_request.head.sha }}

- name: Comment Mend Status on PR
if: ${{ github.event_name != 'schedule' && steps.pr_exists.outputs.pr_found == 'true' }}
uses: thollander/[email protected]
with:
message: |
Expand Down

0 comments on commit fc4c6ad

Please sign in to comment.