Skip to content

Added unit tests for 3d Object Detection, fix linter for the rest of the files. #4005

Added unit tests for 3d Object Detection, fix linter for the rest of the files.

Added unit tests for 3d Object Detection, fix linter for the rest of the files. #4005

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
# Declare default permissions as read only.
permissions: read-all
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Uploads repository content to the runner
name: Checkout repository
with:
sparse-checkout: |
.github
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"