We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4563db8 commit 02eacfaCopy full SHA for 02eacfa
1 file changed
.github/workflows/pr-author-org-check.yml
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-name: "CI: Check PR author signals for restricted paths"
+name: "CI: Restricted Paths Guard"
5
6
on:
7
# Label updates on fork PRs require pull_request_target permissions.
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
check-author-org:
18
- name: PR author signals recorded for restricted paths
+ name: Label for manual review
19
if: github.repository_owner == 'NVIDIA'
20
runs-on: ubuntu-latest
21
permissions:
0 commit comments