jaredpar / runfo

Collection of utilities for working with our devops infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable associating issues with builds

jaredpar opened this issue · comments

Need to be able to associate GitHub issues with an individual build. Essentially a way of manually triaging failures that are associated with builds. This helps anyone who is essentially looking to triage builds.

Couple of other ways this needs to be leveraged:

  • Can do the reverse query: show the builds impacted by a given GitHub issue
  • Can add live tracking data to the GitHub issue, essentially add back the data on how many builds are impacted.
  • The live tracking infrastructure should associate GitHub issues using this mechanism
  • Can track builds which have no issues associated with them.