-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix bug for webhook and feishu caused by API changed. #13937
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13937 +/- ##
==========================================
- Coverage 42.21% 42.20% -0.01%
==========================================
Files 710 710
Lines 77232 77207 -25
==========================================
- Hits 32604 32589 -15
+ Misses 39264 39243 -21
- Partials 5364 5375 +11
Continue to review full report at Codecov.
|
make lgtm work |
According #13907 (comment), it seems it still not resolve the problem. Wait until I confirm that. |
@lunny sorry had red it to late |
Just found the type on webhook table has some spaces so that webhook cannot be fired correctly.
This also fix feishu webhook since the API changed. fix #13858, #13907