Skip to content

Merge branch 'release/26.08' into cudf-spark-rename-1 #8

Merge branch 'release/26.08' into cudf-spark-rename-1

Merge branch 'release/26.08' into cudf-spark-rename-1 #8

# Copyright (c) 2026, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Request NVSkills CI
on:
issue_comment:
types: [created]
push:
jobs:
request:

Check failure on line 23 in .github/workflows/request-nvskills-ci.yml

View workflow run for this annotation

GitHub Actions / Request NVSkills CI

Invalid workflow file

The workflow is not valid. .github/workflows/request-nvskills-ci.yml (Line: 23, Col: 3): Error calling workflow 'NVIDIA/skills/.github/workflows/team-request.yml@main'. The workflow is requesting 'statuses: read', but is only allowed 'statuses: none'.
if: >
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/nvskills-ci')) ||
(github.event_name == 'push' &&
github.actor == (vars.NVSKILLS_SIGNATURE_PUSH_ACTOR || 'nv-skills-ci[bot]') &&
startsWith(github.event.head_commit.message, vars.NVSKILLS_SIGNATURE_COMMIT_TITLE || 'Attach NVSkills validation signatures'))
permissions:
contents: read
pull-requests: read
uses: NVIDIA/skills/.github/workflows/team-request.yml@main
secrets:
NVSKILLS_CI_DISPATCH_TOKEN: ${{ secrets.NVSKILLS_CI_DISPATCH_TOKEN }}