[Snyk] Security upgrade setuptools from 40.5.0 to 70.0.0 #1537
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Util: Greetings" | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Thanks for filing an issue! We'll get back to you as soon as we can with a response." | |
pr-message: "Thank you for opening a pull request to GNOLL! As soon as the core tests pass and someone approves your pull request, you'll be all ready to merge!" |