Skip to content

Scala CLA

Actions
Checks if the author has signed the Scala CLA
v1.0.1
Latest
Star (4)

cla-checker

Checks if the author has signed the Scala CLA

Usage

Here's an example that checks if author of Pull Requests had signed Scala CLA.

name: "Check Scala CLA"
on:
  pull_request:
jobs:
  cla-check:
    runs-on: ubuntu-latest
    steps:
      - name: Verify CLA
        uses: scala/cla-checker@v1
        with:
          author: ${{ github.event.pull_request.user.login }}

Scala CLA is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Checks if the author has signed the Scala CLA
v1.0.1
Latest

Scala CLA is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.