Skip to content

Commit

Permalink
Shut off the other things so this step completes
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Nov 2, 2023
1 parent 4c48938 commit 8403a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/find_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ if (!is.character(repo)) {
install.packages('githubr', repos='http://cran.us.r-project.org')
# devtools::install_github("fhdsl/githubr", auth_token = opt$git_pat, dependencies = TRUE)

issue_titles <- githubr::get_issues(opt$repo, git_pat = opt$git_pat)$title
# issue_titles <- githubr::get_issues(opt$repo, git_pat = opt$git_pat)$title

issue_exists <- any(grep('Broken URLs found in the course!', issue_titles))
#issue_exists <- any(grep('Broken URLs found in the course!', issue_titles))

# Print out the result
write(as.character(issue_exists), stdout())

0 comments on commit 8403a7e

Please sign in to comment.