Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

getIssue

Gets an Issue from GitHub.

Examples

Use the title of an issue:

type: getIssue
issue: An existing issue

Use an issue number:

type: getIssue
issue: 1

Options

Title Property Description Default Required
Issue issue The number or title of the issue to get. This will default to the issue number from the trigger event.