[Snyk] Security upgrade aiohttp from 3.8.6 to 3.10.2 #59
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: Greetings | |
on: [pull_request, 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: '👋 Hi, seems like you are a first-time contributor, this is the repository for the Baracchino della scuola official Discord bot. This is under GPLv2 so you can do almost anything you like. See you, GitHub bot.' | |
pr-message: 👋' Hi, seems like you are a first-time contributor, this is the repository for the Baracchino della scuola official Discord bot. This is under GPLv2 so you can do almost anything you like. See you, GitHub bot. Btw, try testing with a linter before submitting chenges' |