Skip to content

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20250117_175821 branch to master #533

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20250117_175821 branch to master

Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20250117_175821 branch to master #533

Workflow file for this run

name: Per-Commit Checks
on:
pull_request:
permissions:
contents: read
jobs:
DCO-signoff:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Search for signoff statements in commit messages
run: |
$GITHUB_WORKSPACE/commonTools/test/utilities/check-commit-signoffs.sh \
origin/${{ github.event.pull_request.base.ref }} \
${{ github.event.pull_request.head.sha }}