Skip to content
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

fix(build-tools): ignore cross group deps for policy #21238

Merged
merged 2 commits into from
May 28, 2024

Conversation

jason-ha
Copy link
Contributor

For tsc dependency checks limit dependencies to those within a workspace. With special exception for
repo release groups (mostly restored historical check).

Add a filter function when acquiring possible predecessors. (More efficient than a post check looking through groups for consistent package name prefixes.)

For tsc dependency checks limit dependencies to those within a workspace. With special exception for
repo release groups (mostly restored historical check).

Add a filter function when acquiring possible predecessors. (More efficient than a post check looking through groups for consistent package name prefixes.)
@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels May 24, 2024
Copy link
Member

@tylerbutler tylerbutler left a comment

Choose a reason for hiding this comment

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

Just need to update docs.

@jason-ha jason-ha merged commit d6ed4c6 into microsoft:main May 28, 2024
29 checks passed
@jason-ha jason-ha deleted the ignore-cross-group-build-deps branch May 28, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build related issues base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants