-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support dependency review #140
Conversation
Looks like it works, see: EDIT: I spoke too soon. |
In order for dependency review to work, we need to compare the github sha for the pull request. This can be read from the context and set it as the GITHUB_SHA env variable when it exists.
Trying out: - scalacenter/sbt-dependency-submission#140 Now with more logging
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.
LGTM
See follow-up PR: |
FYI: It works when one runs ...where:
|
Thank you @adpi2. |
Thank you @MPV and @johnpangalos for figuring this out and fixing it. I will cut a release tomorrow morning. |
Works really well, here's another example: |
🙏 Thank you |
In order for dependency review to work, we need to compare the github sha for the pull request. This can be read from the context and set it as the GITHUB_SHA env variable when it exists.
Fixes #135