Skip to content

Commit 02eacfa

Browse files
committed
CI: shorten restricted paths guard names
Use shorter workflow and job names so the GitHub checks list is easier to scan while keeping the manual-review intent clear. Made-with: Cursor
1 parent 4563db8 commit 02eacfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-author-org-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: "CI: Check PR author signals for restricted paths"
4+
name: "CI: Restricted Paths Guard"
55

66
on:
77
# Label updates on fork PRs require pull_request_target permissions.
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
check-author-org:
18-
name: PR author signals recorded for restricted paths
18+
name: Label for manual review
1919
if: github.repository_owner == 'NVIDIA'
2020
runs-on: ubuntu-latest
2121
permissions:

0 commit comments

Comments
 (0)