"workflow_run.requested" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
See original GitHub issueBug Report
Using Probot v10.2.0 I’m getting the following error: "workflow_run.requested" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
However, I have github successfully sending me the workflow_run.requested
event. The workflow_run event is documented here: https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#workflow_run
Seems like something in probot needs to be updated to match what github provides.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
WorkflowRun interface conclusion non null values to be typed
I think that there may need to be a Conclusion type enum / union ( no null ) and for there to be...
Read more >Job not found · Issue #65 · jenkinsci/gogs-webhook-plugin
This seems similar to my original issue in #8, but more recently #36 as I first had the issue with the job in...
Read more >Bitbucket Push and Pull Request Plugin does not work #99
Jenkins ver. 2.229 Bitbucket Push and Pull Request Plugin 2.3.1 Jenkins reponses webhook, but no build is triggered.
Read more >Web hook not triggering build · Issue #184 - GitHub
I have set up a job to trigger on "Pull Request Opened" and "Commit changed", and web hooks are being sent from GitHub...
Read more >How to avoid triggering unrelated jobs? · Issue #14 - GitHub
I noticed a post message from one repo would trigger unrelated jobs. I understand that there is only one webhook url, but shouldn't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For TS the build fails because of the error. I switched to vanilla js so that I could just ignore the error. Thanks!
I’ll close this issue as it needs to be resolved in https://github.com/octokit/webhooks, if it isn’t yet