fix: only notify registration when actually adding a new webhook#96
Conversation
|
PR Review: only notify registration when actually adding a new webhook Thanks for tightening up the notification logic — distinguishing "newly subscribed" from "already subscribed" is the right call, and threading it through a typed 🔴 Blocking: missing comma — this will not compile. In 🔴 🔴 Empty message gets sent when nothing is new. Closely related: if every repository in the message is already subscribed, the filtered list is empty and 🟡 Retry after a failed provisioning now produces no confirmation. 🟡 Behavior change: webhook is no longer re-verified against GitHub. Previously 🟢 Minor. Tests. There is no coverage for Summary: the intent and structure are good, but it will not compile as-is (missing comma), and once it does there are two user-visible regressions (the |
c34e44d to
6e6c1d3
Compare
6e6c1d3 to
dd46dc6
Compare
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Briefly describe the issue you have solved or implemented with this pull request. If the PR contains multiple issues, use a bullet list.
Causes (Optional)
Briefly describe the causes behind the issues. This could be helpful to understand the adopted solutions behind some nasty bugs or complex issues.
Solutions
Briefly describe the solutions you have implemented for the issues explained above.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.