Skip to content

fix(deps): bump django from 3.2.23 to 3.2.24 #485

fix(deps): bump django from 3.2.23 to 3.2.24

fix(deps): bump django from 3.2.23 to 3.2.24 #485

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 }}