Releases: peter-murray/issue-forms-body-parser
Releases · peter-murray/issue-forms-body-parser
v4.2.1
v4.2.0
- Added ability to generate an actions summary via the
generate_summary
input boolean
v4.1.0
- Added support for specifying target repositories other than that of the action workflow.
v4.0.0
- Updated to Node.js 20 for action
- Updated library versions to latest for @actions/core and @actions/github
- Updated examples that just dumped the context to a shell to follow best practices to avoid injection attacks
v3.0.0
- Updated
@actions/core
1.10.0
with updated support forset-output
, https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - Updated
@actions/github
- Updated Actions runtime from Node.js 12 to 16
v2.0.0
- Modifying the parsing of checkboxes to provide an object of
true
andfalse
values based on the options selected.
v1.1.0
- Added support for checkbox parsing
1.0.0
Initial release to support Issue Form Template parsing using v1.0.0
release tag.