Skip to content

Bump django from 5.2.7 to 5.2.8 (#3991) #2117

Bump django from 5.2.7 to 5.2.8 (#3991)

Bump django from 5.2.7 to 5.2.8 (#3991) #2117

---
name: Release Drafter
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}