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

Print Dependency Changes in PR comment #813

Open
wzieba opened this issue Aug 13, 2024 · 2 comments
Open

Print Dependency Changes in PR comment #813

wzieba opened this issue Aug 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@wzieba
Copy link

wzieba commented Aug 13, 2024

Is your feature request related to a problem? Please describe.
When changing a dependency, I'd like to be informed via PR comment about all the changes that are actually happening in the dependency graph.

The build system I use has a complex logic for resolving transitive dependencies, so I can't always tell what side-effects are applied whenever a dependency is updated.

Describe the solution you'd like
When change in a dependency graph is detected, add a (opt-in?) section to the PR's comment with all changes. This is actually implemented in the action's output (below), my request would be only to append this section to PR's comment.

image

Describe alternatives you've considered

  • I thought about intercepting action's output log and filtering Dependency Changes section, but I couldn't find a way to interepct the output in the end
  • I could use JSON from outputs.dependency-changes, but this requires playing with jq and maintain a parsing logic

Additional context
The build system I use is Gradle, I use dependency-submission action: https://github.com/gradle/actions/tree/main/dependency-submission

@wzieba wzieba added the enhancement New feature or request label Aug 13, 2024
Copy link

👋 This issue has been marked as stale because it has been open with no activity for 180 days. You can: comment on the issue or remove the stale label to hold stalebot off for a while, add the Keep label to hold stale off permanently, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.

@github-actions github-actions bot added the Stale label Feb 10, 2025
@wzieba
Copy link
Author

wzieba commented Feb 10, 2025

This issue is still relevant. I’d appreciate it if the team could provide feedback on whether this could be added to a roadmap. Thanks!

@github-actions github-actions bot removed the Stale label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant