Skip to content

CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz #129

CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz

CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz #129

name: Comment on an issue
on:
issues:
types: [ opened ]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})