Description Usage Arguments Value
Edit parts of a GitHub repository's issue.
1 2 3 4 5 6 7 8 9 10 | gh_edit_issue(
repo,
issue_number,
title,
body,
state,
milestone,
labels,
assignees
)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
issue_number |
The number of the issue. |
title |
The title of the issue. |
body |
Add a description to the issue. |
state |
Whether issue is open or closed. |
milestone |
The milestone (as a number) to add to the issue. |
labels |
Add a label or labels to the issue. |
assignees |
Assign a collaborator to deal with the issue. |
Has not output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.