Skip to content

Commit 38a8fb0

Browse files
committed
Make message more bot-like
1 parent ab1967e commit 38a8fb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/testscripts/comment.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ system(paste("git push -q", repo, "gh-pages"))
5757
# post comment if a link to this SHA doesn't exist
5858
# (needed since Travis randomly re-builds stuff)
5959
tbl_link <- sprintf("http://ropensci.github.io/plotly-test-table/tables/%s/index.html", a[3])
60-
msg <- sprintf("Commit %s was successfully merged with %s (master) to create %s. A visual testing table comparing %s with %s \n %s",
60+
msg <- sprintf("On TravisCI, commit %s was successfully merged with %s (master) to create %s. A visual testing table comparing %s with %s can be found here:\n %s",
6161
info$head$sha, info$base$sha, a[3], info$base$sha, a[3], tbl_link)
62+
msg <- paste0("```---Automatically generated message---```", msg, "```---Automatically generated message---```")
6263
commentz <- sprintf(paste0(base, 'issues/%s/comments'), a[1])
6364
res <- GET(commentz, header)
6465
warn_for_status(res)

0 commit comments

Comments
 (0)