Skip to content

Sync eng/common directory with azure-sdk-tools for PR 10593 #45280

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

azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#10593 See eng/common workflow

Use locally cloned repos to check github links to avoid rate-limiting.
@azure-sdk azure-sdk requested review from Copilot and weshaggard May 9, 2025 20:41
@azure-sdk azure-sdk requested a review from a team as a code owner May 9, 2025 20:41
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels May 9, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR synchronizes the eng/common directory with azure-sdk-tools as part of PR 10593, updating scripts to better handle link verification.

  • Introduces a new parameter to support resolving GitHub links from a local clone.
  • Adds conditional logic to use local GitHub clones for performance and rate limiting improvements.
  • Trims cached link entries and ensures uniqueness when writing out validated links.

@@ -72,6 +72,7 @@ param (
[string] $userAgent,
[string] $inputCacheFile,
[string] $outputCacheFile,
[string] $localGithubClonedRoot = "",
Copy link
Preview

Copilot AI May 9, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider adding inline documentation for the new parameter '$localGithubClonedRoot' to clarify its intended usage.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants