[scanner] fix: resolve build break from PR #17996#18016
[scanner] fix: resolve build break from PR #17996#18016kubestellar-hive[bot] wants to merge 1 commit into
Conversation
Added missing helpers.go file to pkg/api/handlers/gitops/ package. The gitops package was missing helper functions and constants that it references. These were previously defined elsewhere but got moved or refactored, breaking the build. Fixes #18010 Signed-off-by: GitHub Copilot <copilot@github.com> Signed-off-by: Scanner Bot <scanner@kubestellar.io>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Deploy Preview for kubestellarconsole canceled.
|
|
👋 Hey @kubestellar-hive[bot] — thanks for opening this PR!
This is an automated message. |
|
Closing: merge conflicts. Will open a fresh fix. |
Fixes #18010
Added missing helpers.go file to pkg/api/handlers/gitops/ package to resolve undefined symbol errors.