What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#workflow_run
What part(s) of the article would you like to see updated?
The properties that are exposed on github.event.workflow_run.
From examples on the web I have learned about the existence of
github.event.workflow_run.conclusion
github.event.workflow_run.head_branch
And these are not documented. I expect there to be many more props available. Why don't you guys automate this process and offer generated reference documentation?
Additional information
Another request exists for this which was closed: #799
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#workflow_run
What part(s) of the article would you like to see updated?
The properties that are exposed on
github.event.workflow_run.From examples on the web I have learned about the existence of
github.event.workflow_run.conclusiongithub.event.workflow_run.head_branchAnd these are not documented. I expect there to be many more props available. Why don't you guys automate this process and offer generated reference documentation?
Additional information
Another request exists for this which was closed: #799