aicore / template-nodejs

A template project with nodejs with pure JS
GNU Affero General Public License v3.0
3 stars 6 forks source link

Add cla verification #45

Closed psdhanesh7 closed 2 years ago

psdhanesh7 commented 2 years ago

Solve issue https://github.com/aicore/contributor-license-agreement/issues/61#issue-1192645982.

When a user submits a pull request to this repo, a GitHub action will validate if the user has signed CLA and if not signed, fail the CLA check action, comment to sign the CLA in the pull request.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

abose commented 2 years ago

LGTM Merging. Thanks @psdhanesh7 for the changes.