feat: Refactor CI message generation to use templates#40
feat: Refactor CI message generation to use templates#40rhuss wants to merge 1 commit intoopenshift-knative:mainfrom
Conversation
Updated the triggerCI and createSyncReleasePR functions to utilize text templates for generating CI messages and bodies. This change improves message formatting and error handling when parsing templates. The previous string formatting has been replaced with template execution, enhancing maintainability and readability.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhuss The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
cardil
left a comment
There was a problem hiding this comment.
I like it, but please change the default as well:
deviate/pkg/config/defaults.go
Lines 33 to 37 in 07cc90c
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Updated the triggerCI and createSyncReleasePR functions to utilize text templates for generating CI messages and bodies. This change improves message formatting and error handling when parsing templates. The previous string formatting has been replaced with template execution, enhancing maintainability and readability.