Skip to content

fix(deps): update dependency jszip to v3.8.0 [security] #2983

fix(deps): update dependency jszip to v3.8.0 [security]

fix(deps): update dependency jszip to v3.8.0 [security] #2983

Workflow file for this run

name: PR Validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title-validation:
name: Checks if the PR title is valid
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: ${{ secrets.PR_TITLE_REGEX }} # Regex the title should match.
github_token: ${{ secrets.GH_SA_TOKEN }}