-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix keys in webhook data parsing * bug fix: flow in webhook callback didn't run process_review on pr update, and didn't run update-pr-in-db on creation * 1. bug fix: pubsub webhook message control flow corrected. 2. removed duplicated function (save and update pr_info functions were doing the same thing) * bug fix: PR not getting detected - no entry in database (#54) * bug fix: removed IVec of value while inserting pr_info * bug fix: database key changed for PR-info to resolve key collision. --------- Co-authored-by: Avikalp Kumar Gupta <avikalpgupta@gmail.com> Co-authored-by: Avikalp Kumar Gupta <avikalpg@users.noreply.github.com> Co-authored-by: Muskan Paliwal <muskan10112002@gmail.com>
- Loading branch information
1 parent
4d9e654
commit 9da8060
Showing
3 changed files
with
17 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters