Skip to content

[Snyk] Security upgrade jest from 29.7.0 to 30.0.0 #24

[Snyk] Security upgrade jest from 29.7.0 to 30.0.0

[Snyk] Security upgrade jest from 29.7.0 to 30.0.0 #24

Workflow file for this run

name: "Main - PR Open"
on:
pull_request:
branches:
- main
types:
- opened
jobs:
add_comment:
name: "Add Comment"
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: Please set a versioning label of either `major`, `minor`, or `patch` to the pull request.
repo-token: ${{ secrets.GITHUB_TOKEN }}