When community members use the @assign me functionality, they can assign any issue. However, sometimes members are eager and assign a lot of issues to their name.
To avoid hoarding issues and allowing multiple newcomers to help out with Servo, we can consider limiting the amount of assigned issues. If a user asks the bot to be assigned, we check if the number of assigned issues is higher than X (3 maybe?) and if it is, tell them to focus on their existing issues.
When community members use the
@assign mefunctionality, they can assign any issue. However, sometimes members are eager and assign a lot of issues to their name.To avoid hoarding issues and allowing multiple newcomers to help out with Servo, we can consider limiting the amount of assigned issues. If a user asks the bot to be assigned, we check if the number of assigned issues is higher than X (3 maybe?) and if it is, tell them to focus on their existing issues.