nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.

Home Page:https://wuffle.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate PR checks and statuses

nikku opened this issue · comments

Visualize the checks and statuses, effectively quality gates on pull-requests.

We should attempt to normalize both, checks and statuses in the back-end, otherwise the implemementation on the board will probably be painful.

Resources

  • Statuses - the legacy way of attaching information to a PR
  • Checks - the modern way / an advanced variant of statuses

Tasks

Back-end

  • background synche from GitHub
  • update on GitHub events
  • expose to everyone with view access on a PR
  • Generate update whenever they change

Board

  • show visually on a expanded PR card as well as on a linked / attached PR
  • clickable (goes to place that backs up the check / status)