Skip to content

build(deps): update transformers requirement from <4.45.0,>=4.42.3 to >=4.42.3,<4.46.0 in /requirements #3508

build(deps): update transformers requirement from <4.45.0,>=4.42.3 to >=4.42.3,<4.46.0 in /requirements

build(deps): update transformers requirement from <4.45.0,>=4.42.3 to >=4.42.3,<4.46.0 in /requirements #3508

Workflow file for this run

name: "Pull Request Labeler"
on: [pull_request_target]
jobs:
triage-prs:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# Uploads repository content to the runner
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
# The path to the label configuration file.
configuration-path: .github/labeling-config.yml
# Whether removing labels when matching files are reverted or no longer changed by the PR
sync-labels: true