v2.0.1-alpha (2020-08-25)
Fixed Bugs:
- Skip CLA comment if already commented issue#46
v2.0.0-alpha (2020-08-22)
New features:
- Support for pull request from forked repositories by making use of the new pull_request_target event - Issue#14
- support for storing signatures in a remote repository (including private repository) Issue#12
- Added support for custom commit and CLA bot pull request comment messages: PullRequest#33, Credits: AnandChowdhary
Improvements:
- complete refactoring of all the files to make the bot more efficient and more readable
- updated content in README file
- Changed from using Whitelist to allow list
Fixed Bugs:
- CLA check not updated to success when all the contributors have the signed the CLA Issue#39
- Unknown users comment displays [object Object] & MD Formatting PullRequest#30, Credits: mikheevm
- Initialize CommitterMap with empty default properties PullRequest#29, Credits: mikheevm
- Typo fix in README file, PullRequest#10, Credits: shunkakinoki