Skip to content

Bump django from 5.1 to 5.1.3 #65

Bump django from 5.1 to 5.1.3

Bump django from 5.1 to 5.1.3 #65

Workflow file for this run

name: Greetings
on: [pull_request_target, 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."
pr-message: "Congrats on your first PR.."