pre-commit-ci / issues

public issues for https://pre-commit.ci
17 stars 4 forks source link

feature request: configurable PR reviewers #214

Closed rkm closed 6 months ago

rkm commented 6 months ago

E.g., Dependabot has this

asottile commented 6 months ago

this is easier to do with github actions rather than pre-commit.ci needing to handle this -- something similar to this? https://github.com/pre-commit-ci/issues/issues/24#issuecomment-732315853

asottile commented 6 months ago

actually -- an even easier way to accomplish this would be to use CODEOWNERS for .pre-commit-config.yaml -- then github will always assign the right people (since it's always going to edit that file!)

asottile commented 6 months ago

going to recommend that as the "official" solution unless there's a good reason not to ^

rkm commented 6 months ago

Thanks! I'll give that a try