Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

closeIssue

Closes an issue on GitHub.

Examples

Use the issue from the webhook payload:

type: closeIssue

Use the title of an issue:

type: closeIssue
issue: Title of an issue

Use an issue number:

type: closeIssue
issue: 4

Options

Title Property Description Default Required
Issue issue The number or title of the issue to close.