Skip to content

feat: enhance question similarity detection with error handling and improved parsing #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VassoD
Copy link
Owner

@VassoD VassoD commented Feb 12, 2025

No description provided.

@VassoD VassoD added the enhancement New feature or request label Feb 12, 2025
@VassoD VassoD self-assigned this Feb 12, 2025
// If no previous questions, it can't be similar
if (!previousQuestions) {
if (!previousQuestions || typeof previousQuestions !== "string") {
Copy link
Owner Author

Choose a reason for hiding this comment

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

this is a comment to test the script GitHubPRCommentsFetcher

Copy link
Owner Author

Choose a reason for hiding this comment

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

ok got it, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant