context("github")
test_that("use_github_labels throws correct errors", {
expect_error(usepois::use_github_labels("/repoowner"), "Invalid `repo_spec`.")
skip_if_offline()
expect_error(usepois::use_github_labels("poisson/notarepo"), "Invalid `repo_spec`.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.