Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/helm.sh/helm/v3-3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son authored Feb 21, 2024
2 parents 95897ce + 944ddec commit fb1cf9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mend_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
- debug
jobs:
mend-scan:
if: github.repository == 'open-component-model/ocm'
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down Expand Up @@ -174,15 +175,15 @@ jobs:
fi
- name: Check if PR exists
uses: 8BitJonny/gh-get-current-pr@2.2.0
uses: 8BitJonny/gh-get-current-pr@3.0.0
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/actions-comment-pull-request@v2.4.3
uses: thollander/actions-comment-pull-request@v2.5.0
with:
message: |
## Mend Scan Summary: :${{ steps.report.outputs.status }}:
Expand Down

0 comments on commit fb1cf9b

Please sign in to comment.