Open
Description
Bug Report
Current Behavior
app.on
complains about pull_request_target
events due to use of octokit/webhook
for verification.
pull_request_target.opened
pull_request_target.reopened
pull_request_target.synchronize
pull_request_target.edited
console.warn
"pull_request_target.synchronize" is not a known webhook name (developer.github.com/v3/activity/events/types)
Expected behavior/code
Since Probot has intention of supporting GitHub actions via https://github.com/probot/adapter-github-actions than these should not show up as warnings?
Environment
- Probot version(s): v12.2.0
- Node/npm version: node 16, npm 8.1.2
- OS: N/A
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.