Skip to content

Commit 0de9004

Browse files
authored
Merge pull request #2304 from dotty-staging/topic/improve-bot
Bot improvements - CLA checks, killing old jobs, nagging about form
2 parents 8815b40 + 595602d commit 0de9004

File tree

9 files changed

+942
-99
lines changed

9 files changed

+942
-99
lines changed

bot/src/dotty/tools/bot/Main.scala

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import scalaz.concurrent.Task
77

88
object Main extends ServerApp with PullRequestService {
99

10-
val user = sys.env("USER")
11-
val token = sys.env("TOKEN")
12-
val port = sys.env("PORT").toInt
10+
val githubUser = sys.env("GITHUB_USER")
11+
val githubToken = sys.env("GITHUB_TOKEN")
12+
val droneToken = sys.env("DRONE_TOKEN")
13+
val port = sys.env("PORT").toInt
1314

1415
/** Services mounted to the server */
1516
final val services = prService

0 commit comments

Comments
 (0)