-
Notifications
You must be signed in to change notification settings - Fork 1
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
add webhook parser script #3
Conversation
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.
Thank you very much for the PR @oraNod.
I'll close and reopen this so we can see the checks now that #4 is merged. |
c66454d
to
16df504
Compare
There is a "Re-run all jobs" button in the "Checks" tab 😄 |
It looks really good now, I think we can merge. |
Thanks for the review @FrostyX |
This PR adds a first pass at the webhook parser script to get things started. It's still a WIP and there will be some follow on PRs to do things like parse the payload either as a file or from a string.