-
Notifications
You must be signed in to change notification settings - Fork 208
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
Handle workflow_dispatch as intended #109
Conversation
README.md
Outdated
* `status` | ||
* `workflow_dispatch` | ||
|
||
For more information on when these occur, see the Github documentation on [Webhook events and payloads](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads). |
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.
As a user, I didn't really know when each of these referenced events occurred.
As a contributor, I wanted to see the corresponding payloads.
Hope this helps people down the line.
@pascalgn anything else I can handle on this branch? |
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.
Nice!
Thanks for the nice PR, it's merged now! 🎉 |
(Follow-up to #107)
🤦 In my original PR I grossly misunderstood what
handleBranchUpdate
was doing. The intended experience was this:Here is a way to reuse some existing parts to achieve this.