mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-20 14:37:49 +00:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,8 @@ export function buildSourceTreeUrl(plugin) {
|
||||
return `https://github.com/${sourceRepo}/tree/${encodedLocator}`;
|
||||
}
|
||||
|
||||
return `https://github.com/${sourceRepo}/tree/${encodedLocator}/${normalizedPath}`;
|
||||
const encodedPath = encodePathLikeValue(normalizedPath);
|
||||
return `https://github.com/${sourceRepo}/tree/${encodedLocator}/${encodedPath}`;
|
||||
}
|
||||
|
||||
function aggregateResultStatus(pluginResults) {
|
||||
|
||||
Reference in New Issue
Block a user