question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"workflow_run.requested" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)

See original GitHub issue

Bug 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
timharris777commented, Sep 9, 2020

For TS the build fails because of the error. I switched to vanilla js so that I could just ignore the error. Thanks!

0reactions
gr2mcommented, Dec 29, 2020

I’ll close this issue as it needs to be resolved in https://github.com/octokit/webhooks, if it isn’t yet

<div> GitHub</div><div>octokit/webhooks</div><div>machine-readable, always up-to-date GitHub Webhooks specifications - octokit/webhooks</div>
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found