-
Notifications
You must be signed in to change notification settings - Fork 1
Make repo language optional #47
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
base: main
Are you sure you want to change the base?
Conversation
|
@acedev-ai Build failed. Logs: |
|
It seems the test To fix this issue, I will update the I'll proceed with updating the code to address this issue. |
|
I've updated the Additionally, I've made sure the corresponding unit test is updated to mock the This update should address the build failure and ensure the feature to make the |
|
@acedev-ai Build failed. Logs: |
|
The error I will update the code to check if the Let's proceed with updating the code to fix this issue. |
|
I've updated the |
|
@acedev-ai still failed. try again |
|
I've made the necessary changes to handle the case where the |
Implemented the feature to make the
languageattribute optional in theGitRepositoryclass. Now, the class attempts to set a default language based on the repository's languages before defaulting toNoneif no languages are found. This change allows handling repositories without a defined language more gracefully.