Skip to content
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

Release v1.1.0 #33

Merged
merged 12 commits into from
Dec 31, 2024
Merged

Release v1.1.0 #33

merged 12 commits into from
Dec 31, 2024

Conversation

namidapoo
Copy link
Owner

@Copilot Copilot bot review requested due to automatic review settings December 31, 2024 13:16
@namidapoo namidapoo enabled auto-merge December 31, 2024 13:16
Copy link

TODOコメントは見つかりませんでした。

Copy link

Deploying dev-recap with  Cloudflare Pages  Cloudflare Pages

Latest commit: 471def6
Status: ✅  Deploy successful!
Preview URL: https://861bf045.dev-recap.pages.dev
Branch Preview URL: https://dev.dev-recap.pages.dev

View logs

@namidapoo
Copy link
Owner Author

@github-actions approve me

@namidapoo namidapoo merged commit e4edc08 into main Dec 31, 2024
6 checks passed
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 8 out of 22 changed files in this pull request and generated 1 comment.

Files not reviewed (14)
  • app/recap/page.tsx: Evaluated as low risk
  • app/recap/components/grass.tsx: Evaluated as low risk
  • app/recap/components/header/header.tsx: Evaluated as low risk
  • app/recap/components/overview.tsx: Evaluated as low risk
  • app/recap/fetchGitHubStats.ts: Evaluated as low risk
  • app/not-found.tsx: Evaluated as low risk
  • app/page.tsx: Evaluated as low risk
  • app/recap/components/header/breadcrumbs.tsx: Evaluated as low risk
  • lib/auth.ts: Evaluated as low risk
  • middleware.ts: Evaluated as low risk
  • app/recap/components/action.ts: Evaluated as low risk
  • app/recap/[user]/error.tsx: Evaluated as low risk
  • app/recap/components/auth-components.tsx: Evaluated as low risk
  • components/ui/input.tsx: Evaluated as low risk

export default async function Page({
params,
}: {
params: Promise<{ user: string }>;
Copy link
Preview

Copilot AI Dec 31, 2024

Choose a reason for hiding this comment

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

The params should not be a promise. It should be an object directly passed to the function. Change it to params: { user: string }.

Suggested change
params: Promise<{ user: string }>;
params: { user: string };

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

Positive Feedback
Negative Feedback

Provide additional feedback

Please help us improve GitHub Copilot by sharing more details about this comment.

Please select one or more of the options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant