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-pr
input was overloaded as it determined the method of PR comment (i.e.,update
orrecreate
) in addition to whether a comment should be added at all (i.e.,none
). This has been simplified such that:comment-pr: update
comment-method: update
(default)comment-pr: recreate
comment-method: recreate
comment-pr: none
comment-pr: never
(oron-change
)Added
tag-actor
andcomment-method
input parameters #370 Newtag-actor
parameter to tag the workflow triggering actor:always
(default),on-change
, ornever
(thank you, @jagregory).tag-actor
andcomment-method
input parameters #370 Newcomment-method
parameter which supersedescomment-pr
to choose between:update
existing comment (default) orrecreate
and delete previous one.tag-actor
andcomment-method
input parameters #370 Enhancecomment-pr
parameter to add a PR comment:always
(default),on-change
, ornever
.Changed
Beta Was this translation helpful? Give feedback.
All reactions