Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

fix(deps): bump djangorestframework from 3.12.2 to 3.15.2 in /aimmo #894

fix(deps): bump djangorestframework from 3.12.2 to 3.15.2 in /aimmo

fix(deps): bump djangorestframework from 3.12.2 to 3.15.2 in /aimmo #894

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