Skip to content

⬆️ Bump django from 3.2.24 to 3.2.25 in /server #42

⬆️ Bump django from 3.2.24 to 3.2.25 in /server

⬆️ Bump django from 3.2.24 to 3.2.25 in /server #42

Workflow file for this run

name: Greeting
on: [pull_request, issues]
jobs:
greetings:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello, Thank You for raising this Issue. Our Team will look into the issue and discuss with you.'
pr-message: 'Hello, Thank You for creating this Pull Request. Our Team will review your code and take the necessary action'