Skip to content

Bump elliptic from 6.5.5 to 6.5.7 #13

Bump elliptic from 6.5.5 to 6.5.7

Bump elliptic from 6.5.5 to 6.5.7 #13

Workflow file for this run

name: PR Comment
on:
pull_request:
types: [opened]
jobs:
add-comment:
runs-on: ubuntu-latest
steps:
- name: Add PR Comment
uses: actions/github-script@v7
with:
script: |
await github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "## PR Code Suggestions ✨"
})