Skip to content

Releases: shanegenschaw/pull-request-comment-trigger

v3.0.0

10 Aug 21:59
de309e4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v3.0.0

2.1.0

26 May 18:11
36f045a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Changes

  1. Added GitHub Actions input - allow_arguments: Boolean. It enables/disables arguments parsing. It is set to false by default.
  2. Arguments parsing via double-asterisk marker - script looks for ** in trigger and considers the marked part of the comment as argument. Output to the steps.check.outputs.arguments. It doesn't do anything if allow_arguments: false.
  3. Add new example - add job that enables debugging #deploy on ** environment comment.

Other changes

  • Replace npm @zeit/ncc to @vercel/ncc as it was deprecated.
  • Upload new action NCC build.
  • Documented everything in Readme.md.

Related PRs:

2.0.0

21 Mar 18:22
0e3372e

Choose a tag to compare