Skip to content

build(deps): bump pydantic from 2.5.1 to 2.5.2 (#648) #1386

build(deps): bump pydantic from 2.5.1 to 2.5.2 (#648)

build(deps): bump pydantic from 2.5.1 to 2.5.2 (#648) #1386

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}