-
-
Notifications
You must be signed in to change notification settings - Fork 455
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(alerting): Add group-specific webhook URL for teams #266
Conversation
Add group-specific webhook URL for teams alert ref: TwiN#96 Signed-off-by: Bo-Yi Wu <[email protected]>
@TwiN I also reset the table format in README.md. |
Codecov Report
@@ Coverage Diff @@
## master #266 +/- ##
==========================================
+ Coverage 83.57% 83.64% +0.06%
==========================================
Files 53 53
Lines 3434 3448 +14
==========================================
+ Hits 2870 2884 +14
Misses 439 439
Partials 125 125
Continue to review full report at Codecov.
|
@TwiN Any feebacks? |
@appleboy Sorry for the delay; I've been very busy during the past few weeks and have had little time to spare. |
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.
Awesome work! Thank you for the contribution @appleboy!
@TwiN Thanks. I will prepare the slides to promote this project. |
Add group-specific webhook URL for teams alert
Provides support for paging multiple teams based on the group selector while keeping backward compatibility to the old Teams configuration manifest
integration per team can be specified in the overrides sections in an array form.
ref: #96
Signed-off-by: Bo-Yi Wu [email protected]