Skip to content

WIP: pathfinder_compatibility_guard_rails #88

WIP: pathfinder_compatibility_guard_rails

WIP: pathfinder_compatibility_guard_rails #88

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
name: "CI: Auto-label PRs by path"
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
auto-label:
name: Auto-label by changed paths
if: github.repository_owner == 'NVIDIA'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Apply labels
uses: actions/labeler@e52e4fb63ed5cd0e07abaad9826b2a893ccb921f # main (include actions/labeler#917)