pydantic / hooky

Productivity tools for popular open source repos, used by pydantic

Home Page:https://github.com/apps/pydantic-hooky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not act on events if no configuration present

lig opened this issue · comments

The current behavior is to select a random contributor as an PR or issue assignee if there is no corresponding (reviewers or assignees) configuration present.

This behavior could be a source of confusion for a random contributor that doesn't take part in a team's workflow.

It seems like not acting on an event at all of there is no explicit configuration is a better option.