Get a unique URL where you can send HTTP requests to trigger the creation of an issue in Github.
Step 1 - Configure steps.post_repo_issues
Connect your Github account and enter the name of the repo and repo owner.
Step 2 - Deploy and Test
Click the Deploy button to save and deploy your changes and then click the Send Test Event button to test.
Step 3 - Customize the Workflow
To create issues with custom titles, send HTTP requests to your workflow URL with JSON bodies with the following shape:
{
"title": "[YOUR ISSUE TITLE]"
}
You can also customize the NodeJS code or steps.post_repo_issues
.