Skip to content
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

fix: 🐛 only check webhook payload for what we are interested in #676

Merged
merged 3 commits into from
Jan 11, 2023

Conversation

severo
Copy link
Collaborator

@severo severo commented Jan 11, 2023

checking the payload in details (eg if the URL field is well formed) while not using it afterward is not useful. It even lead to breaking the webhook after https://github.com/huggingface/moon-landing/pull/4477 (internal link) where the "url" field format had changed.

cc @SBrandeis @coyotte508 fyi

checking the payload in details (eg if the URL field is well formed)
while not using it afterward is not useful. It even lead to breaking the
webhook after huggingface-internal/moon-landing#4477
(internal link) where the "url" field format had changed.
@severo
Copy link
Collaborator Author

severo commented Jan 11, 2023

@severo severo merged commit d0ce1ac into main Jan 11, 2023
@severo severo deleted the fix-webhook branch January 11, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants