add workflow to post comment comparing updated deps #30
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.
this is a reusable workflow that will automatically post/update a PR comment when
shared
is updated. the comment contains a link to a GitHub page that will show all of the commits/changes between the old shared version and the new shared versionhere's a screenshot that shows a comment that was edited in place when the PR was updated
it takes the dep as an input, so we could actually use this for the test results parser or other git-based pip dependencies. if somebody wants to teach it javascript, we could use it for gazebo too
you use it like this:
test repo / PR where i tested this: https://github.com/codecov/test-workflow/pull/2