Description Usage Arguments Value See Also Examples
View source: R/post.R View source: R/draft/ZZZ-post-milestone.R
Post milestone to GitHub repository
1 | post_milestone(ref, title, ...)
|
ref |
Repository reference (list) created by |
title |
Milestone title (required) |
... |
Additional user-defined body parameters. Use |
Number (identifier) of posted milestone
Other milestones: get_milestones
,
parse_milestones
1 2 3 4 5 6 7 8 | ## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
post_milestone(myrepo,
title = 'this is the title of the milestone',
description = 'this is the long and detailed description',
due_on = '2018-12-31T12:59:59z')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.