Skip to content

build(deps): Bump pydantic from 2.11.9 to 2.11.10 #55

build(deps): Bump pydantic from 2.11.9 to 2.11.10

build(deps): Bump pydantic from 2.11.9 to 2.11.10 #55

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on:
pull_request_target:
branches:
- master
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read # Grants read access to the repository contents
pull-requests: write # Allows writing labels to pull requests
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"