Skip to content

Commit c531b52

Browse files
authored
Merge pull request #180 from adriaanm/master
checkCLA
2 parents 38c5989 + bd88d5c commit c531b52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/default/scabot.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ scala: {
1010
repo: "scala"
1111
branches: ["2.11.x", "2.12.x", "2.12.0"]
1212
lastCommitOnly: false
13+
checkCLA: true
1314
host: "api.github.com"
1415
token: "<%=@scabotVault['github']['scala']['token']%>"
1516
}
@@ -27,6 +28,7 @@ dotty: {
2728
repo: "dotty"
2829
branches: ["master"]
2930
lastCommitOnly: true
31+
checkCLA: true
3032
host: "api.github.com"
3133
token: "<%=@scabotVault['github']['lampepfl']['token']%>"
3234
}

0 commit comments

Comments
 (0)