Skip to content

Checks if the author has signed the Scala CLA

License

Notifications You must be signed in to change notification settings

scala/cla-checker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 }}

About

Checks if the author has signed the Scala CLA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •