Skip to content

Automate reviewer assignment for pull requests #382

@tae0y

Description

@tae0y

Is your feature request related to a problem? Please describe.
We’d like to automatically assign reviewers to pull requests.
Currently, reviewers have to be assigned manually.

Describe the solution you’d like
When a pull request is submitted, a reviewer should be assigned automatically based on the PR number modulo.

  • The list of reviewers will be stored in project secrets.
  • For example:
    • PR number % 3 = 0 → justinyoo
    • PR number % 3 = 1 → sikutisa
    • PR number % 3 = 2 → tae0y

Additional context
The list of reviewers should be configurable so that it can be changed when needed.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions