Skip to content

refactor: use back_populates #8

refactor: use back_populates

refactor: use back_populates #8

name: Conventional PR Title
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Check Title
id: check_title
uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}