From acd97ddfe2c84b3b1a98ddaf8ed726a8e16f1a8c Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Wed, 4 Dec 2024 13:06:07 +0100 Subject: [PATCH] revert test change --- .github/workflows/controller-ci.yaml | 2 +- go/controller/api/v1alpha1/prautomation_types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/controller-ci.yaml b/.github/workflows/controller-ci.yaml index 2f1357e4f..25c9695c4 100644 --- a/.github/workflows/controller-ci.yaml +++ b/.github/workflows/controller-ci.yaml @@ -102,5 +102,5 @@ jobs: echo -e "\nCRD docs are outdated. Please run 'make codegen-crd-docs' and commit the changes." exit 1; else - echo -e "CRD docs are up-to-date." + echo -e "\nCRD docs are up-to-date." fi \ No newline at end of file diff --git a/go/controller/api/v1alpha1/prautomation_types.go b/go/controller/api/v1alpha1/prautomation_types.go index f8d9d8220..88a790760 100644 --- a/go/controller/api/v1alpha1/prautomation_types.go +++ b/go/controller/api/v1alpha1/prautomation_types.go @@ -125,7 +125,7 @@ type PrAutomationSpec struct { // +kubebuilder:validation:Optional Addon *string `json:"addon,omitempty"` - // The base branch this pr will be based on (defaults to the repo's main branch) test + // The base branch this pr will be based on (defaults to the repo's main branch) // +kubebuilder:validation:Optional Branch *string `json:"branch,omitempty"`