File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
import com .ning .http .client .AsyncHttpClient
3
2
import codecheck .github .api .GitHubAPI
4
3
import scala .concurrent .duration ._
@@ -12,9 +11,6 @@ trait Constants {
12
11
protected val TIMEOUT = 5 seconds
13
12
protected val api = Constants .API
14
13
15
- protected val user = " fanwashere" // REQUIRED: Edit this to your own username.
16
- protected val userRepo = " test-repo" // Remove this later!!!!!!!!!!!!
17
-
18
14
// Request membership of dummy organization "celestialbeing" if you are not member. Do not edit.
19
15
protected val organization = " celestialbeings"
20
16
protected val repo = " test-repo"
@@ -28,7 +24,12 @@ trait Constants {
28
24
println(v)
29
25
}
30
26
}
27
+
28
+ protected val user = sys.env(" GITHUB_USER" )
29
+ protected val userRepo = sys.env(" GITHUB_REPO" )
30
+
31
31
protected val otherUser = " shunjikonishi"
32
+ protected val collaboratorUser = " givery-dev"
32
33
protected val otherUserInvalid = " loremipsom123"
33
34
protected val organizationInvalid = " loremipsom123"
34
35
protected val repoInvalid = " loremipsom123"
You can’t perform that action at this time.
0 commit comments