This release fixes a panic when comment-on-true
is enabled, but the Action is not triggered by a pull_request
event. It also reverts the Node 16 upgrade back to Node 12.
What's Changed
-
bug: Resolves a panic when using
comment-on-pr: true
when not running on an
event of typepull_request
.
#679 -
revert runtime requirement from node 16 to node 12
New Contributors
Full Changelog: v3...v3.18.1