v13.0.0 #372
rdhar
announced in
Announcements
v13.0.0
#372
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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-prinput was overloaded as it determined the method of PR comment (i.e.,updateorrecreate) in addition to whether a comment should be added at all (i.e.,none). This has been simplified such that:comment-pr: updatecomment-method: update(default)comment-pr: recreatecomment-method: recreatecomment-pr: nonecomment-pr: never(oron-change)Added
tag-actorandcomment-methodinput parameters #370 Newtag-actorparameter to tag the workflow triggering actor:always(default),on-change, ornever(thank you, @jagregory).tag-actorandcomment-methodinput parameters #370 Newcomment-methodparameter which supersedescomment-prto choose between:updateexisting comment (default) orrecreateand delete previous one.tag-actorandcomment-methodinput parameters #370 Enhancecomment-prparameter to add a PR comment:always(default),on-change, ornever.Changed
Beta Was this translation helpful? Give feedback.
All reactions