Closed rkm closed 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
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!)
going to recommend that as the "official" solution unless there's a good reason not to ^
Thanks! I'll give that a try
E.g., Dependabot has this