pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

feature request: configurable PR reviewers #214

Closed rkm closed 1 month ago

rkm commented 1 month ago

E.g., Dependabot has this

asottile commented 1 month 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 1 month 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 1 month ago

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

rkm commented 1 month ago

Thanks! I'll give that a try