github_open_issue
Category: Github Type: Action
Description
Type: action
Opens an issue in the user’s Github repository
Params
- title: title of issue
- body: body of the issue
Result
No additional info is added to the global payload outputs.
Usage Example
- actionId: github_open_issue
params:
title: "#INC-5312: Missing image"
body: It seems that when creating a new product without an image, there are broken images showing up in the product catalog. Please fix this by replicating this bug locally with mock data. Take a screenshot of the fix and attach it to a PR when you close the bug. There's a placeholder image in the repo that you can use named `placeholder.png`gex: @gmail.com$
In this example, we open a Github issue for the user
Relevant Triggers
All triggers