Skip to content

Add Contributor License Agreement (CLA) integration and automation #1

Add Contributor License Agreement (CLA) integration and automation

Add Contributor License Agreement (CLA) integration and automation #1

Workflow file for this run

name: CLA Verification
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
cla-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: CLA Assistant
uses: cla-assistant/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
cla-url: https://cla-assistant.io/<your-repo>