Skip to content

cloudflare-tools-0.71.9.tgz: 4 vulnerabilities (highest severity is: 7.5) - autoclosed #9037

cloudflare-tools-0.71.9.tgz: 4 vulnerabilities (highest severity is: 7.5) - autoclosed

cloudflare-tools-0.71.9.tgz: 4 vulnerabilities (highest severity is: 7.5) - autoclosed #9037

Workflow file for this run

name: "Greetings"
on:
pull_request_target:
issues:
branches:
- main
- next
- experimental
jobs:
greeting:
runs-on: ubuntu-latest
if:
github.event.pull_request.user.login != 'stormie-bot' &&
github.event.pull_request.user.login != 'dependabot[bot]' &&
github.event.pull_request.user.login != 'mend-bolt-for-github[bot]'
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ github.token }}
issue-message:
"Hello, I'm 🤖 Stormie-Bot (Storm Increased Efficiency Robot)! Thank
you for your interest in this project! The Storm team will review
this issue and reach out to you ASAP."
pr-message:
"Hello, I'm 🤖 Stormie-Bot (Storm Increased Efficiency Robot)! The
Storm team sincerely appreciates your effort/interest in
contributing to this project. A Storm developer will review this
change and get back to you ASAP. Please feel free to reach out to
the Storm team (contact@stormsoftware.com) if you have any
questions/comments."