Skip to content

chore(deps): bump zod from 3.25.73 to 4.1.12 #627

chore(deps): bump zod from 3.25.73 to 4.1.12

chore(deps): bump zod from 3.25.73 to 4.1.12 #627

Workflow file for this run

name: "Generate Labels"
on:
- pull_request
- issues
jobs:
label:
name: "Label PR based on title"
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Label PR based on title
uses: srvaroa/labeler@v1
with:
config_path: .github/labeler.yml
use_local_config: false
fail_on_error: false
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"