Skip to content

[Snyk] Security upgrade mermaid from 9.1.7 to 9.4.0 #15

[Snyk] Security upgrade mermaid from 9.1.7 to 9.4.0

[Snyk] Security upgrade mermaid from 9.1.7 to 9.4.0 #15

Workflow file for this run

name: PR Opened
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
on:
pull_request_target:
types: [opened, reopened]
jobs:
compile:
name: Assign PCX
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/assign-pr
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}