Github Actions workflow dedicated to automatically assign random assignee to PRs created by dependabot.
Dependabot automatically creates PRs based on the updates of packages and libraries that project is depended on.
When PRs are created, team members should check if upgrading the version will break the project or not.
In case of breaking changes, member should refactor the project accordingly.
Although PRs are created, often these PRs are left unchecked as team members become busy.
In accordance to the situation, assigning members randomly would prevent PRs being unchecked.