constructor()

in src/common/github-service.ts [57:61]


  constructor(config: GitHubServiceConfig) {
    this.octokit = config.octokit;
    this.repoName = config.repoName;
    this.initializeRepo();
  }