Skip to content

requests-2.26.0-py2.py3-none-any.whl: 2 vulnerabilities (highest severity is: 6.1) #106

requests-2.26.0-py2.py3-none-any.whl: 2 vulnerabilities (highest severity is: 6.1)

requests-2.26.0-py2.py3-none-any.whl: 2 vulnerabilities (highest severity is: 6.1) #106

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"