-
Notifications
You must be signed in to change notification settings - Fork 70
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
✨ use GITHUB_TOKEN when repo_token is empty on PRs #335
Conversation
Codecov Report
@@ Coverage Diff @@
## main #335 +/- ##
==========================================
+ Coverage 62.99% 63.63% +0.64%
==========================================
Files 4 4
Lines 227 231 +4
==========================================
+ Hits 143 147 +4
Misses 72 72
Partials 12 12
|
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.
Actually, can we do this in Golang code directly now? I think we should stop development on the Bash code at this point. We have fixed most diffs.
Or maybe have the same change available in both. |
done. PTAL |
Thanks! |
closes #329