-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Add support for sponsorship in The Weekly Gitcoin #4667
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4667 +/- ##
==========================================
- Coverage 30.33% 30.33% -0.01%
==========================================
Files 214 214
Lines 17122 17123 +1
Branches 2313 2313
==========================================
Hits 5194 5194
- Misses 11721 11722 +1
Partials 207 207
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4667 +/- ##
=========================================
- Coverage 30.3% 30.3% -0.01%
=========================================
Files 214 214
Lines 17141 17142 +1
Branches 2319 2319
=========================================
Hits 5195 5195
- Misses 11739 11740 +1
Partials 207 207
Continue to review full report at Codecov.
|
app/retail/emails.py
Outdated
@@ -929,7 +929,6 @@ def render_start_work_applicant_expired(interest, bounty): | |||
|
|||
return response_html, response_txt, subject | |||
|
|||
|
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.
we need that extra line here @coderberry ! I'll take care of it this time
@@ -30,3 +30,6 @@ GITHUB_CLIENT_SECRET= | |||
GITHUB_APP_NAME= | |||
|
|||
INFURA_USE_V3=True | |||
|
|||
SENDGRID_API_KEY=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 |
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.
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.
Oh derp !
Haha thanks man 🙌 you da best
Add support for sponsorship placements in The Weekly Gitcoin newsletter.