-
Story
-
Resolution: Done
-
Major
-
None
-
None
Story
As a user of RHDH, I want to utilize the scorecard plugin so that visualize KPIs from GitHub
Background
One of the requirements for the scorecard plugin is the ability to retrieve information from GitHub and display those within the scorecard plugin. As such we will be creating a backend module that utilizes the extension points from our backend plugin. The backend module will be responsible for retrieving the required information from GitHub and sending it back to the backend plugin for handling.
Ideally, if we can, it would probably be best if we can utilize the integrations that are already built into Backstage.
- Use annotation `github.com/project-slug` to filter pull requests of a project.
- Use `integrations.github` in the config
Dependencies and Blockers
QE impacted work
Documentation impacted work
Acceptance Criteria
Backend module that is able to retrieve information from GitHub
Upstream documentation updates (design docs, release notes etc)
Technical enablement / Demo