File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ type githubStatusReporter struct {
3030
3131// githubStatusReporterConfig holds the parameters for creating a githubStatusReporter.
3232type githubStatusReporterConfig struct {
33- GitHub githubclient.GitHubClient
34- DB db.Database
35- InstallationID int64
36- Repo string
37- CommitSHA string
38- EnvironmentLabel string
39- EnvironmentURL string
40- LogURL string
41- DeploymentID string
42- IsProduction bool
43- GithubDeploymentID int64 // reuse existing GitHub deployment if > 0
33+ GitHub githubclient.GitHubClient
34+ DB db.Database
35+ InstallationID int64
36+ Repo string
37+ CommitSHA string
38+ EnvironmentLabel string
39+ EnvironmentURL string
40+ LogURL string
41+ DeploymentID string
42+ IsProduction bool
43+ GithubDeploymentID int64 // reuse existing GitHub deployment if > 0
4444}
4545
4646func newGithubStatusReporter (cfg githubStatusReporterConfig ) * githubStatusReporter {
You can’t perform that action at this time.
0 commit comments