pfnet / pfrl

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

Activate auto assign only when a PR is opened #66

Closed muupan closed 4 years ago

muupan commented 4 years ago

Activate auto assign only when a PR is opened.

By default, a workflow only runs when a pull_request_target's activity type is opened, synchronize, or reopened

https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target

muupan commented 4 years ago

I confirmed that with this change auto assign is activated when a PR is opened but not when a new commit is pushed: https://github.com/pfnet/pfrl/pull/67.