-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bug: Getting PR commit messages is unstable #131
Comments
To add to this, what we found was, using this URL ai/src/utils/fetchGithubAPIData.ts Lines 23 to 24 in 647181f
|
Appending |
While doing the suggestion we discussed I faced an issue with this link: #130 (comment) |
The API urls: A solution could be to parse the link after the number or even just call each endpoint to get commits_url (i prefer the local parse to not get stuck with multiple unnecessary network calls.) |
A possible regex to use: |
🎉 This issue has been resolved in version 1.4.1-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
I faced this while working on: #101 I could not get the AI generated text to add it on highlight, which caused a debug issue for a while. I had to ask @Anush008 about the code he written to understand the logic and design behind it to solve the issue.
we decided to solve it on the same PR by changing the related links and adding the needed checks. I will do the refactor and push it on the same PR.
Opened this as a reference for future checks.
Steps to reproduce
N/A
Affected services
browser-extension
Platforms
No response
Browsers
No response
Environment
No response
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: