-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Added CLA assistant #1451
ci: Added CLA assistant #1451
Conversation
Timestamp: 2021-01-05 10:48:32 |
.github/workflows/cla.yml
Outdated
path-to-signatures: 'cla/v1/signatures.json' | ||
path-to-document: 'https://github.com/Flank/flank/blob/cla_signatures/cla.md' | ||
branch: 'cla_signatures' | ||
allowlist: bootstraponline,jan-gogo,pawelpasterz,adamfilipow92,piotradamczyk5,Sloox,axelzuziak-gogo,bot* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add piotradamczyk5
in the next PR to make sure that everything works correctly
we'd want flank org members to sign the contribution (only once per github account) bots can be excluded. |
Fixes #638
Added Github action which requires the contributor to sign CLA agreement by making a comment
I have read the CLA Document and I hereby sign the CLA
Flank organization members do not need to sign contribution, as well as bots
Test Plan
I have read the CLA Document and I hereby sign the CLA
cla/v1/signatures.json
oncla_signatures
branchThe real testing scenario will be done in the next PR to make sure that everything works correctly!!!
Checklist