kaytu-io / kaytu

Kaytu's AI platform boosts cloud efficiency by analyzing historical usage and delivering intelligent recommendationsβ€”such as optimizing instance sizesβ€”that maintain reliability. Pay for what you need, without compromising your apps.
https://kaytu.io
Other
593 stars 10 forks source link

Fix custom noninteractive #204

Closed artaasadi closed 1 week ago

artaasadi commented 1 week ago

Description

What type of PR(Pull Request) is this?

Bug Fix

  1. [ ] Explain how you addressed the issue.
  2. [ ] Ensure the issue is linked in your description using "Fixes #XXXX."

    New Feature

  3. [ ] Provide a clear explanation of your new feature.
  4. [ ] Include relevant tests for the new feature.
  5. [ ] Confirm successful local testing of your changes.
  6. [ ] Update the relevant documentation (if applicable).

    Performance Improvement

  7. [ ] Confirm successful local testing of the performance improvement.
  8. [ ] If possible, include metrics demonstrating the improvement.

General Notes

  1. Ensure your PR is not a duplicate.
  2. If not, make sure that:
    1. Changes are in a separate branch with a descriptive name (e.g., fix-cost-command or feature-add-newCommand).
    2. Commit message has a short, descriptive title.
  3. After these steps,open a pull request.
    1. Target the contributor branch, not main.
    2. Resolve any GitHub workflow test errors before committing.
    3. Include "closes #XXXX" in your comment to auto-close the relevant issue (if applicable).
    4. Describe your changes.
    5. Put the "closest #XXXX" text in your comment to auto-close the issue your PR is fixing (if such).

IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.