Copy of Create an issue in Github on HTTP request
@tdcsts
code:
data:privatelast updated:5 years ago
@tdcsts/
Copy of Create an issue in Github on HTTP request

Quickstart

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.