Skip to content

Commit

Permalink
repo_name -> repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 29, 2024
1 parent b85042a commit e364016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (!is.character(repo)) {

install.packages('gh', repos='http://cran.us.r-project.org')

my_issues <- gh::gh("GET https://api.github.com/repos/{repo}/issues", repo = repo_name, .token = git_pat, per_page = "max")
my_issues <- gh::gh("GET https://api.github.com/repos/{repo}/issues", repo = repo, .token = git_pat, per_page = "max")
my_issues <- unlist(my_issues)
issue_titles <- my_issues[which(names(my_issues) == "title")]

Expand Down

0 comments on commit e364016

Please sign in to comment.