-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat: allow for exemption of repos from dependency graph integrator #1385
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tjsilver
force-pushed
the
ts/custom-props-dep-graph-ignore
branch
from
January 9, 2025 10:21
155b68a
to
8b71e13
Compare
tjsilver
force-pushed
the
ts/custom-props-dep-graph-ignore
branch
2 times, most recently
from
January 9, 2025 10:36
07ce2f6
to
92dc4d4
Compare
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.ts
Show resolved
Hide resolved
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.ts
Outdated
Show resolved
Hide resolved
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.test.ts
Outdated
Show resolved
Hide resolved
tjsilver
force-pushed
the
ts/custom-props-dep-graph-ignore
branch
from
January 10, 2025 10:31
92dc4d4
to
8ac2514
Compare
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.ts
Outdated
Show resolved
Hide resolved
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.ts
Outdated
Show resolved
Hide resolved
kelvin-chappell
approved these changes
Jan 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this change?
github_repositories_custom_properties
table.gu_dependency_graph_integrator_ignore
and excludes any repos that have this property from dependency graph integration.Why?
There is at least one repo that we know of that contains a script written in Scala file but that doesn't use sbt. As there are no dependencies for Scala in the repo, it doesn't need to have the sbt dependency submission workflow. Currently, the dependency graph integrator will identify this repo as requiring a workflow, and continue to raise a PR against it if the existing PR is closed or if the workflow is not merged in.
How has it been verified?
github_repositories_custom_properties
.