Skip to content

Update ultralytics requirement from <=8.0.205,>=8.0.114 to >=8.0.114,<=8.3.159 in /src/python #224

Update ultralytics requirement from <=8.0.205,>=8.0.114 to >=8.0.114,<=8.3.159 in /src/python

Update ultralytics requirement from <=8.0.205,>=8.0.114 to >=8.0.114,<=8.3.159 in /src/python #224

Workflow file for this run

#####
# This workflow is triggered by pull_request_target event.
# Never checkout the PR and run ANY local code on it.
#####
name: "Pull Request Labeler"
permissions: {} # No permissions by default on workflow level
on:
- pull_request_target # zizmor: ignore[dangerous-triggers]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"