Provide create dispatch event api on GHRepository.
See original GitHub issueFeature 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:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >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
Within the week.
@bitwiseman could we get a alpha/pre release version with those changes if a new version will not be out soon? Thanks