Skip to content

(test) O3-5556: Create a Workflow to run OWASP dependency checks #60

(test) O3-5556: Create a Workflow to run OWASP dependency checks

(test) O3-5556: Create a Workflow to run OWASP dependency checks #60

name: PR description check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions: {}
jobs:
pr-description:
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/frontend-pr-description-check.yml@main
with:
pr-body: ${{ github.event.pull_request.body }}
pr-author-login: ${{ github.event.pull_request.user.login }}
pr-author-type: ${{ github.event.pull_request.user.type }}