whatwg / whatwg.org

The WHATWG website and other static resources
https://whatwg.org/
Other
75 stars 50 forks source link

Add a repository_dispatch hook for whatwg/sg updates #334

Closed foolip closed 4 years ago

foolip commented 4 years ago

This is half of the solution, in addition the sg repository will need to trigger the event: https://developer.github.com/v3/repos/#create-a-repository-dispatch-event

Part of https://github.com/whatwg/sg/issues/110.

foolip commented 4 years ago

I'm not 100% confident in types, but I based it on https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch and when this has landed I can experiment easily. (Don't feel like creating two other repos for testing.)