Skip to content

Instantly share code, notes, and snippets.

@NewGraphEnvironment
Created April 29, 2024 20:05
Show Gist options
  • Save NewGraphEnvironment/21d53f2fd9ec1583d91c20c297216d6a to your computer and use it in GitHub Desktop.
Save NewGraphEnvironment/21d53f2fd9ec1583d91c20c297216d6a to your computer and use it in GitHub Desktop.
remove labels with gh
purrr::walk(
c("test", "bug"),
~gh::gh(
"DELETE /repos/:owner/:repo/issues/:issue_number/labels/:name",
owner = "NewGraphEnvironment",
repo = "fish_passage_skeena_2023_reporting",
issue_number = 69,
name = .x
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment