Skip to content
Compare
Choose a tag to compare
@rdhar rdhar released this 20 Dec 02:22
· 8 commits to main since this release
f455e10

v12.0.0...v13.0.0

Breaking

Rename

Following an organisation rename from DevSecTop to OP5dev, references to the old name may result in "Unable to resolve action" until updated to uses: op5dev/tf-via-pr@v13. ‼️

Inputs

The comment-pr input was overloaded as it determined the method of PR comment (i.e., update or recreate) in addition to whether a comment should be added at all (i.e., none). This has been simplified such that:

Before After
comment-pr: update comment-method: update (default)
comment-pr: recreate comment-method: recreate
comment-pr: none comment-pr: never (or on-change)

Added

  • #370 New tag-actor parameter to tag the workflow triggering actor: always (default), on-change, or never (thank you, @jagregory).
  • #370 New comment-method parameter which supersedes comment-pr to choose between: update existing comment (default) or recreate and delete previous one.
  • #370 Enhance comment-pr parameter to add a PR comment: always (default), on-change, or never.

Changed


uses: op5dev/tf-via-pr@f455e10e6e83d28f53f505a2d8242433a17536f3 # v13.0.0