Skip to content

Pydantic 2.3 support #30

Pydantic 2.3 support

Pydantic 2.3 support #30

Workflow file for this run

name: Pull Request on Branch Push
on:
push:
branches-ignore:
- main
jobs:
auto-pull-request:
name: PullRequestAction
runs-on: ubuntu-latest
steps:
- name: pull-request-action
uses: vsoch/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: ""
PULL_REQUEST_BRANCH: "main"