pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.18k stars 158 forks source link

Enable auto review assignment for PRs from forks #62

Closed muupan closed 4 years ago

muupan commented 4 years ago

See https://github.com/kentaro-m/auto-assign-action/issues/29

Without this change, auto-assign-action fails to assign reviewers to PRs from forked repositories. Confirmed on: https://github.com/pfnet/pfrl/pull/54

With this change, it can assign reviewers to such PRs. Confirmed on: https://github.com/pfnet/pfrl/pull/61

muupan commented 4 years ago

I don't know why it does not work for this particular PR, but I guess it will work after this PR is merged considering #61 (with a PR to pull_request_target branch, not master) worked.