猬嗭笍 Bump aiohttp from 3.10.5 to 3.12.14 #1219
Workflow file for this run
This file contains hidden or 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: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: 'Hello @${{ github.actor }}, thanks for opening your first pull request 馃槉! We really appreciate your work. Happy Coding 馃帀馃帄 !' | |
| issue-message: | | |
| Hello @${{ github.actor }}, thanks for your first issue and interest in our work 馃槉! | |
| If this is a bug report, please provide screenshots, relevant logs and **minimum viable code to reproduce your issue**, which will help us debug the problem. |