-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(github): add github integration #368
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #368 +/- ##
==========================================
- Coverage 46.81% 44.90% -1.92%
==========================================
Files 15 19 +4
Lines 786 922 +136
==========================================
+ Hits 368 414 +46
- Misses 418 508 +90
|
14cb7f9
to
69a160c
Compare
d539168
to
0480459
Compare
src/reddit/bot.py
Outdated
globals.DISCORD_BOT.send_message_to_channel( | ||
channel_id=os.getenv("DISCORD_REDDIT_CHANNEL_ID"), | ||
embeds=[embed], | ||
), globals.DISCORD_BOT.loop) |
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.
b3225f9
to
7e18524
Compare
7e18524
to
3991e77
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
This PR aims to more tightly integrate GitHub with our discord bot.
Main features to add
TODO:
Screenshot
Issues Fixed or Closed
Type of Change
.github/...
)Checklist