Releases: shanegenschaw/pull-request-comment-trigger
Releases · shanegenschaw/pull-request-comment-trigger
v3.0.0
What's Changed
- Update to Node 20 and update dependencies by @sciencewhiz in #7
New Contributors
- @sciencewhiz made their first contribution in #7
Full Changelog: v2...v3.0.0
2.1.0
What's Changed
- Merging contribution from @shpingalet007 to allow arguments in #3
Full Changelog: v2.0.0...v2.1.0
Changes
- Added GitHub Actions input -
allow_arguments: Boolean. It enables/disables arguments parsing. It is set tofalseby default.- Arguments parsing via double-asterisk marker - script looks for
**in trigger and considers the marked part of the comment as argument. Output to thesteps.check.outputs.arguments. It doesn't do anything ifallow_arguments: false.- Add new example - add job that enables debugging
#deploy on ** environmentcomment.Other changes
- Replace npm
@zeit/nccto@vercel/nccas it was deprecated.- Upload new action NCC build.
- Documented everything in
Readme.md.
Related PRs:
2.0.0
This is a fork of the Khan/pull-request-comment-trigger action (marketplace), with upgrades for deprecated GitHub Actions functionality:
- 2022-10-11-github-actions-deprecating-save-state-and-set-output-commands
- 2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
See the upstream pull request chore: GitHub upgrades #46 for more details.