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
, ornever
(thank you, @jagregory). - #370 New
comment-method
parameter which supersedescomment-pr
to choose between:update
existing comment (default) orrecreate
and delete previous one. - #370 Enhance
comment-pr
parameter to add a PR comment:always
(default),on-change
, ornever
.
Changed
- #368 Rename references to reflect OP5dev organisation name (thank you, @bvs-langchain).
uses: op5dev/tf-via-pr@f455e10e6e83d28f53f505a2d8242433a17536f3 # v13.0.0