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

Support for multiple assignees on issue closing/re-opening #1191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

8R0WNI3
Copy link

@8R0WNI3 8R0WNI3 commented Aug 20, 2024

Resolves #1128

I updated issue.py to consider assignees also on issue closing as well as re-opening. This prevents extra-assignees from being unassigned if an issue is closed and allows re-opening the issue with the same set of assignees.

I adjusted existing tests to also examine assignees property for said operations.

Before opening a new issue, please [search][] for a previously filed
issue to ensure you're not creating a duplicate.

Resolves sigmavirus24#1128

I updated `issue.py` to consider `assignees` also on issue closing as
well as re-opening. This prevents extra-assignees from being unassigned
if an issue is closed and allows re-opening the issue with the same set
of assignees.

I adjusted existing tests to also examine `assignees` property for said
operations.
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