Skip to content

cla: @test-ext #220

cla: @test-ext

cla: @test-ext #220

Workflow file for this run

# Workflow to check if a user has correctly signed the CLA
name: Check Signed
on:
issue_comment:
jobs:
check-signed:
name: Check CLA signed
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: dfinity/repositories-open-to-contributions
- name: Check CLA issue
uses: ./.github/actions/check_cla_issue/
with:
issue-id: ${{ github.event.issue.number }}