Skip to content

feat: add alert fields and fix copy value bug #5755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 8, 2025
Merged

Conversation

skdud4659
Copy link
Member

Skip Review (optional)

  • Minor changes that don't affect the functionality (e.g. style, chore, ci, test, docs)
  • Previously reviewed in feature branch, further review is not mandatory
  • Self-merge allowed for solo developers or urgent changes

Description (optional)

SSIA

Things to Talk About (optional)

@skdud4659 skdud4659 added the self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers. label Apr 8, 2025
@skdud4659 skdud4659 requested a review from Copilot April 8, 2025 03:52
Copy link

vercel bot commented Apr 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
console ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
dashboard ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
feature-project-landing ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
web-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am

Copy link
Contributor

github-actions bot commented Apr 8, 2025

✅ There are no commits in this PR that require review.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 11 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • packages/language-pack/console-translation-2.8.babel: Language not supported
  • packages/language-pack/en.json: Language not supported
  • packages/language-pack/ja.json: Language not supported
  • packages/language-pack/ko.json: Language not supported

periodMenuItems: computed<AlertPeriodItemType[]>(() => [
{
name: ALERT_PERIOD_DROPDOWN_MENU.LAST_1_MONTH,
relativePeriod: { unit: 'month', value: 1 },
Copy link
Preview

Copilot AI Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'relativePeriod' object includes an extra 'unit' property which is not defined in the AlertRelativePeriod type. Consider removing the 'unit' property from all relativePeriod definitions to ensure consistency with the expected type.

Suggested change
relativePeriod: { unit: 'month', value: 1 },
relativePeriod: { value: 1 },

Copilot is powered by AI, so mistakes are possible. Review output carefully before use.

@skdud4659 skdud4659 merged commit 9e5a8b3 into master Apr 8, 2025
9 checks passed
@skdud4659 skdud4659 deleted the hotfix-alert-manager branch April 8, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pass/signedoff self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant