Different reviewers for different target repos #347
Unanswered
ataylormays-duetto
asked this question in
Ideas
Replies: 1 comment
-
I created this PR to address this request: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm syncing a file from
repoA
torepoB
andrepoC
and I want those two repos to have separate reviewers, but there's no way to do that with the action. Since the reviewers are specified on the action, the same reviewers are assigned on each target repo.A couple implementation ideas:
sync.yml
allowed us to specify reviewers then this would be possibleBeta Was this translation helpful? Give feedback.
All reactions