-
Notifications
You must be signed in to change notification settings - Fork 31
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 integration with Github Release Notifier #93
Conversation
Codecov Report
@@ Coverage Diff @@
## master #93 +/- ##
==========================================
+ Coverage 92.82% 92.95% +0.13%
==========================================
Files 6 6
Lines 209 213 +4
==========================================
+ Hits 194 198 +4
Misses 15 15
|
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 @nrekretep !
I fixed a couple details. Is this OK for you ?
Absolutely. Thank you for fixing my mistakes....I am not really a python developer. |
Github Release Notifier can watch projects at github.com for new releases and send out notifications via webhook each time a new release is detected.
Out of the box the GRN webhook payload is not compatible with matrix-webhook and therefore a new formatter is necessary.
This PR adds a formatter for github release notifier notifications and updates the README.
I tested the code with may private "Release Infos" matrix room.