-
Notifications
You must be signed in to change notification settings - Fork 42
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: add digest check for Sign #317
Conversation
Signed-off-by: Byron Chien <byronc@ucla.edu>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #317 +/- ##
==========================================
+ Coverage 74.78% 74.80% +0.02%
==========================================
Files 23 23
Lines 2177 2179 +2
==========================================
+ Hits 1628 1630 +2
Misses 433 433
Partials 116 116
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
After running through a test workflow from The reason causing this issue: |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Based on our discussion offline, fixed the logic in this PR as asked by @priteshbandi. /cc: @byronchien |
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
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
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
This PR adds digest check on Sign.
Signed-off-by: Byron Chien byronc@ucla.edu
Co-authored-by: Patrick Zheng patrickzheng@microsoft.com