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.

Provide create dispatch event api on GHRepository.

See original GitHub issue

Feature request

The GHRepository is not exposing a the create dispatch event api the moment.

https://docs.github.com/en/rest/reference/repos#create-a-repository-dispatch-event

I have the changes ready to submit a pr, but I can’t find the way to ask for access on the test organization to record the wiremock files, I have generated with my own account, but I need access to generate the proper test files and submit the pull rquest.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bitwisemancommented, Oct 5, 2021

Within the week.

0reactions
mxandecocommented, Oct 18, 2021

@bitwiseman could we get a alpha/pre release version with those changes if a new version will not be out soon? Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

GHRepository - GitHub API for Java – - Kohsuke Kawaguchi -
Modifier and Type Method Description void addCollaborators​(Collection users) Add collaborators. void addCollaborators​(GHUser... users) Add collaborators. GHDeployKey addDeployKey​(String title, String key) Add deploy key gh deploy key....
Read more >
Using Github Actions with Repository Dispatch Event - codeburst
Above we define the steps for Github Actions to build the code in a node environment and deploy it to Netlify. This workflow...
Read more >
github-api/GHRepository.java at main
* Creates a named ref, such as tag, branch, etc. *. * @param name. * The name of the fully qualified reference (ie ......
Read more >
org.kohsuke.github (GitHub API for Java 1.128 API) - javadoc.io
Occurs when someone triggered a workflow run or sends a POST request to the "Create a workflow dispatch event" endpoint. GHEventPayload.WorkflowRun.
Read more >
how do I trigger a workflow dispatch event with gh api with inputs
It is a bit more tricky as you have to pass a JSON to gh api and you also need to pass a...
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