kentaro-m / auto-assign

🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
https://probot.github.io/apps/auto-assign/
ISC License
249 stars 55 forks source link

Assignment based on words #131

Open Dgame opened 4 years ago

Dgame commented 4 years ago

Is your feature request related to a problem? Please describe. In a project with many developers in different teams for different parts of the project it is difficult/impossible to use auto_assign.

Describe the solution you'd like Assignment of teams/people based on words in the title of the PR. For example:

reviewWordGroups:
    - words: ['security', 'secure']
      reviewer: ['org/security', 'org/devop']
    - words: ['tests']
      reviewer: ['org/testing']

Describe alternatives you've considered

Additional context

davidbuzz commented 3 years ago

+1