voyagegroup / popuko

A helpful operation bot for GitHub. This helps to assign a reviewer, to merge a pull request, and to notify an unmergeable pull request with a comment as a command interactively.
Other
76 stars 10 forks source link

Reorganize package hierarchy to focus problem domain #258

Open tetsuharuohzeki opened 5 years ago

tetsuharuohzeki commented 5 years ago

Motivation

  1. The current directory (package) design is depends on roles of codes.
  2. But this bot contains 2 roles.
    • Labeling.
    • Auto-merger
  3. The design should focus to their domain. Not roles of codes.

Plan

  1. Introduce domain packages
  2. Move the domain specific code to there.