closeIssueCloses an issue on GitHub.
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
| Title | Property | Description | Default | Required |
|---|---|---|---|---|
| Issue | issue |
The number or title of the issue to close. |