Skip to content

fix(deps): bump django from 3.2.24 to 3.2.25 #1049

fix(deps): bump django from 3.2.24 to 3.2.25

fix(deps): bump django from 3.2.24 to 3.2.25 #1049

name: "Semantic PR check"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-20.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}