Skip to content

feat: Add support for 🐍 Python objects to be updated in README #66

feat: Add support for 🐍 Python objects to be updated in README

feat: Add support for 🐍 Python objects to be updated in README #66

Workflow file for this run

name: Check PR title
on:
pull_request:
permissions:
pull-requests: write
jobs:
check_pr_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}