delete_all_labels.RdDeletes all the labels from a given repository.
delete_all_labels(org, repo, .api_url = api_url(graphql = FALSE))
| org | Name of organization to query |
|---|---|
| repo | Name of repository to query |
| .api_url | Optional API url to query. Defaults to "https://api.github.com/" This function uses the v3 REST API instead of the v4 GraphQL |
A message showing the tags that were deleted