Bump django from 3.0.4 to 3.2.24 #17
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: 'Thanks for reporting the issue. Our super busy developer would soon have a look at it. :stuck_out_tongue_winking_eye:' | |
pr-message: 'Wow ! A Pull request to solve issues :star_struck: !! Thaaank youuu sooo much :blush:' |