Skip to content

Reuse existing MicroCeph and MicroOVN clusters #330

Reuse existing MicroCeph and MicroOVN clusters

Reuse existing MicroCeph and MicroOVN clusters #330

Workflow file for this run

name: Commits
on:
- pull_request
permissions:
contents: read
jobs:
dco-check:
permissions:
pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR
name: Signed-off-by (DCO)
runs-on: ubuntu-22.04
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check that all commits are signed-off
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1