Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: limit assignees to the first 10 members of a team #184

Closed
wants to merge 4 commits into from

Conversation

IronCore864
Copy link
Contributor

When assigning an issue, the maximum number of assignees is 10.

Background:

This was a known issue during the first draft of the implementation of this issue, but back then we decided to let it error out.

However, after a failed run and some local debugging, it seems a fair share of teams have more than 10 members, for example, this one. So, we are limiting the number of assignees to a maximum of 10 people.

For teams with less than 10 members, it's not affected.

@IronCore864 IronCore864 marked this pull request as ready for review October 17, 2024 09:38
@IronCore864 IronCore864 closed this by deleting the head repository Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant