-
Notifications
You must be signed in to change notification settings - Fork 21
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
Reorder README types in constants for consistency #256
base: main
Are you sure you want to change the base?
Conversation
Makes sense. I have created the related issue #258, hopefully that could be fixed soon. |
Please add a changeset as well! |
|
Simplified the config to decrease the number of lookups and reduce latency. Please check the updated PR |
Can someone hep me to understand the failure here |
Have you tried to run "yarn prettier:fix"? That should fix it. |
Thanks, how do I get this approved and merged? |
You need to add the "backstage/config" package as a dependency. |
Hey, I just made a Pull Request!
Updated the [README_TYPES] array to look for README.md first.
Context
The plugin does a call to bitbucket looking for each filename in its list for a README file. I think the list has five names, and README.md is last, so there are five requests to get a README file every time which is causing latency issue.
Issue ticket number and link
Checklist before requesting a review