What happened?
According to the GitHub docs https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request the properties pull_request.auto_merge.enabled_by, commit_title and commit_message should allow string or null.
The current schema allows only string.
Versions
@octokit/webhooks 12.0.3, Node.js 20.1.0
Relevant log output
No response
Code of Conduct
What happened?
According to the GitHub docs https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request the properties
pull_request.auto_merge.enabled_by,commit_titleandcommit_messageshould allow string or null.The current schema allows only string.
Versions
@octokit/webhooks 12.0.3, Node.js 20.1.0
Relevant log output
No response
Code of Conduct