v2.2.0 (2022-07-20)
Improvements:
- better error handling when PR is from fork PullRequest#107 Issue#77 Issue#103
v2.1.2-beta (2021-03-20)
New features:
- Added optional flag for locking pull request PullRequest#78 Issue#77
v2.1.3-beta (2021-05-16)
Improvements:
- refactoring PullRequest#87
v2.1.2-beta (2021-03-20)
New features:
- Added optional flag for locking pull request PullRequest#78 Issue#77
v2.1.1-beta (2021-02-20)
New features:
- new beta release
Improvements:
- updated the Readme content
v2.1.0-alpha (2021-02-05)
Improvements:
- skip posting comment in every PR if the contributor has already signed Issue#68
v2.0.4-alpha (2021-02-05)
Improvements:
- removed unwanted logging comments
v2.0.3-alpha (2021-01-21)
New features:
- Trim the signature comment to allow dealing with new lines. Issue#57 PullRequest#69 Credits: Yahav Itzhak
v2.0.2-alpha (2020-10-09)
Improvements:
- Added description for DCO Fixed Bugs:
- Fixed bug for DCO support PullRequest#52
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