Bump asgiref from 3.5.0 to 3.8.1 #90
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: 'Hey 👋 there, Thanks for raising this issue. Soon a reviewer will come and review your issue :)' | |
pr-message: 'Hey thanks ❤ for taking your time and contributing to this **Amazing Discord Bot Invite Logger** , soon a reviewer will come and review your `PR` :)' |