Skip to content

Rename variables / Falcon integration License details #23

Rename variables / Falcon integration License details

Rename variables / Falcon integration License details #23

Workflow file for this run

name: dco
on:
pull_request:
workflow_dispatch:
jobs:
dco:
runs-on: [besu-research-ubuntu-8]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- run: echo "This DCO job runs on pull_request event and workflow_dispatch"
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/[email protected]
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}