Skip to content

Migration to Pydantic 2 #16

Migration to Pydantic 2

Migration to Pydantic 2 #16

Workflow file for this run

name: Label issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/[email protected]
with:
add-labels: "triage"