-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
botCode review botCode review bot
Description
Part of #2680
We need a new implementation of base reporter for Github, similar to PhabricatorReporter
The GithubReporter class only needs to:
- authenticate on Github using a configuration (from Taskcluster secret)
- implement the
publishmethod that is called by the workflow
You'll need to add the new reporter into get_reporters.
The publication method should be really similar to Phabricator (at first):
- create a pull request through API
- create 1 review comment for each issue
- submit the review, where the overall comment summarizes all the issue (we'll need to abstract the build_comment from phabricator comment so it produces a similar content for github)
Metadata
Metadata
Assignees
Labels
botCode review botCode review bot