Skip to content

DCO

DCO #1431

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: DCO
on:
merge_group:
types: [checks_requested]
permissions:
contents: read
jobs:
DCO:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- run: echo "DCO app doesn't support merge groups, so this allows them until it does. See https://github.com/dcoapp/app/issues/199"
shell: bash