-
Notifications
You must be signed in to change notification settings - Fork 72
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
Default Branch Checking Bugfix #171
Conversation
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.
Looks good. @azeemshaikh38 👀
Shouldn't this target golang-staging branch? |
Codecov Report
@@ Coverage Diff @@
## main #171 +/- ##
==========================================
+ Coverage 58.45% 62.31% +3.86%
==========================================
Files 3 3
Lines 207 207
==========================================
+ Hits 121 129 +8
+ Misses 75 69 -6
+ Partials 11 9 -2
|
Oops, fixed. |
This should not be
|
Got it, changed back to main. |
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 overall. Revert the changes on Dockerfile and ensure that the unit tests are passing.
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.
Thanks!
* test action * fixed Dockerfile * / before policy filepath * default branch checking + log * revert logging * remove lookupenv * Dockerfile use golang entrypoint * fixed test githubRef env * revert dockerfile * revert dockerfile
PR to fix #169