Skip to content

Commit

Permalink
Print out clues
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 29, 2024
1 parent 526c917 commit 2405c61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ my_issues <- gh::gh("GET https://api.github.com/repos/{repo}/issues",
repo = repo,
.token = git_pat)

# Print out the result
write(my_issues, stdout())

my_issues <- unlist(my_issues)
issue_titles <- my_issues[which(names(my_issues) == "title")]

Expand Down

0 comments on commit 2405c61

Please sign in to comment.