Skip to content

Bump pydantic from 1.10.15 to 2.7.4 #1398

Bump pydantic from 1.10.15 to 2.7.4

Bump pydantic from 1.10.15 to 2.7.4 #1398

Workflow file for this run

name: Pull Request Labeling
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
sizes: >
{
"0": "XS",
"20": "S",
"50": "M",
"200": "L",
"800": "XL",
"2000": "XXL"
}